arrow_back All tools
imagesmode

Image to Data URI

Inline an image or SVG as a Base64 data URI.

Image
PNG, JPG, GIF, WebP or SVG — read locally, never uploaded.
Data URI
info

Everything happens in the tab — the file is read with FileReader and never uploaded. A few KB is where inlining pays off; large images make large strings.

Other tools