Quick answer
Use SVG for scalable browser rendering, a multi-resolution ICO with 16×16 and 32×32 frames for broad fallback support, a 48×48 or 96×96 PNG for raster and search contexts, a 180×180 Apple touch icon, and 192×192 plus 512×512 PNGs in the manifest.
- Last verified
- July 31, 2026
- Evidence
- Primary documentation plus transparent editorial analysis
- Primary sources
- 2
The recommended set
Use SVG for scalable browser rendering, a multi-resolution ICO with 16×16 and 32×32 frames for broad fallback support, a 48×48 or 96×96 PNG for raster and search contexts, a 180×180 Apple touch icon, and 192×192 plus 512×512 PNGs in the manifest.
Favicon.now exports additional legacy sizes when compatibility matters, but it separates those from the modern core so teams can make an informed choice.
Connected next stepWhat Is a Favicon? The Small Icon With a Big Job for the closest prerequisite or comparison.
Why 48-pixel multiples matter
Google requires a square favicon of at least 8×8 and recommends larger than 48×48. A 48×48, 96×96, or 144×144 source aligns with that recommendation while leaving the browser room to downsample cleanly.
Connected next stepFavicon Formats Compared: SVG, PNG and ICO for the next connected implementation decision.
Design at 16, export at 512
Start with a large master, but judge the artwork at 16×16 and 32×32 throughout the process. Details that disappear there should be removed or exaggerated, not merely exported sharper.
Connected next stepOpen the most relevant production tool and verify the decision with a working output.
Review the headings, sources, implementation artifact, and update record for this guide as structured JSON.
Download guide evidence ↓- Guide
- Favicon Sizes in 2026: The Practical File Set
- Coverage
- Client behavior can change by browser, operating system, platform version, cache state and deployment configuration. Unperformed manual observations are not claimed.
Questions, answered
Do I need every Apple touch icon size?+
For most modern sites, one 180×180 PNG is the useful default.
Should favicon.ico contain multiple sizes?+
Yes. A single ICO can hold 16×16, 32×32, and optionally 48×48 frames.
