[
megatools
]$
$
Tools
Search tools...
Ctrl+K
Support
$ cd ../
SVG Optimizer & Cleaner
Strip editor bloat, metadata, and comments from SVG vector files.
$ drop an .svg file here -- or paste XML below
SVG Raw Code
clear
<?xml version="1.0" encoding="UTF-8"?> <!-- Generator: Adobe Illustrator 28.0, SVG Export Plug-In --> <svg xmlns="http://www.w3.org/2000/svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" viewBox="0 0 100 100" width="100" height="100" data-name="Layer 1"> <metadata> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <cc:Work rdf:about=""/> </rdf:RDF> </metadata> <g id="shield-icon" inkscape:label="Layer 1"> <circle cx="50" cy="50" r="45" fill="#101713" stroke="#4ade80" stroke-width="4"/> <path d="M50 25 L75 35 L75 55 C75 70 50 82 50 82 C50 82 25 70 25 55 L25 35 Z" fill="#4ade80" fill-opacity="0.2" stroke="#4ade80" stroke-width="3"/> <polyline points="40,52 47,60 62,45" fill="none" stroke="#4ade80" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/> </g> </svg>
Live Vector Render Preview
Optimized SVG Code
-43.9% reduction
copy svg
Download .svg
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100"><g id="shield-icon"><circle cx="50" cy="50" r="45" fill="#101713" stroke="#4ade80" stroke-width="4"/><path d="M50 25 L75 35 L75 55 C75 70 50 82 50 82 C50 82 25 70 25 55 L25 35 Z" fill="#4ade80" fill-opacity="0.2" stroke="#4ade80" stroke-width="3"/><polyline points="40,52 47,60 62,45" fill="none" stroke="#4ade80" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></g></svg>
?