drag & drop, click, or paste from clipboard
drag & drop, click, or paste from clipboard
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.
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.
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.
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.
Yes. ICO supports alpha transparency, and PNG does too — transparent areas from the ICO transfer correctly.
Yes. Up to 200 ICO files per run, up to 80 MB each. Output downloads as a ZIP.