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
Verified file details
- Filename
- favicon-16.ico
- Exact size
- 1,150 bytes
- Displayed size
- 1 KB
- MIME type
- image/x-icon
- Dimensions
- 16 x 16 px
- License
- CC0 / Public Domain
- Download URL
- https://truefilesize.com/files/ico/favicon-16.ico
See how TrueFileSize generates and measures sample files, or review the editorial policy.
favicon-32.ico
32×32
Verified file details
- Filename
- favicon-32.ico
- Exact size
- 4,286 bytes
- Displayed size
- 4 KB
- MIME type
- image/x-icon
- Dimensions
- 32 x 32 px
- License
- CC0 / Public Domain
- Download URL
- https://truefilesize.com/files/ico/favicon-32.ico
See how TrueFileSize generates and measures sample files, or review the editorial policy.
favicon-48.ico
48×48
Verified file details
- Filename
- favicon-48.ico
- Exact size
- 9,662 bytes
- Displayed size
- 9 KB
- MIME type
- image/x-icon
- Dimensions
- 48 x 48 px
- License
- CC0 / Public Domain
- Download URL
- https://truefilesize.com/files/ico/favicon-48.ico
See how TrueFileSize generates and measures sample files, or review the editorial policy.
favicon-multi.ico
Verified file details
- Filename
- favicon-multi.ico
- Exact size
- 15,086 bytes
- Displayed size
- 15 KB
- MIME type
- image/x-icon
- License
- CC0 / Public Domain
- Download URL
- https://truefilesize.com/files/ico/favicon-multi.ico
See how TrueFileSize generates and measures sample files, or review the editorial policy.
app-icon.ico
256×256
Verified file details
- Filename
- app-icon.ico
- Exact size
- 353,118 bytes
- Displayed size
- 345 KB
- MIME type
- image/x-icon
- Dimensions
- 256 x 256 px
- License
- CC0 / Public Domain
- Download URL
- https://truefilesize.com/files/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
Modern formats, responsive srcset, lazy loading, and CDN tricks. Cut LCP by 40% with proper image optimization. Sample JPG, PNG, and WebP files included.
SVG vs PNG for Icons — Which Wins in 2025?
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.