Skip to tool
image.dev

Convert ICO to AVIF

A niche one, honestly — you are probably here because a build pipeline or image CDN wants every asset as AVIF, favicons included. It works exactly as you would hope: the icon’s primary entry decodes in your browser, the alpha channel is kept, and AVIF re-encodes it. Just temper size expectations; tiny images leave a codec little to compress.

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 AVIF to ICO (favicon)

How it works

Add the icon files your asset pipeline flags; each primary entry decodes in the browser.

Re-encoding to AVIF happens at quality 70, alpha intact — final-destination output, not an editing format.

Collect the pipeline-consistent files one by one or as a zip, without expecting dramatic size drops at this scale.

ICO vs AVIF

At favicon dimensions the newest codec barely out-compresses the oldest container — overhead dominates when an image is 48 pixels wide. The honest verdict: convert for pipeline uniformity if your build demands AVIF everywhere, and expect consistency rather than savings.

ICOAVIF
CompressionLossless (BMP or PNG entries)Lossy or lossless
TransparencyYes (full alpha)Yes (full alpha)
AnimationNoYes (rarely used)
SupportUniversal for faviconsAll current browsers (Safari since 16.4, 2023)
Best forFavicons and Windows app iconsHero images and photo-heavy pages

Frequently asked questions

On this page