· 3 min read
How to Convert ICO to PNG
Manesh Jayawardhana
CIO & Co-founder
You have a .ico file from a website, app, or old Windows project, but the tool you are using wants PNG. Opening the ICO directly may show only one size, or none at all. That is frustrating because an ICO can contain several icon images inside one file.
Converting ICO to PNG is really extraction. You pull out each embedded icon size and save it as its own transparent PNG so it can be used in design tools, previews, documentation, or modern web workflows.
What ICO to PNG conversion involves
An ICO file is a container for one or more small images, often at sizes like 16x16, 32x32, 48x48, or 256x256. That lets operating systems choose the right icon size for different places. PNG is a normal image format that supports transparency and is easier to open almost everywhere.
When converting, the best result is not one random PNG. It is every image inside the ICO, exported separately so you can choose the size you actually need.
Why people get stuck here
Many image viewers hide the multi-size nature of ICO files. You may only see the largest or smallest version. If you screenshot it, you lose transparency and quality.
Another issue is scaling. A tiny 16x16 icon enlarged to 512x512 will look blurry. Extract the size closest to your target instead of stretching the wrong one.
| ICO Detail | Why It Matters | What To Do |
|---|---|---|
| Multiple sizes | One file holds many images | Extract all sizes |
| Transparency | Icons need clean edges | Save as PNG |
| Tiny variants | Scaling can blur | Pick the closest size |
| Favicon use | Small sizes still matter | Keep 16x16 or 32x32 |
What a good PNG export looks like
Every embedded size is available
If the ICO contains several images, you should be able to download each one. That gives you options for web, app, and documentation use.
Transparency is preserved
Icon edges should stay clean. A white or black box around the icon usually means the conversion path lost transparency.
The chosen size matches the destination
Use small exports for favicons and larger exports for previews or design references. Avoid enlarging tiny icons beyond what they can support.
Common mistakes to avoid
- Taking a screenshot of an icon instead of extracting the PNG.
- Enlarging a 16x16 icon and expecting it to look sharp.
- Ignoring smaller embedded sizes that are useful for favicons.
- Saving with a background that destroys transparency.
- Assuming an ICO contains only one image.
How to do it with ICO to PNG
Online Tool Store’s ICO to PNG extracts every image inside a Windows .ico file as its own transparent PNG.
- Open the ICO to PNG tool.
- Choose the
.icofile. - Let the tool read the embedded icon sizes.
- Download the PNG size or sizes you need.
- Use the smallest suitable size for favicons and larger sizes for previews or design work.
The conversion runs in your browser, so the icon file does not need to be uploaded just to extract its images.
Frequently asked questions
Why does one ICO file produce multiple PNGs?
ICO files can contain several image sizes inside one file. Exporting each size gives you the cleanest version for different uses.
Will the PNG keep transparency?
Yes. PNG supports transparency, and the tool is designed to preserve transparent icon edges during extraction.
Can I use the PNG as a favicon?
Sometimes, but many favicon workflows still expect ICO or specific PNG sizes. Extracting the PNG is useful for editing, previewing, or preparing assets.
Final thought
Convert ICO to PNG when you need the icon as a normal image. Extract every size, preserve transparency, and choose the version that fits the destination instead of stretching a tiny icon.