Favicon Generator

Create favicons from text, emoji, or colors. Download as PNG in multiple sizes.

HTML Code

<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">

What is a Favicon?

A favicon (short for "favorites icon") is a small icon displayed in browser tabs, bookmarks, and history. Modern browsers support PNG favicons in multiple sizes.

Recommended Favicon Sizes

How to Add a Favicon

Place your favicon files in the root directory of your website and add the appropriate link tags in your HTML <head> section. PNG format is recommended for modern browsers.