How SVG optimizer works
SVG Optimizer runs SVGO (SVG Optimizer) in a Web Worker inside your browser to minify and clean your SVG files without uploading them. SVGO applies a configurable set of plugins that remove comments, collapse whitespace, merge identical paths, convert shapes to their most compact representation and strip attributes that have no visual effect. The result is a smaller SVG that renders identically to the original.
SVG files produced by design tools like Figma, Illustrator or Inkscape often contain significant overhead: editor-specific metadata, empty groups, redundant transform attributes and namespace declarations that no browser needs. SVGO's default plugin set removes this overhead reliably. The optimised file is offered as a download and the percentage size reduction is shown so you can confirm the optimisation was worthwhile.