Initializing... drag & drop files here
Supports: ICO
This page turns a Windows icon into a .3gp clip — the 3GPP mobile container that basic handsets, MMS gateways and old media players expect. Because an ICO is a still image, the result is a silent video that holds one picture on screen for a set number of seconds. Two things decide whether the output looks right: which size inside your icon file actually gets used, and what fills the space around a tiny image at video resolution. This walk-through covers both, plus the one codec choice on the page that can make the conversion fail outright.
.ico onto the page, or click "+ Add Files" to browse. Queue several icons to build one clip from all of them, or one clip each..3gp per icon..3gp. Video Codec starts on H.264, and File Compression starts on Quality Preset at Very High (Recommended). No sign-up, no watermark.An .ico is not one image — it is a small container that can hold several versions of the same icon at different sizes and colour depths, up to a maximum of 256 × 256 pixels. Windows picks the best match at display time by scoring the entries, and the file format does not require them to be stored in any particular order. That matters here, because the converter reads the first entry in the file, not the largest one.
In our own check, a multi-size .ico written smallest-first reported 16 × 16 to the image probe and produced a 16 × 16 video frame, even though a 256 × 256 layer sat in the same file. The same icon written largest-first reported 256 × 256 and produced a full-size frame.
So if your clip comes out far smaller or blockier than you expected:
.ico will show you the order. If 16 × 16 comes first, that is what you will get..ico, and convert that instead.A still image has no motion, so the encode is straightforward — the clip is written at one frame per second for the duration you chose, which is all a static picture needs. The visual decisions are about scale and framing:
.ico will ever reach.| Property | ICO (source) | 3GP (output) |
|---|---|---|
| What it is | A Microsoft Windows icon container holding one or more images | A 3GPP mobile media container derived from the ISO Base Media File Format |
| Maximum size | 256 × 256 pixels per entry | Bounded by the codec, not the container |
| Multiple entries | Yes — several sizes and colour depths in one file | Not applicable; one video track here |
| Transparency | Yes — 32-bit entries carry an 8-bit alpha channel | None; alpha is flattened onto the Background Color |
| Compression inside | BMP-style entries, or PNG entries since Windows Vista | H.263, MPEG-4 Part 2, H.264 or VP8 video |
| Audio | None | AMR-NB, AMR-WB, AAC or MP3 in general — but silent here |
| Media type | image/vnd.microsoft.icon |
video/3gpp |
| Typical use | Desktop icons and favicon.ico |
Legacy handsets, MMS, low-bandwidth mobile playback |
| Video Codec | Preselected? | Frame sizes it accepts | Notes |
|---|---|---|---|
| H.264 | Yes | Effectively any even-sized frame | The safe default. Quality is driven properly by the Quality Preset |
| MPEG-4 Part 2 | No | Any even-sized frame | Older and less efficient; useful only if a specific player demands it |
| Xvid | No | Any even-sized frame | The same MPEG-4 Part 2 family under the Xvid FourCC |
| H.263 | No | Only 128 × 96, 176 × 144, 352 × 288, 704 × 576 or 1408 × 1152 | The original 3GP codec, but the encoder rejects every other frame size outright |
If you switch away from H.264, set the output size deliberately with Width x Height rather than leaving it on Keep original — an icon's native size is almost never one of the sizes H.263 accepts, and the older codecs do not respond to the quality preset the way H.264 does.
.ico was the 16 × 16 one. Re-save the icon with the largest entry first, or export a single-size 256 × 256 icon and convert that..3gp" — Modern devices record and expect MP4. Use ICO to MP4 unless something specifically requires 3GP.If what you actually want is a picture rather than a video, this is the wrong conversion: a .3gp cannot be placed in a document, used as a favicon, or opened in an image editor, and the icon's multi-size structure is lost either way. Keep it as an image with ICO to PNG, which preserves transparency and sharpness, or ICO to WebP for a smaller web-ready file. 3GP itself is a legacy target — current phones record MP4/H.264 and most apps and platforms reject .3gp uploads — so if you simply want a short clip that today's devices play, ICO to MP4 is the practical choice, and ICO to WebM is the open-format alternative for the web. Reach for 3GP only when something concrete demands it: an old handset, a basic MMS gateway, or a retro project.
Because an icon contains no audio. This is a still-image-to-video conversion: the picture is held on screen for the duration you set and there is no source audio to draw from, so the output has no audio track. That is also why the page shows no audio codec control. To add music or narration, open the finished clip in a video editor afterwards.
The first entry stored in the file, not necessarily the largest. The ICO format does not require entries to be in any particular order — Windows scores them at display time rather than relying on position — so an icon saved smallest-first will convert at 16 × 16 even when a 256 × 256 layer is present. Check the order in an icon editor, or export a single-size icon before converting if the result matters.
Exactly as long as the Image Duration you pick — 5 seconds per frame to start with, adjustable from a single frame up to 10 seconds. A still image needs no motion, so the clip is written at one frame per second: a five-second clip is five identical frames. There is no audio to synchronise to, so the length is entirely your choice.
Because an ICO entry is at most 256 × 256 pixels and often far smaller. Scaling that up to a video frame magnifies every pixel; there is no extra detail to reveal. The sharpest result comes from keeping the output resolution at or near the icon's own size and letting the Background Color fill the rest of the frame, rather than stretching the icon across a large frame.
It was flattened onto the Background Color, which starts on White. No video format carries an alpha channel, so transparent pixels have to become some colour — the control simply lets you choose which. If you need transparency preserved, the target has to be an image format: ICO to PNG and ICO to WebP both keep the alpha channel intact.
The 3GP container comes from the 3rd Generation Partnership Project and is built on the ISO Base Media File Format — the same foundation as MP4. It can carry H.263, MPEG-4 Part 2, H.264 or VP8 video alongside AMR-NB, AMR-WB, AAC or MP3 audio. This page starts on H.264 and also offers MPEG-4 Part 2, Xvid and H.263 for the video side; because the source is a still image, no audio is written at all.
H.263 supports only five picture sizes — 128 × 96, 176 × 144, 352 × 288, 704 × 576 and 1408 × 1152 — and the encoder rejects anything else rather than resizing for you. An icon's native size, such as 256 × 256, is not one of them. Set Width x Height to one of the five legal sizes, or stay on H.264, which has no such restriction.
Yes. Upload them together and leave Merge strategy on Merge images: each icon is shown for the Image Duration in the order you added them, and the result is a single .3gp. Switch to Video per image if you would rather get one clip per icon. For a looping animation rather than a video, ICO to APNG keeps transparency and plays inline on a web page.
Use 3GP only when a specific old handset, MMS gateway or legacy player requires it; it was designed for the low-bandwidth 3G era and modern software has largely dropped it. For anything current, ICO to MP4 is far better supported by devices, browsers and apps, and uses the same H.264 codec this page starts on.
Your file is uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, never shared or made public.