Is the drawing saved on a server?
No. Drawing and SVG export are handled in your browser session.
Create beautiful vector paths and export directly to SVG code.
• Draw / Move: Click to add points. Drag to move points.
• New Line: Command/Ctrl + Click to start a disconnected line.
• Selection: Click point (Red), Shift + Click (Multi), or Option + Drag (Box Selection).
• Edit: Drag selected points to move together. Press Delete/Backspace to remove.
• Shortcuts: Undo (Cmd+Z), Redo (Cmd+Shift+Z).
SVG Sketchpad is useful when you want to convert rough ideas into reusable vector paths. It fits icon drafts, constellation-style illustrations, UI line graphics, and lightweight web assets where clean path output matters.
For production use, keep node count minimal, smooth sharp curves after tracing, and test rendered output in both light and dark backgrounds. Exported SVG is text-based, so it is easy to optimize and version-control.
No. Drawing and SVG export are handled in your browser session.
Yes. The output is standard SVG path data and can be edited in code or vector tools.
Reduce control points and split complex shapes into multiple simpler paths.