Ctrl + K
HomeSVG ToolsSVG Path Editor
Free Developer Tool

SVG Path Editor

Edit SVG path data and adjust path commands to create and modify vector shapes.

4
Path data
SVG element
Path commands (3)
#CommandParameters
1M
Move to
2C
Cubic Bézier
3S
Smooth cubic Bézier

What is SVG Path Editor?

Edit SVG path data and visually inspect the resulting vector shape. An SVG path editor makes it easier to modify coordinates, curves and path commands without manually working with complex path strings.

How to use

  1. Enter or paste SVG path data.
  2. View the path on the canvas.
  3. Edit path coordinates or commands.
  4. Copy the updated path data.

Features

  • Visual SVG path editing
  • Path command inspection
  • Coordinate editing
  • Live preview
  • SVG path data export

Common Use Cases

  • Creating custom icons
  • Editing vector shapes
  • SVG development
  • Icon customization
  • Frontend development

Example

Input
M10 10 L90 10 L50 90 Z
Output
Triangle path with editable M, L, L and Z commands.

FAQ

Can SVG paths be edited visually?

Yes. The editor provides a visual representation of the path so its geometry can be adjusted more easily.

Can I edit path coordinates?

Yes. Path coordinates and supported commands can be adjusted in the editor.

Can I copy the resulting path data?

Yes.