✨ Emojicon
An API to generate emoji-based favicons. Turn any emoji into a favicon — instantly, beautifully.
Try visiting /e/🍕 or replace it with your favorite emoji!
No installation required. Just add it to your HTML.
Usage
Copy and paste this into your HTML <head>.
Replace the Sparkles with your favorite emoji. Find emojis at Emojipedia → emojipedia.org
API Reference
Emojicon also works as an API. You can use it to get SVG emoji favicons dynamically.
| Endpoint | Description | Example |
|---|---|---|
| /e/:emoji | Returns an SVG favicon for the given emoji. | /e/✨ |
| /e/:emoji.svg | Forces the response to be served as raw SVG. | /e/✨.svg |
| /e/:emoji.png?size=64 | Returns a PNG favicon with optional size (e.g., 32, 64, 128). | /e/✨.png?size=64 |