David Härer / Cheatsheets

Web Cheatsheet



How can I use an emoji as a favicon?

To use 😊 as a favicon on your website, you can use the following favicon.svg file:

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
  <text y=".9em" font-size="90">
    😊
  </text>
</svg>