drag & drop, click, or paste from clipboard

Drop to add

ICO to PNG – Extract Icons from Favicon Files

ICO files bundle multiple icon sizes in one container, which is great for browsers but awkward when you need to extract the artwork for editing or reuse. Converting to PNG pulls out the largest embedded size — typically 256×256 px — as a clean raster image you can open in any editor or use directly in a project.

Which size gets extracted from a multi-size ICO

ICO files often contain several resolutions: 16, 32, 48, 128, and 256 px versions all packed in one file. When you convert to PNG, the converter picks the largest embedded size. That's almost always what you want — maximum detail for editing, exporting to other formats, or using at a specific size. If you need a different embedded size extracted, the tool uses the highest quality representation available.

Practical uses: brand asset recovery and design iteration

A common scenario: a developer or designer needs the original icon graphic but only has the compiled <code>favicon.ico</code> — the source PNG was lost or never shared. Extracting the ICO's largest embedded frame to PNG gives you a working asset to redesign from, resize, or export to other formats. Transparency in the ICO carries through to the PNG, preserving the icon's clear background.

FAQ

What if my ICO file only has a 32 px icon?

The converter extracts whatever is embedded. If the largest size is 32 px, that's what you get as PNG. The output won't be upscaled beyond what the ICO contains.

Does the PNG preserve the icon's transparency?

Yes. ICO supports alpha transparency, and PNG does too — transparent areas from the ICO transfer correctly.

Can I batch-convert many ICO files at once?

Yes. Up to 200 ICO files per run, up to 80 MB each. Output downloads as a ZIP.