A
Aura Dev

Data URI Generator

Convert files to Base64 Data URIs.

Click to upload or drag and drop

Any file type supported

What is a Data URI?

A Data URI is a base64-encoded string that represents a file (like an image or font) directly within HTML or CSS code.

It eliminates the need for external HTTP requests for small assets, which can improve page load performance and simplify document sharing.