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ヘッダーの処理を、お使いのブラウザ上で即座に行います。

関連ツール