ICO to JPG Converter
Drop in an a ICO file, convert it to JPG, and download the result — all locally in your browser.
About this tool
This tool turns a ICO file into a JPG file. Drop an image onto the upload zone or click it to browse your device, and a preview appears once the file has been decoded. Alongside the convert button you'll find a quality slider to balance file size against visual fidelity. Nothing leaves your device: the file is read locally, converted locally, and the download link points at data held only in this browser tab.
Under the hood, the source file is decoded onto an HTML canvas element using the browser's own image loader — ICO decoding relies on the browser's built-in icon loader, which reads the largest frame in the file. Those pixels then land on an HTML canvas, from which they are re-encoded as JPG. The canvas API writes this out directly as a JPEG blob at the quality you set.
As with any browser-based converter there are limits worth knowing. On the input side, multi-frame icons are read using whichever frame the browser's decoder selects, which is not always the largest one, and support for ICO as an source varies by browser. On the output side, JPG has no transparency channel, so any transparent areas in the source are filled with white before compression, and the compression itself is lossy.