SVG Optimizer
Remove comments, metadata, and editor artifacts from SVG files. Preview the result instantly.
No data sent to serverCtrl+Enter
Related Tools
What is SVG Optimization?
SVG files exported from design tools like Illustrator, Figma, or Inkscape contain lots of bloat: XML declarations, editor-specific namespaces (inkscape:, sodipodi:), metadata blocks, comments, and unnecessary precision in coordinates. None of this affects how the SVG renders in a browser, but it all adds to file size and page weight.
What gets removed
This tool removes XML declarations, comments, <title>, <desc>, and <metadata> elements, Inkscape and Sodipodi editor attributes, empty attribute values, and reduces decimal precision to 2 places — typically achieving 20–60% size reduction.