Edit SVG paths with a visual editor. See path metrics, zoom, pan. Perfect for icons and graphics. Runs locally.100% browser-based - your data never leaves your device
No SVG to display
Paste SVG markup or path data in the editor to see a live preview
An SVG path is a series of commands that define shapes and lines in Scalable Vector Graphics. Paths use commands like M (move to), L (line to), C (cubic bezier curve), and Z (close path) to create complex shapes.
Yes! The editor accepts both full SVG markup and standalone path data (the 'd' attribute). Simply paste your SVG code or path data into the editor, and it will automatically detect and visualize it.
No, all processing happens entirely in your browser. Your SVG data never leaves your device, ensuring complete privacy and security.
Use the zoom in/out buttons to adjust the view, or click and drag on the preview area to pan. The 'Fit to Screen' button automatically adjusts the view to show the entire path. Keyboard shortcuts: Ctrl/Cmd + = (zoom in), Ctrl/Cmd + - (zoom out), Ctrl/Cmd + 0 (fit to screen).
The editor shows the path length, bounding box coordinates and dimensions, current viewBox settings, and zoom level. This helps you understand the geometry and positioning of your SVG path.