SVG to CSS Converter
Convert SVG markup to CSS background-image data URI for inline use in stylesheets.
SVG: 252 bytesData URI: 296 bytes
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E %3Ccircle cx='50' cy='50' r='40' fill='%236c5ce7' /%3E %3Ctext x='50' y='55' text-anchor='middle' fill='white' font-size='20' font-family='sans-serif'%3ESVG%3C/text%3E %3C/svg%3E");
background-repeat: no-repeat;
background-size: contain;