G
GenMB Tools
SVG Cleaner & Optimizer
Build your own
SVG Cleaner & Optimizer
Strip metadata, simplify paths, and reduce SVG file size.
SVG source
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"> <!-- Comment --> <g id="layer1"> <circle cx="50" cy="50" r="40" fill="#ff0000" stroke="none" stroke-width="0"/> </g> </svg>
Strip comments
Strip metadata
Remove default attrs
Collapse single-child groups
Round numbers:
0
1
2
3
4
Clean
Cleaned SVG
Copy
Visual comparison
Original
Cleaned
⚡
Remix on GenMB