Sample ICO Files — Favicons & Windows Icons
Download free sample ICO files — browser favicons (16×16 to 48×48), a multi-size ICO with all sizes combined, and a 256×256 Windows application icon.
favicon-16.ico
16×16
File details and verification
- Filename
- favicon-16.ico
- Exact size
- 1,150 bytes
- Displayed size
- 1 KB
- Catalog status
- Valid catalog fixture
- SHA-256
- ce844d66ea5794b089c3dad5985c9fc8bf31fc0f0482e6260f2b6e1582221d79
- Header signature
- Matched (ICO)
- Verified on
- 2026-08-10
- MIME type
- image/x-icon
- Dimensions
- 16 x 16 px
- License
- CC0 / Public Domain
- Download URL
- https://cdn.truefilesize.com/ico/favicon-16.ico
See how TrueFileSize generates and measures sample files, or review the editorial policy.
favicon-32.ico
32×32
File details and verification
- Filename
- favicon-32.ico
- Exact size
- 4,286 bytes
- Displayed size
- 4 KB
- Catalog status
- Valid catalog fixture
- SHA-256
- 20d47e68c4b05f5f38224c91038ece97627e1ec5e311a11683c814bfe3a43beb
- Header signature
- Matched (ICO)
- Verified on
- 2026-08-10
- MIME type
- image/x-icon
- Dimensions
- 32 x 32 px
- License
- CC0 / Public Domain
- Download URL
- https://cdn.truefilesize.com/ico/favicon-32.ico
See how TrueFileSize generates and measures sample files, or review the editorial policy.
favicon-48.ico
48×48
File details and verification
- Filename
- favicon-48.ico
- Exact size
- 9,662 bytes
- Displayed size
- 9 KB
- Catalog status
- Valid catalog fixture
- SHA-256
- 3badccdebb32fa83b01b2fa10ea6fd5e4d7ee80f634b82db12144b83556a2bf0
- Header signature
- Matched (ICO)
- Verified on
- 2026-08-10
- MIME type
- image/x-icon
- Dimensions
- 48 x 48 px
- License
- CC0 / Public Domain
- Download URL
- https://cdn.truefilesize.com/ico/favicon-48.ico
See how TrueFileSize generates and measures sample files, or review the editorial policy.
favicon-multi.ico
File details and verification
- Filename
- favicon-multi.ico
- Exact size
- 15,086 bytes
- Displayed size
- 15 KB
- Catalog status
- Valid catalog fixture
- SHA-256
- 74828e5a36002588dc97cea066ede2a3c1a8c9a1d15eb9a1286a9826b5977620
- Header signature
- Matched (ICO)
- Verified on
- 2026-08-10
- MIME type
- image/x-icon
- License
- CC0 / Public Domain
- Download URL
- https://cdn.truefilesize.com/ico/favicon-multi.ico
See how TrueFileSize generates and measures sample files, or review the editorial policy.
app-icon.ico
256×256
File details and verification
- Filename
- app-icon.ico
- Exact size
- 353,118 bytes
- Displayed size
- 345 KB
- Catalog status
- Valid catalog fixture
- SHA-256
- 0e1d950b9329549daeec07b6b99cb1d0cabf83f13d7d78a383d3459a2039bf19
- Header signature
- Matched (ICO)
- Verified on
- 2026-08-10
- MIME type
- image/x-icon
- Dimensions
- 256 x 256 px
- License
- CC0 / Public Domain
- Download URL
- https://cdn.truefilesize.com/ico/app-icon.ico
See how TrueFileSize generates and measures sample files, or review the editorial policy.
How to use ICO files
Browser favicon (HTML)
<link rel="icon" type="image/x-icon" href="/favicon.ico">Modern approach (PNG favicon)
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png">Next.js App Router
// Place favicon.ico in app/ directory — auto-detectedTechnical specifications
| Format | ICO (Windows Icon) |
| Contains | One or more PNG/BMP images at different sizes |
| Common sizes | 16×16, 32×32, 48×48, 256×256 |
| Used by | Browser favicons, Windows desktop icons |
| Multi-size | Single .ico can contain all sizes |
Frequently Asked Questions
Should I use ICO or PNG for my favicon?
What is a multi-size ICO file?
What size should my favicon be?
How do I create an ICO file?
Can I use SVG as a favicon?
Other image formats
Related reading
WebP vs PNG vs JPG — Which Format Should You Use?
Comprehensive comparison of WebP, PNG, and JPG image formats. File size, quality, browser support, and when to use each format.
Image Optimization for Web Performance
A reproducible image optimization workflow using modern formats, responsive srcset, lazy loading, and measured LCP improvements.
SVG vs PNG for Icons — Which Format Should You Use?
When to use SVG, when to use PNG for favicons and UI icons. Accessibility, animation, file size, and caching — with side-by-side samples you can copy.