Initializing... drag & drop files here
Supports: ODG
ODG is the OpenDocument Graphics format used by LibreOffice Draw and Apache OpenOffice Draw — a vector drawing document that can hold shapes, text, and embedded images, sometimes across more than one page. ICO is the Windows icon container, capped at 256×256 pixels per image. This converter renders a page of your drawing to a raster image and shrinks it into an icon, which is exactly what you need to turn a Draw logo into a favicon or desktop icon.
An ODG is a resolution-independent drawing; an ICO is a fixed, tiny bitmap. The conversion rasterizes the drawing — vector shapes and text become fixed pixels — and then downscales the result to icon dimensions. That shrink is the part worth understanding:
| Property | Value |
|---|---|
| Standard | OpenDocument (ISO/IEC 26300) |
| Released | OASIS-approved May 2005; ODF 1.3 current |
| Type | Vector drawing document (XML inside a ZIP) |
| Holds | Shapes, lines, text, embedded raster/vector images; can be multi-page |
| Created by | LibreOffice Draw, Apache OpenOffice Draw, Inkscape (export) |
| Best for | Editable diagrams, illustrations, and logos |
| Property | Value |
|---|---|
| Origin | Windows icon container (Microsoft) |
| Max size | 256×256 pixels per image (1×1 up to 256×256) |
| Image data | Stores BMP or, since Windows Vista, PNG-compressed data |
| Color / alpha | Up to 32-bit color with an 8-bit alpha channel (transparency) |
| Multi-size | One .ico file can pack several sizes (e.g. 16, 32, 48) |
| Best for | Favicons and Windows desktop/app icons |
Only if it is simple. ICO tops out at 256×256 pixels, so a single bold logo or symbol stays crisp, but a busy drawing with small text or many objects becomes a blur once it is downscaled. If you need the artwork to stay legible at full size, convert to ODG to PNG instead and keep it as a regular image.
It can. The ICO format supports a full 8-bit alpha channel, so a logo on a transparent background can stay transparent through the conversion. In our testing, a flat logo drawn on no background produced a 256×256 icon with clean transparent corners — useful for favicons that sit on colored toolbars.
A favicon is most commonly rendered at 16×16, 32×32, or 48×48. ICO is the format MDN recommends for favicons precisely because it has the broadest browser support and can hold several of those sizes in one file. Picking 256P here gives you the largest, sharpest source the format allows, which browsers downsample as needed.
PNG is a single-resolution image; ICO is a Windows-native icon container that browsers and Windows treat as a "real" icon. If you specifically need a favicon.ico or a desktop/application icon, ICO is the right target. If you only need a web image, ODG to PNG is simpler.
The converter rasterizes a page of the drawing to the canvas rather than merging every page into one icon, since an icon is a single small image. If you want the whole multi-page document preserved, convert it with ODG to PDF instead.
Yes. OpenDocument is an active ISO/IEC standard (ISO/IEC 26300), first approved by OASIS in May 2005, with ODF 1.3 as the current published version. Files saved by recent LibreOffice Draw releases convert without issue.
Your file is uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours. There is no sign-up, no watermark, and your files are never shared or made public.
They control how the icon is rendered and how heavy the file is. Render DPI sets how finely the vector drawing is rasterized before it is scaled to the icon size, while reducing the colour palette or bit depth produces a smaller, flatter .ico at the cost of colour range — fine for a simple flat logo. If you are unsure, the optimized defaults already produce a clean icon, so you only need these controls for a specific size or colour budget.