This startup returns an emoji inside an SVG
so you can pop that sucker into a favicon.
<link rel="icon" href="https://fav.mhciael.com/๐ถ">
<link rel="icon" href="https://fav.mhciael.com/๐ถ">
<link rel="icon" href="https://fav.mhciael.com/๐ฅ">
<link rel="icon" href="https://fav.mhciael.com/๐ฅฐ">
<link rel="icon" href="https://fav.mhciael.com/๐ฅ">
<link rel="icon" href="https://fav.mhciael.com/๐">
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.mhciael.com/๐') 15 0, auto;
}
16,598 Emoji Favicons Served!
(since I started counting Oct 3, 2024)
Top Country Emojis used
(y'all're so silly gaming these numbers)
Made with ๐ค by @wesbos ร source ๐ฉโ๐ป x Its TS + Deno
(middle finger removed by Dr. Stewart ๐ for CS 343)