DevBox

SVG Minifier

① Design / Assets

What it is: Remove unnecessary comments and whitespace from an SVG icon to make the file smaller.

When to use: When adding an SVG icon to your project and wanting to reduce its size.

Everything runs locally in your browser — nothing is uploaded.

FAQ

Is this minification lossless?

Yes. It only removes comments, the XML declaration, and extra whitespace between tags — the graphics data is unchanged, so rendering stays identical. For more aggressive path simplification you need dedicated SVGO processing.

Related tools