This startup returns an emoji inside an SVG
so you can pop that sucker into a favicon.
<link rel="icon" href="https://fav.farm/đŠ" />
<link rel="icon" href="https://fav.farm/đļ" />
<link rel="icon" href="https://fav.farm/đĨ" />
<link rel="icon" href="https://fav.farm/đĨ°" />
<link rel="icon" href="https://fav.farm/đĨ" />
<link rel="icon" href="https://fav.farm/đ" />
It works by serving up this SVG code:
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 16 16'><text x='0' y='14'>đŊ</text></svg>" />
You can use it with CSS Cursors too!
a {
cursor: url('https://fav.farm/đ') 15 0, auto;
}
4,547 Emoji Favicons Served!
(since I started counting Oct 3, 2024)
Top Country Emojis used
(you guys are so silly gaming these numbers)
Made with đ¤ by @wesbos à source đŠâđģ à Its TS + Deno