image
Favicon Maker
make favicons at every common size.
no image yet
format
about
Upload an image and download favicons at 16/32/64/128/192/512px as PNG, ICO, or WebP. Modern browsers accept PNG/WebP via <link rel="icon">; ICO covers the classic favicon.ico.
how to use
- Upload your logo or icon image.
- Pick an export format — PNG, ICO, or WebP.
- Click any size button (16, 32, 64, 128, 192, or 512 px) to download it.
- Add the appropriate <link rel="icon"> tags to your HTML.
examples
- Generate a 32x32 favicon for desktop browser tabs.
- Make a 192x192 Android Chrome icon.
- Export a classic favicon.ico for older setups.
faq
PNG, ICO, or WebP — which should I use?
Modern browsers all accept PNG and WebP favicons via <link rel="icon" sizes="32x32" href="...">. Choose ICO if you need the classic favicon.ico that older setups expect at the site root — it wraps the same image in the .ico container.
Why so many sizes?
Different devices request different sizes. Browser tabs use 16/32, mobile home screens want 192/512.