Can you use CSS selectors on SVG rendered via CSS Data URI?
问题 I have some inline SVG with class names for styling via CSS selectors. I would like to bring the SVG into my CSS as a background-image data URI, but does this mean I can't use the CSS selectors anymore? I've read the existing StackOverflow responses, and the takeaway seems to be "You can't apply CSS because it's an image or resource from potentially another site". How do I change the colour of an SVG image in a CSS content property? Modify SVG fill color when being served as Background-Image