Free online SVG editor with live preview. Paste or upload SVG, preview it side-by-side, share a link or embed, and export to React, React Native, PNG, or Data URI. Runs entirely in the browser — no account required.
Live: https://getsvgeditor.com
- Live preview with zoom and canvas backgrounds
- Paste, upload, or download SVG
- Share link and iframe embed (payload in the URL, not on a server)
- Export: React, React Native, PNG, Data URI
- Client-side sanitizer for unsafe SVG before preview and share
- Privacy Policy and Terms included
From the project root (uses prebuilt *.min.js / styles.min.css):
npx --yes serve .Or with Python:
Linux / macOS
python3 -m http.server 8000Windows
python -m http.server 8000Then open http://localhost:8000 (or the URL serve prints). Opening index.html as a file also works; share/embed are more reliable over http://localhost.
./build.shRegenerates app.min.js, embed.min.js, styles.min.css, and fonts.min.css via esbuild.
HTML, CSS, and JavaScript. Fonts are self-hosted (woff2). LZ-String is vendored locally for share/embed links. Production pages load minified bundles.
MIT