SVG Path Editor

Visually edit and optimize SVG path data strings in real-time.

SVG Path Visualizer

Visually debug and preview complex SVG path data strings.

SVG path commands like M (Move), L (Line), Q (Quadratic Curve), C (Cubic Curve), and Z (Close) are supported.

SVG Code Snippet
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
  <path d="M10 80 Q 95 10 180 80" fill="transparent" stroke="currentColor" stroke-width="4" />
</svg>

About SVG Path Editor

Manipulate vector paths without complex software. Directly edit and visualize SVG path commands (M, L, C, Z) and see the results instantly on a high-precision grid.

Something not working right?

Found a bug or have a suggestion to improve the SVG Path Editor? Let us know and we'll fix it!