Favicon image size
ClientSearchers asking for “favicon image size” want to know whether their file is already 32×32, 180×180, or something non-standard. Upload here—we read dimensions locally and suggest the closest standard export.
What the dimension readout tells you
Exact match means your square image already equals a standard row in the chart—safe to deploy as-is if the platform expects that size.
Closest match helps when you have an odd square like 500×500 and need to export 512×512 or downscale to 32×32.
We read width and height locally, then resize with center crop. Max 8 MB.
Standard favicon sizes
Square PNGs are typical. Pick one target size below after upload, or use the favicon generator to download every common size at once.
| Size | Typical use |
|---|---|
| 16×16 | Classic browser tab icon (1× DPI) |
| 32×32 | Tab icon on retina / Windows shortcut |
| 48×48 | Windows site pinned tile |
| 64×64 | High-DPI tab fallback, some extensions |
| 96×96 | Google TV / some launcher grids |
| 128×128 | Chrome Web Store listing icon |
| 180×180 | Apple touch icon (iOS home screen) |
| 192×192 | Android Chrome / manifest icon |
| 256×256 | Desktop PWA / maskable baseline |
| 512×512 | PWA splash / maskable icon |
Export size
?
Choose the pixel size your HTML link, manifest, or platform expects. Preview shows how center crop will look at that size.
Common use cases
- Verify favicon image size before replacing production assets.
- Detect non-square marketing logos that need padding before center crop.
- Export to the standard size closest to your file’s longest edge.
Common mistakes to avoid
Trusting file name over pixels
favicon-32.png might actually be 64×64. Always read width×height.
Ignoring DPI metadata
Browsers care about pixel dimensions, not print DPI. A 512×512 image at 72 DPI is still 512 px wide.
FAQ
How do I check favicon image size?
Upload the file on this page. We report width×height in pixels and whether it matches a standard favicon size.
What if my image is not square?
We show the readout and center-crop preview at export. Add padding externally if the mark must not clip.
Common search terms
Phrases people search for that match this tool. See the full long-tail keyword index.
- favicon size
- favicon sizes
- favicon dimensions
- favicon image size
- size of a favicon
- size of favicon
- favicon ico size
- wordpress favicon size
- favicon size 32x32
- favicon 16x16
- apple touch icon 180x180 size
- pwa favicon size 512
- favicon html link tag
- favicon size for website
- website icon size
- recommended favicon size
- ideal favicon size
- favicon size chart
- favicon width and height
- browser tab favicon size
- standard favicon dimensions
- what size should favicon be
More tools
Related utilities you can open in another tab—mostly client-side.
Favicon generator
ClientSquare-crop a logo and download PNG favicon sizes (16–512 px) including Apple touch—browser only.
Image resize
ClientMax width or height, keep aspect ratio, export WebP/JPEG/PNG—local only.
Image crop
ClientCrop a region by pixel coordinates and export PNG, JPEG, or WebP—local canvas only.
Meta tag generator
ClientBuild title, description, canonical, Open Graph, and Twitter meta tags—copy a head fragment locally.