Compress SVG
Drop an SVG from Figma or Illustrator. Comments, editor data, and extra decimals come out. The drawing stays a vector. Files are deleted within 1 hour.
Drop an SVG here
Plain .svg from Figma or Illustrator. A gzip .svgz is refused.
- SVG
Up to 10 files, 20 MB each.
Still a vector, fewer bytes
Figma and Illustrator leave comments, editor names, and six decimals on every point. That is the weight this page cuts.
The download is still SVG. A site that refuses vectors wants SVG to PNG.
How to compress an SVG
- Drop .svg files.
- Compress. The viewBox stays, and a rect stays a rect.
- Download the SVG.
- Delete when you have the files.
What this page will not do
A 15 KB form limit belongs to the form. If the paths themselves are heavy, the file can stay over that line. You get the smaller copy, or the original when we cannot beat it.
.svgz is gzip. Send the plain .svg. An SVG over 2 MB is refused.
A script, or a picture loaded from another site, is refused.
Questions
Will the drawing change?
The shapes stay. A rect is still a rect, and the viewBox stays so a logo without width still scales.
Do you keep the title inside the file?
Yes. <title> and <desc> stay.
Can you hit 15 KB?
There is no size lock on this page. Path data has a floor.
I need a PNG
SVG to PNG rasterizes at 144 DPI and keeps transparency.
Animation?
An animate tag that is already in the file stays. Script is refused.
Can I compress several files?
Up to 10, 20 MB each. SVG itself stops at 2 MB.
How long do you keep the files?
Originals and results are deleted within 1 hour, or immediately if you press delete now.
Related tools
Related guide