SVG Editor
Visually edit SVG files — select, recolor, delete, and smooth elements. All processing happens in your browser.
Your files never leave your browser — all editing is done locally.
100% secure
Your files are never shared
Ultra-fast
Processing in seconds
Privacy
Automatic deletion after 1h
How to edit SVG files online
Upload or paste your SVG
Drag and drop an .svg file, use the file picker, or paste raw SVG code into the editor.
Select and modify elements
Click any element to select it. Change its fill color, stroke, opacity, or delete it. Shift+click to multi-select.
Batch recolor with Find & Replace
Use the Find & Replace Color panel to change all elements of one color to another in a single click.
Smooth and export
Simplify rough paths with the smoothing slider, then export as SVG, PNG, or copy the code.
How to recolor SVG elements
Click any element on the canvas to select it. The Properties panel on the right shows its current fill and stroke colors. Use the color picker or type a hex value to change colors in real time.
For bulk changes, use the Find & Replace Color feature. Pick the source color, pick the replacement color, and click Replace All. Every element matching that fill or stroke color will be updated instantly.
How to smooth SVG paths
SVGs converted from raster images (PNG, JPG) often have rough, jagged paths with too many anchor points. The path smoothing feature uses Paper.js to simplify these paths while maintaining the overall shape.
Adjust the Simplify Tolerance slider — lower values preserve more detail, higher values create smoother curves with fewer points. Click Apply to Selection for specific paths or Apply to All for the entire SVG.
SVG Editor — Frequently asked questions
Can I edit any SVG file?
Yes. The editor parses standard SVG XML and renders it as interactive DOM elements. Complex SVGs with gradients, filters, and groups are supported.
Will smoothing change my design?
Smoothing simplifies paths by reducing anchor points while preserving the overall shape. You can adjust the tolerance to control how aggressive the simplification is.
What export formats are available?
You can download your edited SVG, export as PNG at 1x, 2x, or 4x resolution, or copy the raw SVG code to your clipboard.
Is my file uploaded to a server?
No. Everything runs in your browser. Your SVG file is never sent to any server. It stays completely private.