SVG Optimizer
Strip metadata and reduce SVG file size
Removes editor metadata, comments, redundant whitespace, and decimal-place excess from SVG files to reduce size. Switch between minified and pretty modes to inspect the output.
248 โ 248 bytes (0% saved)
Input SVG
Output SVG
DOMParser unavailable
<?xml version="1.0"?> <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"> <!-- Generated by Inkscape --> <metadata>noise</metadata> <title>circle</title> <circle cx="50.000000" cy="50.000000" r="40.123456" fill="red" /> </svg>
Verify outputs before using in production. No warranty โ see Terms.