https://github.com/myferr/favemoji
Turn any emoji into a favicon.
https://github.com/myferr/favemoji
favicon javascript microservice svg
Last synced: 9 months ago
JSON representation
Turn any emoji into a favicon.
- Host: GitHub
- URL: https://github.com/myferr/favemoji
- Owner: myferr
- License: mit
- Created: 2025-05-21T03:03:21.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-05-22T00:23:34.000Z (10 months ago)
- Last Synced: 2025-06-01T15:51:55.386Z (10 months ago)
- Topics: favicon, javascript, microservice, svg
- Language: JavaScript
- Homepage: https://favemoji.vercel.app
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# favemoji
[](LICENSE)


[](https://vercel.com/new/import?s=https://github.com/myferr/favemoji)
## Turn any emoji into a favicon.
Inject this code into your project:
```html
```
To change the emoji/favicon size add `?size={SIZE_HERE}`
```html
```
You can also use this in CSS:
```css
a {
cursor: url("https://favemoji.vercel.app/👌") 15 0, auto;
}
```
## Features
- Converts emoji into SVG favicons on the fly
- Dynamic routes like `/🚀`, `/🎧`, `/🤖` generate favicon pages
- No build step — pure JavaScript
- Ideal for quick previews, memes, and fun pages
- Customizable size