Skip to tool
image.dev

Convert BMP to ICO (favicon)

A bit of format trivia: an ICO file is essentially a directory of BMPs — the icon entries inside use the same bitmap structure Windows has read since 1990. So this conversion is pleasingly circular: your bitmap is center-cropped square, scaled to 16, 32 and 48px, and filed into the container it was always destined for.

Drop BMP images hereor click to browse — pasting works too

Processed on your device — your files never leave your browser

Also useful: Convert PNG to ICO (favicon)

How it works

Drop the bitmap in; retro assets and legacy exports are exactly what this pairing was made for.

Pixels transfer straight into 16, 32 and 48px icon entries — the same structure Windows has parsed since 1990.

Remember standard BMPs are opaque, so expect a full square icon; download the .ico alone or zipped with others.

BMP vs ICO

These two are practically family — ICO entries are BMP structures inside a directory — so this is the most literal conversion on the site. Family resemblance has limits though: classic 24-bit bitmaps bring no alpha, so PNG-sourced icons keep the prettier corners.

BMPICO
CompressionUsually none (raw pixels)Lossless (BMP or PNG entries)
TransparencyNoYes (full alpha)
AnimationNoNo
SupportUniversal on desktopUniversal for favicons
Best forLegacy Windows software, raw pixel exchangeFavicons and Windows app icons

Frequently asked questions

On this page