Data URI in CSS (IE8+) June 6th, 2013
You don’t have to link to an external image file when using an <img> element in HTML, or declaring a background-image in CSS. You can embed the image data directly into the document with data URIs.
data:[<mime type>][;charset=<charset>][;base64],<encoded data>