HEIC to ICO Crop Converter
Load a HEIC photo, drag the crop handles to define exactly the area you need, preview the result, then download an ICO icon file. Everything runs in your browser — your image never leaves your device.
Drop a HEIC file here
or Browse Files · HEIC / HEIF supported
What This Tool Does
This tool loads a HEIC or HEIF image directly in your browser, decoding it using native browser support (Chrome 105+, Safari, Edge) or the heic2any JavaScript library as a fallback for full cross-browser compatibility. It presents an interactive crop overlay with draggable handles, and converts the selected area to an ICO file. No server upload is required. The full workflow — loading, HEIC decoding, cropping, and ICO encoding — runs entirely in client-side JavaScript using the HTML5 Canvas API. The output is a single-image ICO file with a PNG-embedded payload, compatible with all major browsers, Windows Explorer, and icon editors.
Who This Is For
- Web developers who want to create a favicon directly from an iPhone HEIC photo without installing design software
- Windows users who want to use a HEIC photo as a custom desktop shortcut or application icon
- Designers who receive source assets as HEIC from iPhone and need to isolate a subject and export it as an ICO for a Windows application
- Anyone who wants to crop and convert a HEIC photo to ICO format in seconds, entirely in the browser
HEIC vs ICO: Format Comparison
| Property | HEIC | ICO |
|---|---|---|
| Primary use | iPhone photo storage | Windows icons, favicons |
| Compression | Lossy or lossless HEVC | Embeds PNG or BMP data |
| Color depth | 10-bit HDR support | 32-bit RGBA (with PNG payload) |
| Transparency support | Yes — full alpha channel | Yes — full alpha channel |
| Multi-resolution | No — single image | Yes — can embed multiple sizes |
| Platform compatibility | Apple-native; codec required elsewhere | Windows-native; universal browser favicon |
| Typical dimensions | Any — camera resolution | 16×16 to 256×256 px |
| Best for | iPhone storage, Apple ecosystem | Favicons, app icons, Windows shortcuts |
