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

Upload a TIFF to see icon previews here

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

  1. Click "Choose TIFF File" and select any .tiff or .tif image from your device.
  2. UTIF.js decodes the TIFF data in your browser, including multi-page and compressed TIFFs.
  3. The decoded image is rendered onto four Canvas elements at 16x16, 32x32, 48x48, and 64x64 pixels.
  4. Each canvas is read as raw RGBA pixel data and encoded as a 32-bit DIB bitmap.
  5. 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