Online Tool Store Online Tool Store

SVG Path Editor

Paste SVG path data to preview it live, adjust viewBox, stroke, and fill, and copy the resulting SVG markup. Runs entirely in your browser.

🔒 This tool runs entirely in your browser. Your files are never uploaded to a server.

How the SVG path editor works

  1. Paste or type SVG path data into the "d attribute" field - a sample curve loads automatically.
  2. Adjust the viewBox, stroke color, fill, and stroke width to style the preview.
  3. Copy the generated SVG markup for use in your project.

FAQ

What is the "d" attribute in an SVG path?

It's a string of drawing commands (M for move, L for line, C for curve, and more) that defines the shape of an SVG <path> element.

Can I edit an existing path from another SVG file?

Yes - paste the d attribute value from any SVG path into the input box to preview and style it here.

What does the viewBox control do?

It defines the coordinate system and visible area of the SVG canvas - adjust it to match the coordinate range your path data uses.

Does this tool validate path syntax?

The browser's own SVG renderer parses the path - if a command is malformed, the shape may render incorrectly or not at all, which is a good signal to check your syntax.

How we compare

Feature Online Tool Store Full vector design app Hand-editing raw SVG
Instant live preview
No install required
Lightweight, focused on path data only

Handy for quickly previewing and styling a path pulled from an icon set or exported design file.

Explore related tools

Embed this tool

Paste this on your own site — it stays free, and every file still stays in your visitor's browser, not yours or ours.