SVG to CSS Background Converter
Convert SVG to CSS background-image data URI.
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E %3Ccircle cx='50' cy='50' r='40' fill='%233b82f6'/%3E %3C/svg%3E");