Skip to content

Instantly share code, notes, and snippets.

@funky-monkey
Created October 19, 2021 11:52
Show Gist options
  • Save funky-monkey/15dacb2635b9bcb190508aa1365a83d8 to your computer and use it in GitHub Desktop.
Save funky-monkey/15dacb2635b9bcb190508aa1365a83d8 to your computer and use it in GitHub Desktop.
Now that all modern browsers support SVG favicons, here's how to turn any emoji into a favicon.svg:
<svg xmlns="http://w3.org/2000/svg" viewBox="0 0 100 100">
<text y=".9em" font-size="90">
Pile of poo
</text>
</svg>
Useful for quick apps when you can't be bothered to design a favicon!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment