Skip to content

Instantly share code, notes, and snippets.

@iamsaief
Created September 13, 2022 15:32
Show Gist options
  • Save iamsaief/e106d2352fd70acb4e38e3057c63eec3 to your computer and use it in GitHub Desktop.
Save iamsaief/e106d2352fd70acb4e38e3057c63eec3 to your computer and use it in GitHub Desktop.
Tricks to use emoji as a favicon
<!DOCTYPE html>
<html lang="en">
</head>
<!-- Emoji as 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>"
/>
</head>
<body>
...
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment