Choose a Twemoji graphic, preview it, and download a complete favicon pack.
How it works
1. Pick a category of emojis
2. Choose the emoji you want to use
3. Generate and download the favicon files
The emoji graphics are from the open source project Twemoji. The graphics are copyright 2020 Twitter, Inc and other contributors. The graphics are licensed under CC-BY 4.0. You should review the license before usage in your project.
Pick category to filter emoji choices.
Extract the ZIP, copy assets to your public site root, then choose your platform.
Pack files
public/ ├── android-chrome-192x192.png ├── android-chrome-512x512.png ├── apple-touch-icon.png ├── favicon-16x16.png ├── favicon-32x32.png ├── mstile-150x150.png ├── favicon.ico ├── manifest.webmanifest └── README.txt
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/manifest.webmanifest" />