Skip to content
>_ TrueFileSize.com

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

1 KB

16×16

ico
Download

favicon-32.ico

4 KB

32×32

ico
Download

favicon-48.ico

9 KB

48×48

ico
Download

favicon-multi.ico

15 KB
ico
Download

app-icon.ico

345 KB

256×256

ico
Download

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-detected

Technical specifications

FormatICO (Windows Icon)
ContainsOne or more PNG/BMP images at different sizes
Common sizes16×16, 32×32, 48×48, 256×256
Used byBrowser favicons, Windows desktop icons
Multi-sizeSingle .ico can contain all sizes

Frequently Asked Questions

Other image formats