SVG Minifier

SVG minifier

Drop an SVG and get the smallest safe version back — no settings to read, no upload, no sign-up.

SVG Minifier

☞ runs entirely in your browser — nothing is uploaded

Drop your SVG here

or click to browse — SVG only

one click, smaller file

Minify SVG without reading a manual

This page runs SVGO with its standard preset and multipass enabled — the settings most people would pick anyway. Drop a file and the smaller version is already there.

Typical exports from design tools lose half their size or more, because most of what they carry is editor metadata and over-precise coordinates rather than picture.

two steps

How to minify an SVG

01

Drop the SVG

Pick a .svg file — it stays on your device.

02

Check the result

Compare the two previews and read the size saved.

03

Copy or download

Take the code, or save the minified file.

quick answers

SVG Minifier FAQ

How much smaller will my file get?

Exports from design apps commonly drop 50–80%. A file that has already been optimized once may barely change — that is the tool working correctly, not failing.

Is minifying lossless?

Visually yes for standalone artwork. Coordinates are rounded and structure is simplified, so a file whose ids are referenced by external CSS or JavaScript should go through the optimizer instead, where id cleanup can be turned off.

Can I get the formatting back?

Yes. The SVG beautifier re-indents minified code so it is readable again, without changing what it draws.

Is my file uploaded?

No. SVGO runs in your browser and the file never leaves your device.