Tools
Minify SVG
Paste or drop an SVG — we strip the fat and show you the new size.
How to minify
- Paste or drop an SVG.
- Click Optimize.
- Copy or download the minified result.
About SVG minification
Minifying is optimizing with the knobs turned up: strip all metadata, collapse whitespace, drop editor attributes, and compress path data.
Frequently asked questions
Is it the same as SVG Optimizer?
Same engine, same defaults. Minifier is an alias for people searching specifically for "minify".
Is the result still editable?
Yes, but whitespace is stripped; reformat it in your editor if you need to read it.
Will it break icon fonts?
It keeps SVG elements intact — icon fonts based on <symbol> or <defs> stay working.