Clean an SVG in this tab by stripping comments and rounding numbers so the file often gets smaller. This is not the entire SVGO plugin catalog and not a raster compressor.
An icon SVG shipped with editor cruft and you want fewer bytes without a desktop SVGO install. That is this page: comments off, numbers rounded, size preview in the tab.
SVG to PNG rasterizes. Image compressor is for JPEG/WebP, not markup.
How to use it
- Drop or paste SVG. Fence samples if you publish them:
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0h24v24H0z"/></svg>
- Optimize in this tab. Compare bytes and the preview.
- Keep the original if a path went wobbly.
Typical ceiling is about 32 MB.
Honest limits
- Not every SVGO default.
- Scripts inside SVG are a security smell; we are not your sanitizer of record (see markdown preview for a different sanitizing job).
- Not a PNG/WebP compressor.
This is a local utility, not a design-system build step.