TIFF to ICO Converter
Upload a TIFF image and download a multi-size .ico file (16, 32, 48, 64 px) instantly — no server, no account needed.
Upload TIFF
Note: Large TIFF files may take a moment to decode. Files over 20 MB may be slow or fail to load depending on your device.
Source Preview
Upload a TIFF to see icon previews here
Icon Size Previews
ICO downloaded successfully.
The downloaded .ico file contains all four sizes
packed in a single file with 32-bit RGBA color depth.
Summary
Upload a TIFF image and download a multi-size .ico file (16, 32, 48, 64 px) instantly — no server, no account needed.
How it works
- Click "Choose TIFF File" and select any .tiff or .tif image from your device.
- UTIF.js decodes the TIFF data in your browser, including multi-page and compressed TIFFs.
- The decoded image is rendered onto four Canvas elements at 16x16, 32x32, 48x48, and 64x64 pixels.
- Each canvas is read as raw RGBA pixel data and encoded as a 32-bit DIB bitmap.
- A valid ICO binary is assembled in memory with all four sizes and offered as an instant download.
Use cases
- Create a multi-resolution favicon.ico from a TIFF logo or scanned artwork.
- Package a TIFF graphic as a Windows desktop or taskbar icon.
- Convert a TIFF to ICO for use in Electron or desktop application projects.
- Produce a quick icon asset from high-resolution TIFF source files.
- Generate multiple icon sizes from a single source TIFF in one step.
- Prepare icons for browser extension manifests that require .ico format.
- Convert scanned documents or photos in TIFF format into icon assets.
Frequently Asked Questions
Last updated: 2026-06-10 ·
Reviewed by Nham Vu