How to use
- Choose or drop your SVG files.
- Pick how many decimal places to keep, and what to remove.
- Select Optimise, check the previews, and download.
Questions
Will my SVG look different?
It shouldn’t. At 2 or 3 decimal places, the rounding is too small to see for most icons and logos. If fine detail shifts, choose more decimal places.
What gets removed?
Comments, metadata, editor data from apps like Illustrator, Inkscape, Sketch and Figma, empty groups, and IDs nothing uses. Scripts and event handlers are removed too, which makes SVGs from others safer to use.
Should I remove width and height?
Only if the SVG should scale to fill its container, as on responsive websites. It needs a viewBox to keep its shape, so width and height are only removed when there is one.