Paste an SVG exported from your design tool or open the file in a text editor and copy its markup.
로컬 SVG 정리기
배포 전에 SVG를 정리하세요.
디자인 도구의 잔여 정보와 활성 콘텐츠를 SVG 마크업에서 제거한 뒤 더 작은 파일을 다운로드합니다.
* SVG는 이 브라우저에서 처리됩니다. 업로드하거나 서버로 보내지 않습니다.
로컬 SVG 정리기
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.