Minimal favicon set in 2026: keep it simple
If you don’t want dozens of files, you can still cover most platforms with a compact, modern set.
Practical minimum
- favicon.svg — modern browsers
- favicon.ico — compatibility
- apple-touch-icon.png (180×180) — iOS
- android-chrome-192x192.png — Android shortcut
- android-chrome-512x512.png (preferably maskable) — large/PWA
- manifest.json — Android/PWA
Need dark mode?
Add a dark-mode SVG and link it with media="(prefers-color-scheme: dark)".
FAQ
Can I use only favicon.ico?
You can, but you lose Retina crispness and PWA/mobile support.
What if I want an all-in-one ZIP?
Use the Complete set and deploy as-is.