Style base64 SVG from style sheet

FuttweleLer

New Member
So I have the following CSS to produce an SVG logo:\[code\] background: url("data:image/svg+xml;base64,xyz.....");\[/code\]Does anyone know how I can change the colour of the icon with CSS inside my style sheet, as opposed to embedded in the SVG tag. I'm trying to have the same logo on the page multiple times, in different colours, so don't want to have loads multiple versions of the SVG code in my style sheet.Thanks!
 
Top