Convertto
Free online GIF → ICO converter. Drop a file, download the result.
What happens when you convert GIF to ICO
GIF is the legacy animation format: a 256-colour palette and 1-bit transparency, but it plays anywhere, including places that still refuse video. ICO is a container rather than a single image: it holds the same icon at several square sizes so Windows and browsers can pick the one they need, which is why favicon.ico still exists.
- The first frame becomes the icon — ICO holds still images only.
- The .ico packs 16, 32, 48 and 256px square versions into one file, so Windows and browsers can each pick the size they want.
- Icons have to be square. A non-square source is scaled to fit and padded with transparency rather than stretched, so nothing looks squashed.
- Transparent pixels stay transparent — the alpha channel is carried across.
- ICO is a still-image format, so an animated source is reduced to its first frame.
- ICO is lossless, so the output matches the decoded source pixel for pixel.
- EXIF metadata, including GPS coordinates, is dropped. Orientation is applied first, so the image stays the right way up.
- The file is converted in memory and streamed straight back — nothing is written to disk or saved to an account.
Frequently asked questions
Is converting GIF to ICO free?+
Yes — free, no watermark, and no account required. Signing in raises the per-file size limit and is the only reason you would need one.
Do you store the images I convert?+
No. Conversion happens in memory during the request and the result is streamed back to your browser. The file never touches our disks or database, and there is nothing to delete afterwards.
Will I lose quality converting to ICO?+
ICO encoding itself is lossless, so nothing is lost in this step.
Can I convert an animated GIF?+
You can, but ICO cannot hold an animation — you get the first frame as a still image. To keep the motion, convert to WebP or GIF instead.
How do I use the .ico as my site's favicon?+
Put the file at the root of your site as favicon.ico. Browsers request that path automatically, so no HTML is strictly required — though adding <link rel="icon" href="/favicon.ico" sizes="any"> makes it explicit. Windows also uses .ico for application and shortcut icons.