Skip to content

文件与媒体

SVG 优化工具

免费的 SVG 优化工具。删除注释、元数据、标题和描述标签以及空白——SVGO 80% 的主要功能,在浏览器中完成。非常适合图标管道。

Runs in your browser
SVG Input · source
lines: 0chars: 0size: 0 B
Optimized SVG · result
lines: 0chars: 0size: 0 B
live

编辑注

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.

相关工具

More in this room.

查看所有 文件与媒体