Convert ICO to JPG Online

Convert Windows ICO icon files to JPG images.

ICO
ICO
JPG
JPG
Secure & private
Files deleted in 24h
No signup needed

Drop your ICO file here

or click to select

Secure & private
Files deleted in 24h
No signup needed
Select a file to start converting
0 / 10 free conversions used today

Upload ICO

Drag & drop or click to select your ICO file.

Choose Options

Adjust quality, size, or other output settings if needed.

Download JPG

Click Convert and your JPG file downloads instantly.

ICO is Microsoft's Windows icon container, used since Windows 1.0 in 1985 and still the format for favicons embedded in browser tabs. A single ICO can hold multiple resolutions (typically 16x16, 32x32, 48x48, 64x64, 128x128, and 256x256) plus colour-depth variants (1-bit, 8-bit, 24-bit, 32-bit with alpha), letting Windows pick the right size for the taskbar, Explorer thumbnails, or the desktop. Web developers grab favicon.ico from any production site and find a Russian-doll bundle of resolutions when they pop it open.

Converting ICO to JPG is most common when extracting a favicon for use in slide decks, brand research documents, or competitor analysis spreadsheets. The challenge is that an ICO has multiple frames - the converter must choose one. ico-to-jpg defaults to the largest frame (usually 256x256), which is the cleanest source for upscaling or pasting into Notion, Confluence, or Word. Forensic researchers and brand auditors regularly pull thousands of favicons from a target list of domains and convert to JPG for visual diff against a reference set.

The hidden trap is transparency: ICO uses a 1-bit alpha mask on older variants and 8-bit alpha on Vista+ format, while JPG has no transparency support. Converting an ICO with a transparent background to JPG flattens against white by default, which looks fine for light-themed documents but ruins dark-mode contexts. If you need transparency preserved, convert ICO to PNG instead. For favicons destined for a PowerPoint deck with a coloured background, choose a custom flatten colour in the converter to match the slide.

The ICO format debuted with Windows 1.0 in 1985 to hold the tiny pixel-art glyphs that represented programs in Program Manager. Microsoft expanded the spec across Windows 95, XP (256-color), and Vista (PNG-compressed 256x256 frames). When Internet Explorer 5 introduced favicon.ico in 1999, ICO suddenly became a web format too - every browser still looks for /favicon.ico by default. Modern web manifests prefer PNG, SVG, and Apple touch icons, but ICO remains the only single-file way to ship multiple resolutions to legacy IE, Edge, and Windows taskbars, which keeps the format quietly alive on practically every website.

ICOJPG
Compression Mostly uncompressed BMP frames inside container Lossy DCT
Multi-resolution Yes (16, 32, 48, 256 px stacked) Single resolution
Typical file size 5-150 KB 20-100 KB
Transparency 1-bit mask plus 8-bit alpha on PNG frames None
Best for Windows favicons, desktop shortcuts, tray icons Web preview, blog post imagery
  1. Right-click a website's favicon link and save the favicon.ico locally.
  2. Upload the ICO to the ICO to JPG converter and pick the largest frame (typically 256x256).
  3. Set Q90 with a white background since favicons usually carry alpha that JPG cannot store.
  4. Optionally upscale 2x with Lanczos so the hero image looks crisp at 512 px in the blog post.
  5. Embed the JPG in the WordPress 'top 10 SaaS logos' article with proper alt text and credit.
Use caseSettings
Blog hero from a favicon Pick 256 px frame, Q90, 2x Lanczos upscale
Slide deck logo grid Q85, white background, 128 px frame
Archive scan of legacy app icon Q92, retain pixel-perfect at native size
Email signature thumbnail Q80, 64x64, baseline JPEG
PlatformICOJPG
macOS Preview ~
Windows Photos
Outlook (desktop) ~
Gmail ~
iPhone Photos
Android gallery
Photoshop ~
Chrome / Safari / Firefox
Slack / Discord ~

ICO files are Windows icon containers and are not standard viewable images. While they display correctly in Windows Explorer and applications, an ICO file cannot be opened, edited, or shared through most general-purpose image tools. Converting ICO to JPG extracts the image content as a full-colour photograph, making it usable in presentations, documents, design tools, and anywhere a standard image is expected.

Brand managers and designers who want to use an application's icon in marketing materials, help documentation, or interface mockups convert ICO to JPG as the quickest way to get a clean raster image from an icon file. This avoids the need for a dedicated icon editor and produces a result that works in Word, Figma, Canva, and every image-compatible tool.

ICO files contain multiple embedded sizes - Typically from 16×16 up to 256×256 pixels. The converter uses the largest available size to give you the best possible quality from the source. If you need a specific dimension, resize the resulting JPG to your required pixel dimensions after conversion.

  • Always grab the 256x256 frame from a multi-resolution ICO - the smaller frames are designed for Explorer's tiny render targets and look blurry when upscaled.
  • If extracting a favicon, save the URL favicon.ico from a site's root - most CMSes auto-generate this. For higher-res versions check the apple-touch-icon link tag.
  • Choose a flatten colour matching your destination background (white for documents, your slide colour for decks) to avoid jarring halos.
  • For competitor research at scale, batch-convert via image-converter rather than one at a time - hundreds of favicons in a single drag.
  • ICO files larger than 100KB are usually multi-frame bundles - inspect first in IcoFX or GIMP to pick which frame to export.
Extracts the largest size layer from the ICO file as JPG
Works for both favicon ICOs and Windows application icons
Output JPG at full pixel dimensions with no scaling artifacts
Files auto-deleted after 24 hours, nothing stored permanently
ICO

ICO – Windows Icon Format

ICO is a specialised image format. Converting to JPG provides wider compatibility and easier sharing across applications and platforms.
JPG

JPG – Joint Photographic Experts Group

JPG (JPEG) is the world's most compatible image format - Supported on every device, browser, printer, and application. Lossy compression keeps file sizes small.
JPG Converter
  • Convert ICO to JPG for formats that require JPG specifically — check whether your target platform needs it.
  • Files are processed securely and deleted automatically after 24 hours.
  • If the output looks different from expected, check that the source file is not corrupted or password-protected.

ICO is Microsoft's icon container introduced with Windows 1.0. A single .ico file holds one or more bitmap or PNG frames at different sizes (16, 32, 48, 64, 128, 256 pixels) and colour depths. Browsers fetch /favicon.ico from sites to render the tab icon.

You likely got the 16x16 or 32x32 frame instead of the 256x256. Check the source ICO in GIMP (File > Open shows all frames) or IcoFX to verify it has a high-res frame, then re-run the converter and choose the largest available.

Yes - resize your JPG to a square (recommended 256x256 or 512x512), then use a JPG-to-ICO converter or IcoFX to package it. For favicons, generate a multi-resolution ICO with 16, 32, and 48 pixel frames bundled.

Yes - Windows Vista and later ICO frames support 8-bit alpha. Older 1-bit XP-era ICO uses an AND mask for hard-edge transparency. Both lose transparency when converted to JPG, which flattens against a background colour.

Open the ICO in GIMP (handles all known ICO variants), File > Export As, choose JPEG, set quality 92, and save. For favicon scraping at scale, the curl + ImageMagick combo handles every favicon.ico variant including malformed ones from CMS plugins.