SVG-Optimierer
Optimieren und minimieren Sie SVG-Dateien durch Entfernen von Metadaten, Kommentaren und editorspezifischen Attributen. Reduzieren Sie die Dateigröße ohne Qualitätsverlust.
Optionen
Anleitung
Optimieren und minimieren Sie SVG-Dateien durch Entfernen von Metadaten, Kommentaren und editorspezifischen Attributen. Reduzieren Sie die Dateigröße ohne Qualitätsverlust.
- 1Paste your SVG code into the input area, or click 'Load Sample' to try an example.
- 2Choose your optimization options: remove comments, metadata, editor attributes, XML declaration, and optionally strip unused IDs.
- 3Click 'Optimize' to process your SVG.
- 4Review the stats showing original size, optimized size, and percentage saved.
- 5Copy the optimized SVG output using the 'Copy' button and use it in your project.
Funktionen
- Removes XML comments, metadata blocks, and editor-specific attributes (Inkscape, Illustrator)
- Optional removal of XML declaration and stripping of unreferenced id attributes
- Shows original size, optimized size, and savings percentage
- Removes xmlns:xlink namespace automatically when no xlinks are used
- All processing is done in your browser — your SVG never leaves your computer