Image & Photo Tools

SVG Optimiser

Strip editor metadata and shrink SVG files without touching the artwork.

Privacy

Your markup never leaves this page. Optimisation runs in your browser, so nothing you paste is uploaded, queued or logged.

Tips

  • Editor exports from Illustrator, Inkscape and Figma carry a great deal of metadata that browsers ignore entirely. Removing it typically cuts 30–60% with no visual change.
  • This optimiser is deliberately conservative: it never rewrites path geometry beyond rounding coordinates, because aggressive path rewriting is where SVG optimisers silently break artwork.
  • Precision 2 is safe for icons at any normal size. Drop to 0 only for very simple shapes, and check the result.
  • Optimising an already-optimised file changes nothing further, so it is safe to run twice.

Frequently asked questions

Will this break my animation or script?

IDs are removed, which breaks CSS or JavaScript that targets elements by ID, and breaks internal references such as gradients or clip paths in some files. If your SVG is animated or scripted, check it carefully before replacing the original.

Related tools