Initializing... drag & drop files here
Supports: ICO
An ICO is a Windows icon container holding one or more small, static images; HEVC (H.265) is a video codec. Converting between them does not make your icon move — it wraps that single still image in an HEVC stream and holds it on screen for a set number of seconds, producing a silent clip with no audio track. This is an unusual, niche conversion: most people who land here are better served keeping the icon as an image, and the section below explains exactly what each format is and when (rarely) an HEVC video of an icon makes sense.
| Property | Value |
|---|---|
| Full name | Windows Icon (ICO) |
| Owner | Microsoft |
| Type | Multi-image container for icons |
| Stored sizes | One file can hold several sizes at once (commonly 16×16, 32×32, 48×48) |
| Maximum dimension | 256×256 pixels (1×1 up to 256×256 supported) |
| Color depth | Up to 32-bit (16.7M colors + 8-bit alpha) |
| Content | Static raster images — no animation, no audio |
| Best for | App icons, favicons, desktop shortcuts |
| Property | Value |
|---|---|
| Full name | High Efficiency Video Coding (H.265 / MPEG-H Part 2) |
| Standardized by | JCT-VC — ITU-T VCEG and ISO/IEC MPEG jointly |
| Published | ITU-T June 2013; ISO/IEC November 2013 |
| Output here | Raw .hevc (Annex B) elementary stream — codec only, no container |
| Efficiency vs H.264 | Roughly 25–50% smaller files at the same visual quality |
| Audio | None on this conversion — a still icon has no audio to encode |
| Licensing | Patent-encumbered (royalties via MPEG LA, Access Advance, Velos Media) |
| Playback | Conditional — Safari 13+, Chrome 107+/Edge with OS+GPU decode; Firefox generally cannot |
A single static icon encoded as HEVC is an odd pairing. HEVC is a slow-to-encode, patent-encumbered codec with patchy playback support, and an icon is a tiny still image — so you gain none of HEVC's strengths (efficient motion compression) and inherit all of its compatibility headaches. Two honest caveats:
The genuinely valid uses are narrow: a placeholder or test clip, or a static-logo "video" for a pipeline that specifically ingests an HEVC stream. If you just need a usable image, convert ICO to PNG instead. If you truly need the still as a video that plays everywhere, convert ICO to MP4 (H.264) is the better choice — it plays on virtually every device, where HEVC does not.
.ico onto the page or click "+ Add Files" to browse. You can queue several icons and convert them with the same settings..hevc file. No sign-up, no watermark.No. A standard ICO is a static image with no animation, so the HEVC output is that one frame held on screen for the Duration you set. There is no motion, pan, or transition — HEVC is just storing the same still frame for the length of the clip. To get real movement you would need differing source frames, which a single icon does not provide.
Because the source is an image. When the input is an image, xconvert hides the audio codec option entirely (no audio stream is written), so an ICO-to-HEVC clip is silent by design. A still icon carries no sound to encode, so there is nothing to add.
Because ICO files hold small images — at most 256×256 pixels, and often only 16×16 or 32×32. The clip inherits that size unless you upscale it under Video resolution, and stretching a tiny icon up to 720p or 1080p produces soft, blocky edges since upscaling cannot add detail. For the cleanest result, use an ICO that contains a 256×256 image and avoid scaling beyond it.
A raw HEVC (Annex B) elementary stream — the H.265 codec data on its own, with no MP4 or MKV container around it. Many players don't expect a bare .hevc file; VLC handles raw streams, or you can remux it into a friendlier container with HEVC to MP4. If broad compatibility matters, start with ICO to MP4 instead, which outputs H.264 in an MP4 container.
Yes — HEVC, H.265, and MPEG-H Part 2 are three names for the same standard, published by ITU-T and ISO/IEC in 2013 and roughly 25–50% more efficient than H.264 at equal quality. Playback is inconsistent because HEVC is patent-encumbered and decoding leans on hardware: Safari 13+ supports it, Chrome 107+ and Edge decode it only when the OS and GPU provide a decoder, and Firefox generally cannot. For a clip that plays anywhere, an H.264 MP4 is the safer target.
Usually not. If you need a usable picture, keep it an image with ICO to PNG. If a destination demands a video file, ICO to MP4 (H.264) plays almost everywhere. Reach for HEVC only when a specific pipeline requires an H.265 stream and you know the target can decode it.
Your ICO and the HEVC output are uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion. Nothing is shared, made public, or kept beyond that window — and there's no sign-up or watermark.