SVG File Editor: Free Online Tool

Open a vector file, or start from an empty canvas. This SVG editor draws rectangles, ellipses, polygons and freehand strokes, and lets you select any shape, move it, recolor it, reshape its curves, and take the result back out as SVG or PNG.

Open an SVG file to start editing it here

Canvas: 0 x 0Objects: 0Grid: offNo selectionZoom: 100%Pointer: —, —

Properties

100%

Select a shape on the canvas to change how it looks

Layers

Open a file to see its shapes here

CanvasSnappingShrinking the canvas does not delete anything: objects outside it stay in the file and come back if you enlarge it again.

A free online SVG editor that runs entirely in this browser tab — nothing is uploaded or stored on our side. No account needed.

Reviewed by SVGMaker TeamUpdated

What you can open

Files This SVG File Editor Was Built For

Vector files people already have, and the change that brought them here. Each one opens straight onto the canvas.

An icon from a free set, close to right but the wrong color and one size too small for the layout it has to sit in.
A downloaded icon
The vector version of a brand mark, where one element has to move and everything else must stay exactly where it is.
A logo from a client
Artwork built from dozens of stacked shapes, where the fix is reordering two of them rather than redrawing anything.
An illustration with layers
A shape headed for a cutter or a plotter, where the outline has to be adjusted before the machine gets it.
A cutting file
Output from an auto-tracer: the right shapes, too many of them, and a palette that wants tidying by hand.
A traced photo
Exported from a plotting tool, correct in structure, wrong in color, and easiest to fix on the shapes themselves.
A chart or diagram
An icon from a free set, close to right but the wrong color and one size too small for the layout it has to sit in.
A downloaded icon
The vector version of a brand mark, where one element has to move and everything else must stay exactly where it is.
A logo from a client
Artwork built from dozens of stacked shapes, where the fix is reordering two of them rather than redrawing anything.
An illustration with layers
A shape headed for a cutter or a plotter, where the outline has to be adjusted before the machine gets it.
A cutting file
Output from an auto-tracer: the right shapes, too many of them, and a palette that wants tidying by hand.
A traced photo
Exported from a plotting tool, correct in structure, wrong in color, and easiest to fix on the shapes themselves.
A chart or diagram

How it works

How to Edit an SVG File Online

To edit SVG files online free of charge: open the file, click the shape you want, change it, and download the result. The whole sequence happens in this browser tab.

How to Edit an SVG File Online
  1. 1

    Open the file

    Pick a file from disk and it lands on the canvas as separate, selectable objects rather than as a flat picture. Anything executable in it is removed on the way in, and you are told when that changed what you see.

  2. 2

    Select and change

    Click a shape to select it. Drag to move it, pull a corner to scale it, spin the top handle to rotate it, and use the panel beside the canvas to set fill, stroke and opacity. Every change can be undone.

  3. 3

    Take it back out

    Download SVG to keep it as vector, or PNG when you need pixels. The SVG you get back is cleaned the same way the file was on the way in, so it is safe to hand on.

What it does

What an SVG File Editor Has to Get Right

Your file arrives as shapes, not as a picture

The difference between a vector editor and an image viewer is what happens on the way in. Here the document is parsed and every element in it becomes an object you can click: a path, a circle, a group. That is why one shape can be recolored without touching its neighbors, and why a group can be pulled apart and put back together.

Open a file
Your file arrives as shapes, not as a picture

Color, stroke and opacity, applied to what you selected

Fill and stroke each get a color control, stroke width a set of steps, and opacity a slider. They apply to the current selection — one shape or several at once — and the canvas updates immediately, which is the whole point of doing this visually rather than by editing attributes. This is the part people mean by an svg color editor.

Recolor something
Color, stroke and opacity, applied to what you selected

Layers and groups, because overlap is the usual problem

Vector artwork is a stack, and most real fixes are about that stack: a shape that should be in front, a set of shapes that should move together. Bring forward and send back walk an object through the order one step at a time. Group binds a selection so it transforms as one; ungroup releases it again with every member still separately editable.

Reorder a shape
Layers and groups, because overlap is the usual problem

Curves you can actually reshape

Select a single path, turn on node editing, and its anchor points appear along the outline with the bezier handles that control each curve. Dragging a handle changes the curve — and changes the numbers in the path data, which is what makes the result a genuine edit rather than a visual approximation. Reshaping an outline in detail is its own subject, and the SVG path editor covers it.

Edit the nodes
Curves you can actually reshape

What you get

What This SVG File Editor Gives You

Direct selection

Click any shape in the file and work on that shape alone, with the rest of the drawing untouched.

Node editing

Anchor points and curve handles on any path, so an outline can be reshaped rather than redrawn.

Layer order

Move a shape forward or back through the stack until the overlap looks the way it should.

Group and ungroup

Bind shapes so they move as one, or break an imported group apart to get at a single member.

Undo and redo

Every change is a step you can walk back, including node edits and color changes.

Rulers and grid

Optional rulers along the canvas and a grid behind it, for the times alignment matters more than speed.

SVG or PNG out

Keep it as vector, or export pixels at twice the canvas size when something needs a flat image.

Nothing uploaded

The file stays in this tab. Nothing is transmitted, nothing is stored, nothing expires.

When you need it

When an SVG File Editor Is the Right Tool

Most vector work is a small change to a file somebody else produced. These are the moments a canvas beats both a design suite and a text editor.

Matching an icon to a palette

The shape is right, the color is not. In an SVG file editor you select it, set the fill and export — faster than launching anything with a splash screen.

Matching an icon to a palette

Fixing what is in front

Two shapes overlap the wrong way round after an export. In the SVG editor one click forward or back puts the stack right.

Fixing what is in front

Nudging one element of a logo

Everything is correct except one piece that sits two pixels low. The SVG editor lets you select it, move it and leave the rest alone.

Nudging one element of a logo

Cleaning up a trace

Auto-traced artwork comes back with stray shapes. Selecting and deleting them is quicker than re-running the trace.

Cleaning up a trace

Adjusting a cutting outline

A shape headed for a cutter needs its outline tweaked. Node editing moves the curve without rebuilding the path.

Adjusting a cutting outline

On a machine you cannot install on

A borrowed laptop, a locked-down work machine, a tablet. A free SVG editor in the browser needs none of them.

On a machine you cannot install on

Which tool

Which Tool Fits

Every one of them is free, needs no account, and runs locally. What separates them is depth: how far into the file each reaches.

Which Tool Fits
ToolBest forWhat it changesCost
SVG EditorMoving, recolouring and reshaping artwork on a canvas.Objects on a canvasFree, no account
SVG Path EditorPulling one curve into shape, anchor by anchor.Anchors and handlesFree, no account
SVG Code EditorReading and fixing the markup itself.The XML sourceFree, no account
SVG ViewerSeeing what a file draws, without changing it.Nothing — read onlyFree, no account

FAQ

SVG Editor Questions

An SVG editor is a tool that opens a vector file as separate, selectable shapes and lets you change them directly — move, scale, recolor, reorder, reshape — rather than editing the markup as text or repainting pixels. This page is a browser svg editor: the drawing sits on a canvas, and every element of the file is an object you can click.

Open Your File in the SVG Editor

Pick a file and it lands on the canvas as shapes you can select, move, recolor and reshape — or start on the empty canvas and draw one. A free online SVG editor, no account, nothing uploaded.

Open a file
Want one written for you from a description instead? Start from the svg maker.