What the prefix means
data: starts the URL, the MIME type describes the image, and ;base64, tells the browser how the following data is encoded.
Builder and reference
Add the correct MIME prefix to raw Base64, or normalize and inspect an existing image Data URL.
data: starts the URL, the MIME type describes the image, and ;base64, tells the browser how the following data is encoded.