Upload an image, and the tool encodes it into a Base64 data URI ready to paste into CSS or HTML.
A self-contained URL that embeds file data directly: data:image/png;base64,iVBOR...
For small icons or logos to eliminate HTTP requests. Avoid for large images as Base64 is ~33% larger than binary.
PNG, JPEG, GIF, WebP, SVG, BMP, ICO and most common web image formats.