Created
October 19, 2021 11:52
-
-
Save funky-monkey/15dacb2635b9bcb190508aa1365a83d8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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