Favicon sizes guide
The favicon and app-icon sizes a modern website actually needs, without the usual junk drawer of unnecessary exports.
Favicon pages become useful when they remove noise. The goal is a short list of files that cover mainstream browser, iOS, and Android expectations cleanly.
Core sizes
16, 32, 48, 180, 192, 512
Primary files
ICO plus PNG exports
Watch closely
Small-size legibility
Recommendation
Keep a multi-size `favicon.ico` plus PNG exports for 180, 192, and 512 pixels. That covers the main browser, Apple touch icon, and Android-style app manifest needs without overproducing files.
Basic favicon link set
<link rel="icon" href="/favicon/favicon.ico" sizes="any" />
<link rel="apple-touch-icon" href="/favicon/apple-touch-icon.png" sizes="180x180" />
<link rel="icon" type="image/png" href="/favicon/android-chrome-192x192.png" sizes="192x192" />Design advice
- Simplify the mark for tiny sizes.
- Do not assume the main logo scales down cleanly.
- Test the icon in tabs, bookmarks, and mobile contexts separately.
Why this page is safe to scale
The requirement is stable, technical, and reusable. That makes it a much better candidate than speculative platform-size directories.
Checklist
- Generate a multi-size ICO.
- Export 180, 192, and 512 PNG variants.
- Simplify the mark for tiny display sizes.
- Verify tab and mobile-icon rendering.
Common mistakes
- Using the full logo lockup where only a tiny mark will render.
- Shipping dozens of barely different icon files with no maintenance plan.
- Ignoring Apple touch and manifest contexts.
Quick answers
Which favicon sizes matter most?
The practical set is 16, 32, and 48 inside the ICO file, plus 180, 192, and 512 PNG exports for touch and app contexts.
Can I use the same artwork for every icon size?
Not always. Small icons often need a simplified version of the brand mark.
Related pages
Use Case
Best image format for logos and icons
When to use SVG, when to keep PNG fallbacks, and how to avoid fuzzy brand assets across the UI.
Comparison
SVG vs PNG for logos and interface graphics
When vector assets should stay vector and when a PNG export is still the right call for web delivery.
Reference
Open Graph image size guide
The practical dimensions, aspect ratio, and file-prep rules for social share images that need to preview cleanly.
From the archive
Top 5 Free Tools to Change Image Pixel Size Quickly
Discover 5 free tools to quickly change the size of an image in pixels. Learn how to reduce, edit, or increase photo px easily for web or social media use.
Master the Art of Image Resizing: A Comprehensive Guide to Changing Pixel Sizes for Optimal Quality and Performance
Learn how to resize images for web, print, and social media without sacrificing quality, performance, or responsive behavior.
Understanding Image Resizing: Basics and Benefits
Boost site speed & SEO with top image resizing & optimization tools: master JPEG, PNG, WebP compression, automation, quality tips, audits & metrics.