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/👓" />
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;
}
Made with 🖤 by @wesbos