We can use SVG in CSS via data URI, but without encoding it works only in Webkit based browsers
We can use SVG in CSS via data URI, but without encoding it works only in Webkit based browsers. If encode SVG using encodeURIComponent() it will work everywhere.
Project URL Encoder