Skip to content
Online SVG Editor

Tools

Decode Base64 to SVG

Paste the encoded string — the decoded SVG is previewed on the right.

How to decode

  1. Paste the encoded string.
  2. See the decoded SVG on the right.
  3. Download or edit it further.

About base64 decoding

Works with raw base64 or a data URI. If the data URI is percent-encoded instead of base64, it is handled too.

Frequently asked questions

Does whitespace matter?

No — the decoder strips whitespace before decoding.

Can I decode a full data URI?

Yes — both "data:image/svg+xml;base64,…" and raw base64 work.

Is anything uploaded?

No, decoding runs in your browser.