Embed SVG Icons in CSS

    Embedding SVG as data URIs in CSS eliminates extra HTTP requests for icon files.

    Step-by-Step

    1. Optimize your SVG with the SVG Optimizer. 2. Convert it to a data URI using the SVG to Data URI tool. 3. Use the output as a CSS background-image value. This works especially well for CSS pseudo-elements (::before, ::after) and list markers.