Optimize SVG files without uploading them.
Paste SVG code or open a local file, then remove common bloat, preview the result, and download a cleaner SVG. Built for icons, logos, inline SVGs, and quick asset cleanup.
A conservative SVG minifier for everyday cleanup.
Many SVG files exported from design tools contain comments, metadata, editor namespaces, long decimals, and extra spacing. This optimizer focuses on low-risk cleanup that keeps the SVG readable enough to inspect.
Browser-only processing
The SVG is parsed and serialized in the page, which is useful for private icons, draft logos, and internal UI assets.
Useful size comparison
See the original size, optimized size, and savings percentage before copying or downloading the result.
Accessibility-aware option
Keep title and description elements when they are part of your SVG accessibility or documentation workflow.
Not a replacement for full build-pipeline SVGO.
This tool is designed for quick no-upload cleanup, not aggressive production transforms. For large icon systems, run a build pipeline and visual regression checks. For one-off icons, inline SVGs, and quick asset cleanup, this page gives you a fast local pass.
FAQ
How do I optimize an SVG?
Paste SVG markup or open a local SVG file, keep the safe cleanup options you want, click optimize, then copy or download the result.
Does this upload my SVG?
No. The optimizer runs locally in your browser. Your SVG does not need to be sent to a server.
What does it remove?
It can remove comments, metadata elements, common editor attributes, empty groups, extra whitespace, and long numeric precision.
Should I preserve title and desc?
Yes, if your SVG uses them for accessibility or documentation. Turn that option off only when you know they are unnecessary.
Can this break complex SVGs?
Any SVG optimizer can affect unusual files. Always preview and test optimized SVGs before using them in production.
Is this the same as SVGO?
No. SVGO is stronger for build pipelines. This tool is a lightweight browser utility for quick one-off cleanup.