SVG Optimizer
Minify SVG files by removing comments, metadata, and whitespace.
☀️
Sample input
Copy
Download
SVG (original)
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"> <!-- A simple circle --> <circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red" /> </svg>
SVG (optimized)
Computing…