ICO to PNG Converter
Extract PNG images from .ico favicon files at any available size. Free, browser-based, no upload required.
Why Extract PNG from ICO?
ICO files are favicon containers that bundle multiple image sizes (16×16, 32×32, 48×48, 64×64, 128×128, 256×256) into a single file. Browsers pick the right size automatically, but if you need one of those images as a standalone PNG — for a design file, presentation, or to identify a website's icon — you need to extract it. This tool reads the ICO binary, finds every embedded image, and lets you download each one as a clean PNG.
Standard ICO Sizes
| Size | Typical Use |
|---|---|
| 16×16 | Browser tab favicon, bookmarks |
| 32×32 | Windows taskbar, address bar |
| 48×48 | Windows desktop shortcut |
| 64×64 | High-DPI taskbar icons |
| 128×128 | macOS dock icons |
| 256×256 | Windows Vista+ high-res icons |
How ICO Files Work
Modern ICO files embed each image either as a standard PNG (for 256×256 and sometimes 128×128) or as a Windows BMP/DIB (for smaller sizes). This tool handles both formats — BMP-encoded images are decoded and rendered to canvas before being exported as PNG.
Common Reasons to Extract PNGs from ICO Files
- Brand asset recovery — if you only have a website's .ico file and need a standalone PNG logo for design work.
- Favicon resizing — extract the 256×256 version from an ICO to use as the base for creating Apple touch icons (180×180) or other sizes.
- Cross-platform icon use — ICO is Windows-specific; PNG works everywhere. Extract and use the PNG on macOS, Linux or in web projects.
- Design reference — inspect a competitor's favicon at full resolution to understand their branding approach.
- Presentation assets — paste a company logo PNG extracted from its favicon into a slide deck or document.
ICO vs PNG vs SVG for Favicons
The browser support landscape for favicons has evolved significantly. Modern browsers support all three formats. For most sites today, a 32×32 PNG favicon is sufficient — add a 180×180 PNG for Apple touch icons and optionally an SVG favicon for automatic dark-mode support. ICO is still recommended only if you need to support Internet Explorer. Use the Favicon Generator to create new favicon files from scratch.