I am using a SVG image as background like this:
background:url("images/button2.svg") no-repeat 0 0 / 100% 100%;
I wonder if I can change the color of the fill and stroke with CSS only so I can have the same image on different places and a different style every time.
Thank you.