Illustrator export
- Input
- 24 KB SVG straight from the editor
- Output
- Around 6–10 KB
Design tools embed generator comments, layer names and document metadata that browsers ignore entirely.
SVG files exported from design tools carry a great deal of invisible overhead: editor metadata, comments, unused definitions and needlessly precise numbers. Optimising strips all of it while leaving the graphic pixel-identical, commonly cutting file size by half or more.
Runs entirely in your browser — your images are never uploaded.
How to
Upload a file or paste the markup directly.
Metadata, comments, unused definitions and excess decimal places are removed.
The original and optimised versions render side by side so you can confirm nothing changed visually.
Take the cleaned markup or save it as a file.
Examples
Design tools embed generator comments, layer names and document metadata that browsers ignore entirely.
Coordinates carrying ten decimal places are meaningless on screen and can be a large share of the file.
Icons are small, so the fixed metadata overhead is proportionally huge. Optimising matters most here.
Why use it
Both versions render side by side, so you can confirm the optimisation changed nothing you can see.
Editor exports can carry document titles, layer names and file paths. Optimising strips information you may not want published.
Half the file size is typical for editor exports, and more for small icons where metadata dominates.
Works from a file or from markup pasted straight out of your editor.
Your graphics are never uploaded.
Good to know
Summary
FAQ
Discover