Code to SVG
Code to SVG
Paste your SVG code below.
Code to SVG
Got SVG code you want to save as a file? Paste it here and download a proper .svg file.
When you need this
- You copied SVG from a website's source code - Now you want the actual file
- Someone sent you SVG in a text message or email - Paste it, get a file
- You're extracting inline SVG from HTML - Turn it back into an asset
- You made edits to SVG code - Now you want to save it as a file
What about Base64 encoded SVGs?
If you have a data URI like data:image/svg+xml;base64,PHN2Zy..., just paste it. We'll decode it and give you the SVG file.
Validation included
The preview shows you what your SVG looks like before you download. If something's broken in the code, you'll see it immediately instead of downloading a broken file.
Frequently Asked Questions
Any valid SVG markup - full SVG files, inline SVG from HTML, or Base64 data URIs.
Yes. We show you a live preview, so you'll immediately see if the code is valid or broken.
Yes. Paste a data:image/svg+xml;base64 string and we'll decode it to a regular SVG file.
No, we don't auto-fix. But the preview will show you if it's broken so you can debug.