SVG Optimizer
Remove metadata, comments, and editor bloat from SVG files
⬆ Drop .svg or click
Input SVG
813 B
<?xml version="1.0" encoding="UTF-8"?> <!-- Generated by Adobe Illustrator --> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="100px" height="100px" viewBox="0 0 100 100"> <title>My Icon</title> <desc>Created with Illustrator</desc> <metadata> <rdf:RDF> <cc:Work rdf:about=""> <dc:format>image/svg+xml</dc:format> </cc:Work> </rdf:RDF> </metadata> <g id="layer1" inkscape:label="Layer 1" inkscape:groupmode="layer"> <circle cx="50" cy="50" r="40" fill="#6366f1" /> <g> </g> <text x="50" y="55" text-anchor="middle" fill="white" font-size="16">Hi</text> </g> </svg>
Optimized SVG
Optimize SVG
Advertisement
✕