Base64 to Image Viewer
Preview a data-URI string in the browser and download the decoded image.
Preview a data-URI string in the browser and download the decoded image.
Base64 to Image Viewer is the reverse of the Image to Base64 tool — paste a data:image/... URI and the tool renders the image live, with a download button to save it as a real file.
data:image/*;base64, string into the input.If the preview stays blank, the Base64 string is probably missing the data:image/png;base64, prefix. Prepend it and try again.