Initializing... drag & drop files here
Supports: ODT
ODT is the OpenDocument Text format — an editable, multi-page word-processing document. ICO is the Windows icon container, designed to hold small square pictures for favicons, application icons and shortcuts. This guide walks through the conversion honestly: each page of the document is rasterized and shrunk to icon dimensions, which works beautifully if page one is a logo or a monogram, and produces an unreadable grey square if page one is prose. It also covers the one technical trap that catches people out — the preset list sets the icon's height, and on a landscape page the resulting width can quietly overshoot what an ICO file is able to describe.
.odt onto the page or click "+ Add Files" to browse. If a usable icon is the goal, start from a document whose first page is a single logo or symbol rather than body text..ico. No sign-up, no watermark.An ICO file starts with a directory that describes each image it contains, and in that structure the width and height of an entry are each stored as a single byte. That is the whole reason 256 pixels is the ceiling for an icon: a byte cannot count higher, and a value of zero is the convention meaning 256. The presets on this page set height only and let width follow the page shape, so a tall page stays inside the limit while a wide one may not.
Measured on a real rendered page — a portrait US Letter document and the same page rotated to landscape — at each preset:
| Preset | US Letter portrait (8.5 × 11) | US Letter landscape (11 × 8.5) | Directory entry |
|---|---|---|---|
| 256P | 198 × 256 | 331 × 256 | Correct for portrait; the landscape file declares itself 256 × 256 while the image inside is 331 px wide |
| 192P | 148 × 192 | 248 × 192 | Correct for both |
| 180P | 139 × 180 | 233 × 180 | Correct for both |
| 128P | 99 × 128 | 166 × 128 | Correct for both |
| 64P | 49 × 64 | 83 × 64 | Correct for both |
| 48P | 37 × 48 | 62 × 48 | Correct for both |
| 32P | 25 × 32 | 41 × 32 | Correct for both |
| 24P | 19 × 24 | 31 × 24 | Correct for both |
| 16P | 12 × 16 | 21 × 16 | Correct for both |
The practical rules that fall out of that:
| Property | Value |
|---|---|
| What the file is | The Windows icon container: a directory of entries, each a small image |
| Maximum nameable size | 256 pixels per side — the directory stores width and height as one byte each |
| Entries written here | One image per file; use the Favicon Generator if you need a multi-size favicon.ico |
| Pixel format written here | 32-bit BGRA, so an alpha channel exists — but a rendered page is fully opaque, so it is unused |
| Controls available on this page | Conversion Quality (DPI), Image Transparency Colour, and the size preset. Quality presets, bit-depth choices and file-size targets are all hidden here, because ICO has no equivalent dial |
| Multi-page behaviour | One .ico per document page, with a "Download All (Zip)" button when there is more than one |
.ico files. Move the artwork you want onto page one, or delete the other pages before converting.If what you actually want is a readable or portable version of your document, ICO is the wrong target — converting a text document into an icon throws away everything that makes it a document. For a fixed, print-ready copy that still has a searchable text layer, use ODT to PDF. To keep editing it in Word, use ODT to DOCX. For a normal page image you can email or embed, ODT to PNG is the right tool. And if the real goal is a website favicon, it should be built from a square logo rather than a page of prose: convert that artwork with PNG to ICO, or generate the complete multi-size set with the Favicon Generator. A document that needs a password to open cannot be converted at all — there is nowhere to supply one — so remove the protection in your word processor first.
Rarely, and only for one situation: the document's first page is essentially a single logo, monogram or symbol that you want as an application icon or favicon. Designers sometimes keep brand marks inside a Writer document alongside the usage notes, and this converter turns that page directly into an .ico without a detour through an image editor. If the page is ordinary prose, the result is an unreadable square and you should convert to PDF or PNG instead.
For a browser tab, 32 pixels does the visible work and 16 pixels is the classic fallback, so 32P or 48P are the sensible presets from this list. Microsoft's long-standing guidance for application icons is to provide 16, 32 and 48 pixel images, with modern Windows shells also using a 256-pixel entry — but this converter writes one image per file, so it cannot build that combined set. If you need a proper favicon.ico holding several sizes at once, use the Favicon Generator.
Because of the ICO directory structure itself: each entry stores its width and height as a single byte, so 255 is the largest number it can hold and a zero is read as 256. The presets here set height, and the converter clamps that to 256 — but the width is derived from the page's aspect ratio and is not clamped. On a US Letter landscape page at 256P we measured a 331 × 256 image whose directory entry claimed 256 × 256; on an A4 landscape page at 192P the image came out 272 px wide and the entry claimed 16 × 192, the width having wrapped around the byte. Tolerant viewers still open these files, but strict consumers can render or reject them oddly, so stay at 180P or below for wide pages.
No. The conversion paints the page into a fixed pixel grid, so there is no text layer left to select, copy or search — that is true of every image format, not just ICO, and it is doubly true here because the image is only a few dozen pixels across. If a searchable copy of the document is what you need, convert to ODT to PDF, which keeps the text as text.
Every page is rendered and downscaled separately, producing one .ico per page in document order, with a "Download All (Zip)" button appearing when there is more than one. The pages are never stitched into a single multi-image icon file — an ICO can technically hold several images, but they are meant to be different sizes of the same artwork, not different pages. If you only want one icon, put the artwork on page one or delete the rest before converting.
Not from a document source. The entry is written as 32-bit BGRA, so the alpha channel exists in the file, but a rendered word-processing page is completely opaque and the Image Transparency Colour — White by default — fills the page area. For an icon with real transparency you need source art that already carries alpha, which is why PNG to ICO is the better path for a favicon that has to sit on any background colour.
It matters more than you would expect, because it decides how much detail exists before the downscale. Rendering the page at 300 DPI and then reducing it to 48 pixels averages thousands of source pixels into each output pixel, which produces smooth, well-anti-aliased edges; rendering at 72 DPI first and then shrinking gives the filter far less to work with and tends to look harsher. Leave it at the preselected 300 unless the document is enormous and you are in a hurry.
Yes. Your file is uploaded over an encrypted connection, converted on our servers — the document is laid out, each page is rasterized at your chosen DPI and then scaled into the icon — and deleted automatically after a few hours. There is no sign-up, no watermark, and nothing is shared or made public.