Drop any .ico file — favicon, Windows app icon, toolbar icon — and extract every size as an individual .png. Handles both modern PNG-compressed and legacy BMP ICO entries. Everything runs in your browser.
.ico is extracted — 16×16, 32×32, 48×48, 64×64, 128×128, 256×256, whatever's inside. You get one PNG per size.name_32x32.png, name_256x256.png, etc.Upload any .ico — favicon, Windows app icon, toolbar icon. Every image inside gets extracted as a standalone PNG.
1 - Drop ICO File
The ICO binary format is parsed directly in your browser — no server needed, no round-trip, instant results.
.ico file — a favicon.ico from a website, an icon from a Windows application, or one you generated yourself with our PNG to ICO or JPG to ICO tools.filename_all.zip..ico file is a container — it bundles multiple bitmap images at different sizes inside a single file. Browsers and operating systems pick whichever size fits the context: 16×16 for tabs, 32×32 for bookmarks, 48×48 for taskbars, 256×256 for high-DPI displays. This tool unpacks every image inside into its own PNG..exe, .dll) are stored in a PE resource section — a different format entirely. This tool only reads standalone .ico files. To extract icons from executables you need a tool like Resource Hacker (Windows) or wrestool (Linux).