RevealTheme logo

SVG 최적화 도구

SVG 마크업에서 불필요한 메타데이터, 주석, 공백을 제거합니다.

이 도구 사용 방법

  1. 1

    Paste your raw SVG markup into the input box.

  2. 2

    Read the byte count and percentage saved shown above the result.

  3. 3

    Review the minified SVG in the output box to confirm it still renders correctly.

  4. 4

    Click Copy to put the optimized markup on your clipboard.

SVG 최적화 도구란 무엇인가요?

Figma나 Illustrator 같은 디자인 도구에서 내보낸 SVG 파일에는 보통 편집기 메타데이터, XML 선언, 장황한 네임스페이스가 포함되어 있는데, 브라우저에는 이런 것들이 필요하지 않습니다. 이 도구는 그것들을 제거합니다. 일반적으로 시각적 차이 없이 파일 크기를 20~60% 절감합니다.

일반적인 사용 사례

  • Shrinking icon SVGs exported from Figma before pasting them inline into a React or Vue component.

  • Cleaning up Illustrator output that ships with a verbose XML header and editor comments.

  • Reducing the size of small inline SVGs embedded directly in HTML to trim page weight.

  • Removing designer metadata and indentation before committing icons to a shared repo.

  • Quickly checking how many bytes a given SVG can save before reaching for a heavier build-time tool.

  • Tidying SVG snippets pasted into a CMS or email template where extra whitespace bloats the payload.

자주 묻는 질문

SVGO만큼 좋은가요?
SVGO는 더 공격적입니다(경로 단순화, 속성 병합). 이 도구는 가장 일반적인 개선 사항(공백, 주석, XML 헤더)을 브라우저에서 즉시 처리합니다.

관련 도구