How to edit SVG files in your browser

Updated

To edit an SVG in your browser, open it in the EditItAll vector editor. Reshape paths with the pen tool, adjust or combine shapes with boolean operations, edit text, and recolor anything. Save back to SVG or export a PNG at 2×. Every change happens on your device — nothing is uploaded.

Do it now — free, in your browser

Open the vector editor

Why edit the SVG itself

SVG (Scalable Vector Graphics) stores a picture as shapes and paths — math, not pixels. That is why a logo saved as SVG stays razor-sharp whether it is a favicon or a billboard, and why it is the right format for icons, logos and illustrations. It also means you can open the file and edit the actual shapes rather than pushing pixels around.

Editing the SVG source is almost always better than editing an exported PNG. Move an anchor point and the curve stays smooth; change a fill and the color is exact; scale the whole thing and nothing blurs. To do that you need an editor that understands vectors.

Open and edit an SVG step by step

The EditItAll vector editor opens SVG files directly in your browser:

  • Open the editor and load your .svg — a logo, an icon set or an illustration.
  • Use the selection tool (V) to move and resize whole objects, and the direct-selection tool (A) to grab individual anchor points.
  • Recolor fills and strokes, edit any text with the type tool (T), and nudge shapes into place with smart guides and Illustrator-style shortcuts.

Your work auto-saves to your browser as you go, and the whole editor keeps running if you go offline after it loads — a clear sign your file is not being sent anywhere.

Reshape and combine paths

The real power is in reshaping paths. The pen tool (P) places anchor points with bezier handles, so you can redraw a curve, add a point to a logo, or trace a new shape from scratch. The pencil is there for freehand drawing.

To build more complex artwork, combine simpler shapes with boolean operations: Unite to fuse them, Minus Front to punch one out of another, Intersect to keep only the overlap, and Exclude to drop it. These run on an exact-arithmetic geometry engine, so the resulting edges stay clean instead of drifting by fractions of a pixel. It is how you turn a few rectangles and circles into a finished icon.

Save as SVG or export a PNG

When you are done, save back to .svg to keep the file fully editable, or export a PNG at 2× when you need a raster image for the web or a document. If you already have an SVG and only want a PNG, the dedicated SVG to PNG converter does that in one step.

Two honest limits: the editor reads standard SVG, not Adobe's .ai or .eps files, and it does not do gradient mesh, pattern fills or CMYK color. For editing everyday logos, icons and illustrations as SVG, though, everything you need runs on your device. Open the vector editor to start.

Ready to try it?

Free, no sign-up, and nothing you open ever leaves your device.

Frequently asked questions

Are my SVG files uploaded when I edit them?+

No. The vector editor runs entirely in your browser, so your file never leaves your device. You can disconnect from the internet after the page loads and keep editing, which proves nothing is being sent anywhere.

Can it open Adobe Illustrator .ai files?+

No. The editor opens standard SVG, not Adobe's .ai or .eps files. If your artwork is in Illustrator, export or save it as an SVG first, then open that SVG here.

Can I export my SVG as a PNG?+

Yes. You can export a PNG at 2× for a crisp raster image, or use the dedicated SVG to PNG converter if all you need is the conversion without editing.

What can the editor not do?+

It does not read Adobe .ai or .eps files, and it has no gradient mesh, pattern fills or CMYK color. For everyday logos, icons and illustrations in SVG, its pen tool, shapes, booleans, text and layers cover the job.

Will I lose my work if I refresh the page?+

No. Your work auto-saves to your browser's local storage as you edit, so a refresh or a closed tab will not wipe it. That saved data stays on your device.

Related guides

More guides on vector & svg →