inyourbrowser.com

Favicon Generator

Favicon generator is an image tool that turns one source image into the full set of PNG favicons a modern site needs. It produces 16, 32, 48, 64, 192, and 512 pixel variants, renders each with the Canvas API, and downloads them individually or in one batch. The tool runs in your browser.

Drop an image or click to choose

Square images at least 512 pixels work best. Stays in your browser.

SIZES GENERATED

16324864192512

NAMING PATTERN

favicon-16.png
Runs entirely in your browser

Dedicated pages

Direct links for common favicon workflows.

How to generate favicons from an image

  1. Drop a square image on the upload area or click to choose a file.
  2. Preview the six generated PNG sizes side by side.
  3. Click Download all to save every size, or download an individual size.
  4. Reference each PNG in your HTML head with a link rel=icon tag.

Common uses

Technical specification

Frequently asked questions

Is my image uploaded to a server?
All favicon resizing runs in your browser using the Canvas API. Our servers are not involved at any point.
What sizes are generated?
Six PNG sizes: 16, 32, 48, 64, 192, and 512 pixels. Together they cover browser tabs, bookmarks, Windows shortcuts, Android home screens, and PWA manifests.
What size source image should I provide?
A square image of at least 512 pixels on the longest side gives the cleanest output across every favicon size. Vector formats like SVG also work well because they downscale cleanly.
Can I download all the favicons in one go?
Yes. The Download all button triggers a download for each size in sequence with a short delay between them, so the browser handles them as separate downloads.
How do I add these favicons to my site?
Place the PNG files in your site root or assets folder, then reference each size with a link tag in your HTML head, for example link rel="icon" sizes="32x32" href="/favicon-32.png".

Reviewed and tested May 25, 2026.