1Upload the ICO icons that came out the wrong way round.
2Pick a quarter turn or a half turn, or type an arbitrary angle and choose a colour for the corners it will expose.
3Apply the rotation; the pixels and the orientation flag are reconciled so every viewer agrees on which way is up.
4Download the rotated ICO file.
Rotate ICO FAQ
How does Rotate ICO turn the file?
+
Concretely, each bitmap in the stack is rotated and the entries stay square, which is the only orientation an icon container permits. Quarter turns and half turns are the common case and take the cheapest path available for the format.
Can I rotate by an arbitrary angle, not just 90 degrees?
+
Yes, though the two are different operations underneath. A multiple of 90 degrees rearranges existing data; any other angle has to rebuild the grid and fill the corners, so it costs a resample and usually wants a background colour choosing.
Does the format decide whether rotation is lossless?
+
It does. ICO is a container that holds several square bitmaps at once (16, 32, 48, 64, 128 and 256 px) so Windows and browsers can pick the size they need. That property is exactly what determines whether a quarter turn is free or costs a re-encode.
Anything specific to ICO I should know?
+
Yes — an ICO is a stack of square bitmaps, not one image, so operations apply to the stack and Windows still picks whichever size it wants. It is the kind of thing that explains why a file looks right in one application and wrong in another.
Why does my file look correct on my phone but sideways elsewhere?
+
Because the orientation is stored as an EXIF flag rather than in the pixels, and not every viewer honours it. Rotating here normalises the two — the pixels and the flag end up agreeing, so the file looks the same everywhere.
Can I rotate a whole batch in one go?
+
Yes. The same rotation is applied across every file you upload, which is the practical fix for a folder of scans or camera output that all came in the wrong way round.
What can I upload to Rotate ICO?
+
ICO files containing one or several sizes, plus ordinary PNG or JPG artwork if you are building an icon rather than editing one. Windows .ico and browser favicon files are the same format.
Is there a file size limit on Rotate ICO?
+
Yes: free accounts process images up to 25 MB each, which no icon file will ever approach — a full 16-to-256-pixel stack is typically well under 200 KB. Icons are the one part of the image family where the cap is genuinely irrelevant.
Will Rotate ICO lower the quality of my ICO icons?
+
The sizes stored inside an ICO are lossless bitmaps, so the pixels themselves do not degrade. What actually decides how good an icon looks is whether the size the operating system asks for exists in the stack — a 256 px entry downscaled on the fly by Windows always looks worse than a real 32 px entry.
Can I run Rotate ICO on several ICO icons at once?
+
Yes. Icon files are tiny, so a batch of them completes almost instantly; the round trip is dominated by the upload, not the processing.
Which sizes should the icon contain?
+
16, 32 and 48 pixels cover Windows Explorer and browser tabs; 256 covers large-icon view and modern shortcuts. Keeping all of them in one file costs almost nothing and stops the operating system from having to guess.
Does Rotate ICO cost anything?
+
No. Rotate ICO is free with no account, and the output carries no watermark — which matters more here than anywhere else, since an icon is a handful of pixels with nowhere to hide one.