Opinion · 4 min read
Stop generating 20 favicon files — the 2026 minimal set
Plenty of favicon tools still hand you a ZIP with sixteen PNGs, a browserconfig.xml and Microsoft tile images. Almost all of it is dead weight. Windows tiles were retired with the Live Tiles interface; the pile of intermediate PNG sizes solved a browser problem that no longer exists.
Here is the set that covers everything in use today:
favicon.ico — multi-size (16/32/48), for legacy browsers and Google Search.
icon.svg — one scalable file modern browsers prefer, dark-mode capable.
apple-touch-icon.png — 180×180 for iOS home screens.
android-chrome-192 and -512 PNGs — referenced from your web app manifest for Android and PWAs.
Five files, four <link>/manifest references, done. Fewer files means less to keep in sync, a lighter deploy, and no stale browserconfig.xml pointing at images you deleted. If a tool insists you need twenty, it is optimising for looking thorough, not for what browsers request.