100% Free · No Sign-up Required

Favicon Generator

Convert PNG, text, or emoji into a complete favicon package.
Download ICO + all PNG sizes + site.webmanifest in one click.

Drag & drop or browse file
Any image type · Max 5 MB
For best results use a square image with a transparent background.
Aa
Inter
Aa
Roboto
Aa
Poppins
Aa
Playfair Display
AA
Oswald
Aa
Space Grotesk
On Windows: Win + . to open emoji picker
Live Preview
16px
32px
64px
128px
My Website
Generating your favicon package…
How to use

Add your favicon in 3 steps

1

Create

Choose PNG, Text, or Emoji mode. Customize colors, fonts, and shapes until your favicon looks perfect.

2

Download

Click "Download Favicon Package". You'll get a ZIP with ICO, all PNG sizes, and a webmanifest.

3

Install

Drop the files in your website root and paste the HTML snippet from the README into your .

What's in the ZIP

Complete favicon package

Every file your website needs across all browsers, OS, and devices.

favicon.ico
16 · 32 · 48 · 64 · 128 · 256 px
favicon-16x16.png
Browsers
favicon-32x32.png
Taskbar / Retina
favicon-48x48.png
Windows desktop
apple-touch-icon.png
iOS / Safari (180×180)
android-chrome-192x192.png
Android Chrome
android-chrome-512x512.png
Android splash
site.webmanifest
PWA manifest
README.txt
HTML install snippet
HTML snippet (paste in <head>)
<link rel="icon" type="image/x-icon"
      href="/favicon.ico">
<link rel="icon" type="image/png"
      sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png"
      sizes="16x16" href="/favicon-16x16.png">
<link rel="apple-touch-icon"
      sizes="180x180"
      href="/apple-touch-icon.png">
<link rel="manifest"
      href="/site.webmanifest">