I bet you need a quick favicon!!

This startup returns an emoji inside an SVG
so you can pop that sucker into a favicon.

Use it like /💩 or /poop

<link rel="icon" href="https://favicon.smallweb.run/💩" />

<link rel="icon" href="https://favicon.smallweb.run/🌶" />

<link rel="icon" href="https://favicon.smallweb.run/🔥" />

<link rel="icon" href="https://favicon.smallweb.run/🥰" />

<link rel="icon" href="https://favicon.smallweb.run/🖥" />

<link rel="icon" href="https://favicon.smallweb.run/👓" />


You can use it with CSS Cursors too!

a {
  cursor: url('https://favicon.smallweb.run/🖕') 15 0, auto;
}

Made with 🖤 by @wesbos × source 👩‍💻 × Its TS + Deno