Skip to content

Файлы и медиа

Оптимизатор SVG

Бесплатный оптимизатор SVG. Удаляет комментарии, метаданные, теги заголовков и описаний, а также пробелы — 80% того, что делает SVGO, в браузере. Идеально подходит для конвейеров значков.

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.

Смотреть все в Файлы и медиа