Local by default
The SVGs you open and edit are processed inside your browser. The editor does not upload your artwork to an application server. Work in progress is stored only in your browser's local storage.
About the project
SVG Vector Lab is a free, open-source editor for people who want the speed of a visual canvas and the precision of real SVG markup.
SVG is one of the web's most useful image formats, but editing it often means choosing between a large design application and a code editor. SVG Vector Lab keeps both views together. You can drag a path point, change a shape, or adjust a transform and immediately see the underlying markup update.
The editor is designed for frontend developers, icon designers, students, and anyone debugging or learning SVG geometry.
SVG Vector Lab is independently maintained through the kirillman200 GitHub account. The public source repository provides the implementation history, issue tracker, license, and code used by the hosted project.
The project operator is responsible for the editor, technical guides, corrections, privacy disclosures, and advertising decisions. Read the editorial policy for publication and correction standards, or use the Contact page to report an issue.
The SVGs you open and edit are processed inside your browser. The editor does not upload your artwork to an application server. Work in progress is stored only in your browser's local storage.
You edit standard SVG elements and attributes, then export ordinary SVG markup or a rendered PNG. There is no project format or account lock-in.
The source, layer list, canvas, inspector, path commands, and vector notes stay connected so you can see how a visual change maps to SVG code.
The source is published under the MIT License. You can inspect the repository, learn from it, adapt it, or run a copy locally.
Open the editor or begin with the SVG guides.