Base64 to Image

Turn a Base64 string into a downloadable image.

What is this tool?

Turn a Base64 data URL string back into a downloadable image. Useful when you receive an embedded image string in code or an API response and need the actual file.

How to use it

  1. 1
    Paste your Base64 string.
  2. 2
    The tool decodes and previews the image.
  3. 3
    Download the image file.

Key features

Supported formats

Input: Base64 data URL string. Output: the original image format.

Good to know

Only valid Base64 image strings; invalid or truncated input is rejected with a clear message.

Frequently asked questions

What formats can it decode?

Any format embedded as a data URL — JPG, PNG, WebP, GIF, SVG — as long as the string is valid.

Why would I need this?

When you have an embedded image string from HTML/CSS, an API or a database and need the actual image file.

Related tools