Skip to content
← All Guides
🔒 No Upload Required ✅ Free Forever 🌐 Browser-Based
Image Tools

How to Crop & Convert ICO to AVIF: Step-by-Step Tutorial

By Bill Crawford  ·  March 2026  ·  5 min read  ·  Last updated March 14, 2026

Connect on LinkedIn →

🚀 Follow along with the tool open. ICO to AVIF Crop Converter — free, in your browser.

Open Tool →

Overview

This tutorial walks through every step of cropping an ICO image and converting it to an AVIF file using the Data Conversion Center ICO to AVIF Crop Converter. The tool invokes the browser's native AVIF encoder via the Canvas API — producing files up to 50% smaller than equivalent PNG output while preserving full alpha channel transparency. Everything runs inside your browser with no software installation and no server upload.

Best suited for: modern web pages, performance-critical applications, and any context where a small, high-quality image with transparency is needed and Chrome, Firefox, Safari 16+, or Edge is the target browser.

Step 1: Open the Tool

Navigate to dataconversioncenter.com/image-tools/ico-to-avif-crop/ in any modern browser. The tool works in Chrome, Firefox, Edge, and Safari on both desktop and mobile. No sign-in, no extension, and no download required.

Step 2: Load Your ICO

You have two options for loading your source image:

As soon as the image loads, it appears in the source panel. The blue crop handles appear at the corners and edges, initially set to the full image boundary. ICO files are decoded via the browser's native image decoder, so the canvas displays whichever resolution the browser selects — typically the largest available, often 256×256 px.

Step 3: Adjust the Crop Area

The crop overlay has eight handles: four at the corners and four at the midpoints of each edge. Here is how each type behaves:

As you drag, the crop dimensions badge in the panel header updates in real time to show the output pixel dimensions at full ICO resolution. The info bar below shows the exact pixel coordinates of the selection corners.

AVIF tip: AVIF handles both flat-color regions and complex gradients efficiently. Crop tightly to the region of interest to minimise the pixel area the encoder must process — this produces the smallest possible output file.

Step 4: Preview the Crop

Before downloading, click Preview Crop. A pop-up opens showing the cropped region at browser width, with the exact output dimensions in the title. Use this to verify the composition — confirm that the icon content is not clipped at the edges and that the framing looks correct.

The preview renders as JPEG for speed. The actual AVIF output will look identical or marginally better at the edges due to AVIF's superior compression. Close the preview and adjust handles if the composition needs refinement.

Step 5: Convert & Download the AVIF

When you are satisfied with the crop, click Convert & Download AVIF. The button briefly shows "⏳ Converting…" while the tool:

  1. Draws the selected pixel region onto an off-screen canvas at full ICO resolution.
  2. Calls canvas.toBlob('image/avif', 0.88) to invoke the browser's native AVIF encoder at 88% quality.
  3. If AVIF is not supported by the current browser, automatically falls back to WebP, then PNG — ensuring you always receive a usable file.
  4. Triggers a browser download of the resulting file.

The file downloads as [original-filename]_crop.avif. For a source file named app-icon.ico, the output is app-icon_crop.avif. No server round-trip occurs.

Step 6: Start Over (Optional)

To crop and convert a different ICO, click ↺ Start Over. This clears the current image, resets the crop handles, and returns the tool to its initial drop zone state.

Tips for Best Results

✍ Ready to crop and convert your ICO to AVIF?

Open ICO to AVIF Crop Converter →