WebP to ICO Crop Converter
Load a WebP, drag the crop handles to isolate the region you want, choose an icon size, then download a proper ICO file. Perfect for creating favicons and application icons from any WebP image. Everything runs in your browser — your image never leaves your device.
Drop a WebP here
or Browse Files · WebP supported
What This Tool Does
This tool loads a WebP image directly in your browser, presents an interactive crop overlay with draggable handles, and converts the selected area to an ICO file. No server upload is required. The workflow runs entirely in client-side JavaScript. The cropped region is drawn to an offscreen canvas at the target icon size (16–256 px), exported as a PNG data URL, and then wrapped in a correctly structured ICO binary: a 6-byte ICONDIR header, a 16-byte ICONDIRENTRY, and the PNG image data. The resulting file is a valid single-frame 32-bit ICO recognised by Windows, macOS, Linux desktops, and all major browsers as a favicon. Transparency is fully preserved because the embedded format is 32-bit PNG.
Who This Is For
- Web developers creating a favicon.ico from a WebP logo or brand mark
- Designers producing Windows application icons from existing WebP artwork
- Anyone who needs a quick ICO from a specific cropped region of a WebP image
- Site owners who want to update their favicon without installing icon software
ICO Format & Size Guide
| Size | Common Use | Notes |
|---|---|---|
| 16 × 16 | Browser tab favicon (small) | Minimum favicon size; keep design very simple |
| 32 × 32 | Standard favicon, Windows taskbar (small) | Most widely used single favicon size |
| 48 × 48 | Windows taskbar, desktop shortcut | Recommended for Windows desktop icons |
| 64 × 64 | High-DPI favicon, large UI elements | Good for retina display compatibility |
| 128 × 128 | macOS Dock, high-resolution icons | Used by macOS and high-DPI desktop environments |
| 256 × 256 | Windows Vista+ large icon view | Maximum ICO size; best for Windows Explorer thumbnails |
