Developer & Utility Data URI → SVG
Data URI to SVG
This URI to SVG decoder accepts URL-encoded data URIs and returns the original SVG. It also detects base64-encoded URIs and decodes them transparently.
Input Data URI
Output SVG
Result will appear here after conversion.
Runs in your browser. No files leave your device.
How the uri to svg tool works
The workbench above is a self-contained web application. When you drop a file, the browser reads it locally, runs the conversion, and writes the result to a downloadable blob. Nothing is uploaded to any server, and the tool keeps working even if you disconnect after loading the page.
Frequently asked questions
Does it handle both encodings?
Yes. URL-encoded (utf8) and base64 data URIs are both supported.