Imagen → Base64 / data URI
Inserta en CSS o HTML
Drop an image
o haz clic para examinar - los archivos permanecen en tu dispositivo
Tamaño máximo: 5 MB
Sobre esta herramienta
Convert an image into a base64 data URI you can embed directly in HTML, CSS or JSON. Great for tiny icons and email templates.
Características
- PNG, JPG, GIF, SVG, WebP
- Outputs <img>, CSS background and raw data URI
- Size warning for large files
- All in your browser
Cómo usarla
- Upload an image.
- Copy the snippet you want.
- Paste into your code.
🔒 100% privado
Todo sucede dentro de tu navegador usando JavaScript y WebAssembly. Tus archivos nunca se suben a un servidor, nunca se almacenan y nosotros nunca los vemos.
Preguntas frecuentes
Should I always inline images?
Only for very small images (icons, spinners). Inlining big images bloats your HTML/CSS.