Skip to content
Sticraft
All Tools

SVG Optimizer

Minify, clean, and optimize SVG code. Remove metadata and comments.

Optimization Settings


Decimals: 2


Advanced (SVGO plugins)

How it works

  1. Paste your SVG code or drop an SVG file.
  2. The optimizer strips metadata, rounds path coordinates, and removes redundant markup.
  3. Compare the original and minified size and preview the result.
  4. Copy or download the cleaned SVG.

What people use it for

  • Shrinking an SVG exported from Illustrator or Figma before shipping it.
  • Cleaning editor cruft and comments out of hand-written SVG.
  • Reducing inline SVG size to speed up a web page.

Good to know

  • Aggressive coordinate rounding can shift very fine detail; the preview lets you confirm the shape is unchanged.
  • Optimization reduces file size — it does not redraw or simplify the artwork's actual geometry.

Frequently asked questions

Will optimizing break my SVG?

The defaults are safe for typical artwork, and the live preview shows the result so you can confirm nothing shifted. Very precise technical drawings should be checked after rounding.

Is the exported SVG sanitized for safe embedding?

The optimizer focuses on size. Treat SVGs from untrusted sources carefully — sanitize before inlining them into a page.

Does my SVG get uploaded?

No. Optimization runs entirely in your browser.

Related tools