Convert an image into a Base64-encoded data URL you can paste directly into HTML or CSS.
A Base64 data URL lets you embed an image directly inside HTML, CSS, or JSON without linking to a separate file — handy for small icons, inline emails, or quick prototypes. Keep in mind it makes the file about 33% larger than the original.