Favicon Generator

Design Mode

Preview

64×64
32×32
16×16

Browser Tab Preview

My Website — Page Title

Download

HTML Code

Free Favicon Generator

Create favicons for your website from text, emoji, or uploaded images. Generate ICO files with multiple sizes, PNG icons for Apple and Android devices — all processed entirely in your browser.

What Is a Favicon?

A favicon (short for "favorites icon") is a small icon that appears in the browser tab, bookmarks, and address bar next to your website's title. It helps users identify your site at a glance and gives your brand a professional appearance.

What Sizes Do I Need?

  • 16×16 — Browser tab icon
  • 32×32 — Taskbar shortcut icon
  • 180×180 — Apple Touch Icon (iOS home screen)
  • 192×192 — Android Chrome icon (web app manifest)
  • .ICO file — Contains multiple sizes (16, 32, 48) in one file for maximum compatibility

How to Add a Favicon

Place the generated files in your website's root directory and add the HTML code to your <head> section:

<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">

Frequently Asked Questions

What format should my favicon be?

The .ICO format offers the best compatibility across all browsers. Modern browsers also support PNG favicons. For the widest support, provide both an .ICO file and PNG variants.

Can I use an emoji as my favicon?

Yes! Simply type or paste an emoji in the text field. Emoji favicons are trendy and instantly recognizable. Note that emoji rendering may vary slightly between operating systems.