image
Favicon
make favicon PNGs at every common size.
no image yet
about
Upload an image and download PNG favicons at 16/32/64/128/192/512px. Modern browsers accept PNG favicons via <link rel="icon">.
how to use
- Upload your logo or icon image.
- Click any size button (16, 32, 64, 128, 192, or 512 px) to download that PNG.
- 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.
- Create a 512x512 PWA app icon.
faq
Why no .ico file?
Modern browsers all accept PNG favicons via <link rel="icon" sizes="32x32" href="...">. The .ico binary format is no longer required.
Why so many sizes?
Different devices request different sizes. Browser tabs use 16/32, mobile home screens want 192/512.