Skip to content

Instantly share code, notes, and snippets.

@jermainee
Created August 2, 2023 19:33
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jermainee/8b82aba266115a609752802598d927ce to your computer and use it in GitHub Desktop.
Save jermainee/8b82aba266115a609752802598d927ce to your computer and use it in GitHub Desktop.
Use an emoji as favicon in html websites
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='1em' font-size='100'>📝</text></svg>">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment