ICO File Viewer

Drop any .ico file to inspect its sizes, preview each resolution, and download individual sizes as PNG — no upload, files never leave your device.

What is an ICO file?

An ICO file is a container format used for Windows icons and browser favicons. Unlike a regular image file, a single .ico can bundle multiple resolutions — so the operating system or browser can pick the sharpest version for wherever the icon appears.

Why inspect an ICO file?

If your favicon looks blurry in certain browsers or disappears entirely in Windows Explorer, it often means a critical size is missing. This viewer shows you exactly which sizes are packed inside the file so you can spot gaps before publishing.

Common ICO sizes and where they're used

  • 16×16 — browser tab favicon, taskbar small view
  • 32×32 — browser bookmark bar, desktop shortcut
  • 48×48 — Windows taskbar pinned icon
  • 256×256 — Windows Explorer large icon view, high-DPI displays

PNG vs BMP entries in ICO

Modern tools (including Windows Vista and later) store each size as a compressed PNG inside the ICO container. Older ICO files use raw BMP (device-independent bitmap) data instead. Both formats are valid — but PNG entries produce smaller file sizes and support full alpha transparency.

Frequently Asked Questions

+Are my files uploaded to a server?

No. The ICO file is parsed entirely in your browser using JavaScript. Nothing is sent to any server.

+Why does my ICO file show only one size?

Some tools create ICO files with only a single resolution. A complete favicon should contain at least 16×16 and 32×32 entries; adding 48×48 and 256×256 improves Windows and high-DPI support.

+Can I download individual sizes as PNG?

Yes. Each size card has a Download PNG button that extracts just that resolution.

+What is the difference between PNG and BMP entries in an ICO?

Modern ICO files store each size as a compressed PNG, which is smaller and supports full transparency. Older ICO files use raw BMP data. Both are valid; this viewer handles both formats.

More free tools