Tiny Online Tools logoTiny Online ToolssearchПоиск инструментов…grid_viewВсе инструменты
Главнаяchevron_rightИнструменты для изображенийchevron_rightРедактор SVG-путиРедактор SVG-пути

Редактор SVG-пути

Редактируйте и визуализируйте данные SVG-пути (атрибут d) в интерактивном режиме.

Данные пути (атрибут d)ViewBox

Предпросмотр

Команды (3)

M
C
S

Похожие инструменты

SVG Обводка в Заливку

SVG Обводка в Заливку

Конвертируйте элементы SVG с обводкой в пути с заливкой для лучшей совместимости.

PDF в SVG

PDF в SVG

Конвертируйте страницы PDF в масштабируемые векторные SVG-файлы прямо в браузере.

Генератор SVG-спрайтов

Генератор SVG-спрайтов

Объединяйте несколько SVG-файлов в один спрайт с определениями <symbol> для эффективного использования иконок.

SVG в фон CSS

SVG в фон CSS

Конвертируйте SVG-код в URL данных для background-image CSS.

слаг генератор

слаг генератор

преобразовать текст into clean URL slugs с custom separators и регистр options.

удалить HTML теги

удалить HTML теги

Strip HTML теги из текст с options в декодировать entities, preserve строка разрывы, и keep link URLs.

Извлекатель HTML-ссылок

Извлекатель HTML-ссылок

Извлекайте из HTML весь текст ссылок и значения href.

apps

Больше инструментов

Просмотрите нашу полную коллекцию бесплатных онлайн-инструментов.

SVG Path Editor

Edit and visualize SVG path commands with live preview. SVG paths define shapes through command sequences—this tool lets you understand, modify, and debug path data interactively.

SVG path commands

SVG paths use commands like M (moveto), L (lineto), C (cubic Bezier curve), Q (quadratic Bezier), A (arc), and Z (close). Each command accepts numeric parameters defining coordinates and control points. Understanding these commands is essential for creating and editing vector graphics programmatically.

Interactive path editing

Paste SVG path data and see a visual representation instantly. The editor parses all commands and displays them clearly. Modify numeric values and watch the preview update in real time. This visual feedback makes complex path manipulation intuitive and error-free.

Debugging path issues

Incorrectly drawn shapes often result from invalid path data. The editor identifies which commands were parsed successfully and highlights any issues. This debugging capability speeds up path creation and correction.

Curve manipulation

Adjust Bezier curve control points by editing numeric values. Understand how curves respond to parameter changes without manual SVG code editing. This knowledge improves design tool skills and enables programmatic graphics creation.

Professional applications

Генерирует path data for icons and logos, debug exported SVG artwork from design tools, Создает complex shapes through command composition, optimize path data for file size reduction, and build procedurally Генерируетd vector graphics.