0 B
0 B
0%
Saved 0 bytes
What this optimizer does
- Removes XML and DOCTYPE declarations safely (browsers don't need them inline)
- Strips editor metadata from Inkscape, Adobe Illustrator, Figma, Sketch
- Removes
<metadata>,<title>,<desc>blocks (uncheck to keep accessibility info) - Drops HTML/XML comments
- Rounds decimal coordinates and dimensions to N places
- Collapses extra whitespace
- Removes empty attributes like
style=""
Tips
- For more aggressive optimization (path data simplification, color shortening, defs cleanup), pipe through
svgoon the command line - Keep the
viewBox— removing it breaks responsive scaling - Inline SVG in HTML benefits more from optimization than external
.svgfiles (which gzip already compresses)