de
Deutsch
Alle Tools
SVG-Optimierer
SVG durch Entfernen von Kommentaren und Metadaten minimieren.
SVG-Eingabe (250 B)
<?xml version="1.0" encoding="UTF-8"?> <!-- Generator: Adobe Illustrator --> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"> <title>Circle</title> <desc>A blue circle</desc> <circle cx="50" cy="50" r="40" fill="#3b82f6" /> </svg>
Optimiertes SVG (116 B, −54%)
Kopieren
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="#3b82f6" /></svg>
Vorschau
Dieses Tool teilen