Skip to tool
image.dev

Convert ICO to JPG

For when an icon needs to go somewhere that only takes photos: the browser decodes your .ico, takes its primary (usually largest) entry and re-encodes it as JPG. Two honest notes — transparency becomes white, since JPG has no alpha, and favicons are small, so a 32px source stays a 32px image.

Drop ICO images hereor click to browse — pasting works too

Processed on your device — your files never leave your browser

Need the other direction? Convert JPG to ICO (favicon)

How it works

Drop the .ico in; its primary entry — usually the largest — is decoded right in the tab.

The image flattens onto white where it was transparent and re-encodes as a JPEG at quality 90.

Download the compliant .jpg files individually or zipped, sized exactly as the icon was stored.

ICO vs JPG

Extracting an icon into JPG is almost always answering a bureaucratic question, not a technical one — PNG preserves icons better in every way that matters. When a form field accepts nothing but .jpg, though, the debate is over, and quality 90 keeps the small image presentable.

ICOJPG
CompressionLossless (BMP or PNG entries)Lossy
TransparencyYes (full alpha)No
AnimationNoNo
SupportUniversal for faviconsUniversal — the safest format there is
Best forFavicons and Windows app iconsPhotographs and strict upload forms

Frequently asked questions

On this page