This startup returns an emoji inside an SVG
so you can pop that sucker into a favicon.
Use it like /💩
<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/👓" />
You can use it with CSS Cursors too!
a {
cursor: url('https://fav.farm/🖕') 15 0, auto;
}
Made with 🖤 by @wesbos