Paste an SVG exported from your design tool or open the file in a text editor and copy its markup.
Local SVG cleaner
Clean an SVG before it ships.
Remove editor leftovers and unsafe active content from SVG markup, then download a smaller clean file.
* The SVG is processed locally. Nothing is uploaded, stored, or sent to a server.
Local SVG cleaner
From design export to shippable markup
SVGBox removes comments, scripts, foreign objects, styles, event handlers, and external hrefs while keeping local fragment references.
Review the cleaned markup and visual result in your own app before replacing the original asset.
FAQ
What does SVGBox remove?
Does SVGBox upload my SVG?
No. The cleanup runs in this browser tab and the source never leaves your device.
Will SVGBox preserve every SVG feature?
It keeps core markup and local references, but removes style blocks and active or external content for a safer clean result.
Does it replace a full SVG optimizer?
No. It performs conservative cleanup. Path precision and advanced SVGO transforms are outside this tool.