Convertto
Free online JPG → ICO converter. Drop a file, download the result.
What happens when you convert JPG to ICO
JPG is the universal photo format: lossy compression, no transparency, and support in essentially every piece of software ever written. 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.
- Works, though a photo rarely reads well at 16px. A simple, high-contrast shape survives the small sizes best.
- 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.
- 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 JPG 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. Quality already lost when the source was saved as JPG cannot be recovered, though — lossless output preserves the artefacts rather than removing them.
Is there a limit on file size?+
Guests get a smaller per-file limit than signed-in accounts. If a file is rejected as too large, signing in is usually enough to get it through.
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.