How SVG optimizer works
SVG optimizer runs your SVG file through SVGO, the industry-standard SVG optimization pipeline, and produces a smaller, cleaner SVG that renders identically. It removes editor metadata, redundant attributes, empty groups and unnecessary precision from path coordinates, typically cutting file size by 30–70% without any visible change.
It strips editor namespaces (Inkscape, Illustrator, Sketch), comments, hidden layers, unused definitions and excess decimal precision. A side-by-side preview lets you confirm the rare edge cases (complex filters, non-standard attributes) still render correctly.