Free SVG Path Editor
Edit and visualize SVG paths with our free interactive editor. Bezier curves and commands.
- Visual bezier handle editing
- All SVG path commands supported
- Real-time code synchronization
- Path optimization
- Coordinate system display
- Export optimized SVG code
Frequently Asked Questions
What SVG path commands are supported?
All standard commands: M (move), L (line), H/V (horizontal/vertical), C/S (cubic bezier), Q/T (quadratic bezier), A (arc), and Z (close). Both relative and absolute forms.
How do I smooth rough paths?
Use the smooth tool to convert line segments to curves. Adjust control points to fine-tune curves. The optimizer can also reduce unnecessary points.
Can I import paths from other tools?
Yes! Paste any valid SVG path d attribute. The editor parses the path and makes it visually editable. Export the modified path code when done.