파일 및 미디어
SVG 최적화 도구
무료 SVG 최적화 도구. 주석, 메타데이터, 제목 및 설명 태그, 공백을 제거합니다. SVGO가 수행하는 작업의 저렴한 80%를 브라우저에서 처리합니다. 아이콘 파이프라인에 완벽합니다.
편집자 노트
Understanding · Pixels, paths, and the gulf between them.
이 심층 챕터는 현재 영어로만 제공됩니다. 위의 변환 도구는 귀하의 언어로 작동하지만, 긴 설명 글은 아직 번역되지 않았습니다.
자주 묻는 질문
Quick answers.
›Is this the same as SVGO?
No — it does the cheap, safe 80%: drops comments, <title>, <desc>, <metadata> elements and whitespace. For aggressive path-data reduction or colour rewrites, run SVGO locally.
›Will it break my animated or interactive SVG?
No — <animate>, <animateTransform>, event handlers and scripts are preserved. Only cosmetic metadata is removed.
›How much size does it save?
Typically 15–40% on icons exported from Figma or Illustrator, which ship verbose metadata. Already-clean SVGs see smaller gains.
›Does it touch accessibility attributes?
It strips <title> and <desc>, which are accessibility-relevant. If you rely on them for screen readers, skip this tool or re-add them manually.
사람들이 다음도 검색합니다.
Use with
What people reach for next.
관련 도구