Skip to content

Instantly share code, notes, and snippets.

@sitek94
Created January 15, 2022 18:11
Show Gist options
  • Save sitek94/bdee1607fd281ee228e7d54ab5ad91dd to your computer and use it in GitHub Desktop.
Save sitek94/bdee1607fd281ee228e7d54ab5ad91dd to your computer and use it in GitHub Desktop.
Emoji Favicon
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>⏳</text></svg>"
/>
@sitek94
Copy link
Author

sitek94 commented Jan 15, 2022

Simply replace the emoji with whatever you want

%2290%22>⏳</text></svg>"

@sitek94
Copy link
Author

sitek94 commented Jan 16, 2022

Also, remember to include

<meta charset="utf-8">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment