Favicon generator

Upload one image and get a real favicon.ico (16/32/48) plus PNG icons for Apple touch and PWA — all generated locally with canvas.

Upload one image and get a real favicon.ico (16/32/48) plus PNG icons for Apple touch and PWA — all generated locally with canvas.

How to use

  1. Drop or pick a square image (PNG or SVG works best)
  2. Download favicon.ico and the PNG sizes you need
  3. Copy the ready-made <head> HTML snippet
  4. Add the files and snippet to your site root

Frequently asked questions

Is this a real .ico file?

Yes — the .ico is assembled byte-by-byte with PNG-encoded 16/32/48 images, which every modern browser supports.

What sizes should I ship?

favicon.ico plus 16×16, 32×32, a 180×180 apple-touch-icon and 192/512 PNGs for PWA cover practically everything.

Does my image get uploaded?

No. All resizing and packing happen in your browser; nothing is sent to a server.