Initializing... drag & drop files here
Supports: 3GP, 3G2
Most icon converters start from a picture you already have. This one starts from a video: it decodes a single frame out of a .3gp or .3g2 clip at a timestamp you choose and writes it straight to a Windows .ico file, so you do not have to screenshot the clip first and convert the screenshot afterwards. This tutorial is for anyone whose source image only exists inside an old phone recording — and it is honest about the limits, because ICO is small and square while a 3GP frame is neither.
.3gp or .3g2 clip onto the page, or click "Add Files" to pick it from your computer. Several clips can be queued and converted with the same settings.2.100 grabs the frame at 2.1 seconds. That single frame becomes the icon. Switch to Multiple Screenshots with a Capture Rate if you would rather sample the clip and choose afterwards..ico. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours. No sign-up, no watermark.Two decisions determine whether the icon looks deliberate or accidental: which frame you grab and how big you write it.
| Preset | Pixels | Where that size is actually used |
|---|---|---|
| 16P | 16×16 | Browser tab favicon, Explorer details and list views |
| 24P / 32P | 24×24 / 32×32 | Explorer small and medium icons, title-bar and tray graphics |
| 48P | 48×48 | Explorer large icons, the classic desktop shortcut size |
| 64P / 128P | 64×64 / 128×128 | Intermediate sizes for high-DPI displays |
| 180P / 192P | 180×180 / 192×192 | Home-screen and web-app icon sizes, though those are normally delivered as PNG rather than ICO |
| 256P | 256×256 | The largest an ICO image can be, and the size Explorer uses for extra-large icons |
A practical habit: export at 256P first and look at it full size. If the subject reads clearly there, smaller derivatives will look fine; if it does not, no smaller size will rescue it.
| Property | Value |
|---|---|
| Maximum image size | 256×256 — the directory entry stores width and height in one byte each, where 0 means 256 |
| Transparency | 8-bit alpha (32-bit colour) has been supported since Windows XP |
| Internal encoding | Uncompressed bitmap frames, or PNG-compressed frames since Windows Vista |
| Multiple sizes in one file | Allowed by the format; this converter writes the single size you select |
| MIME type | image/vnd.microsoft.icon (IANA); Microsoft software often emits image/x-icon |
| Quality slider | None — ICO stores bitmap or PNG data, neither of which has a JPEG-style quality scale, which is why this page shows no Quality Preset |
That last row explains a difference you may notice against our other still-image targets: 3GP to JPG and the HEIC path expose an Image Compression section, and this page deliberately does not. Size, not quality, is the control that matters for an icon.
.3gp or .3g2. Long clips also take a while to upload — trimming first with Trim 3GP makes the job much quicker when you only need an early frame.Frame grabbing assumes the clip decodes normally. A recording from a failing phone, a file recovered off a corrupted memory card, or a partial download may refuse to seek to the timestamp you ask for; try a different time first, and if the whole clip will not open, repair or re-export it in a media tool before converting. ICO is also static by definition — if you want a moving thumbnail, convert the clip to an animated GIF instead. And if you already have a still image rather than a video, PNG to ICO skips the extraction step entirely — that is also the route to take when your source artwork already has a transparent background.
256×256 pixels, which is the format's ceiling rather than ours. An ICO directory entry stores each image's width and height in a single byte, with 0 standing in for 256 — so 256 is the largest value the structure can express. It is also the size Windows uses for the extra-large icon view in File Explorer, so 256P is the most flexible choice.
The format does: ICO has carried an 8-bit alpha channel (32-bit colour) since Windows XP, which is what gives modern icons soft anti-aliased edges. Your source does not. Every pixel of a decoded video frame is opaque, so the converted icon will be a solid square unless you mask the subject yourself before or after conversion.
Because ICO has no quality dial to expose. Icon images are stored either as raw bitmaps or, since Windows Vista, as PNG-compressed frames — both lossless representations with no JPEG-style quality scale. Our other still-image targets show an Image Compression section for exactly that reason and this one does not; the resolution preset is the meaningful control here.
No — this converter writes the single size you pick. The format itself allows one file to hold 16, 32, 48 and 256 pixel versions so the system can choose the best fit, but building that multi-image bundle is a job for a dedicated icon editor. For a favicon or a shortcut, one well-chosen size is normally enough.
Yes. /favicon.ico is still the fallback every browser checks when no icon is declared in the page markup, and a 16×16 or 32×32 ICO fills that role. Modern sites usually declare PNG icons through link tags for higher-resolution displays and keep the ICO purely as the legacy fallback, so consider exporting both.
Yes. Set Frame Selection to Specific Frame and enter a timestamp in Time (seconds); the field accepts decimals, so 1.500 and 2.100 target specific moments down to a tenth of a second. If you are unsure, sample the clip first with Multiple Screenshots, then rerun a single-frame job at the timestamp you liked.
Two losses stack. The 3GP frame already carries the blocking and smearing left by a low-bitrate mobile codec, and then the icon pipeline scales that frame down to a small square, throwing away most of its remaining pixels. Nothing in the chain can add detail back; picking a clean, well-lit, centrally composed frame is the only real lever.
Yes. Both .3gp (3GPP, the GSM and UMTS lineage) and .3g2 (3GPP2, used by CDMA2000 handsets) are accepted, since both are built on the same ISO base media file format and decode through the same path. Only the exotic CDMA-only audio codecs differ, and audio is irrelevant when the output is a still icon.