So I've been developing something, and I have decided to use SVGs. However, there are multiple themes for my application, is there anyway I can change the color of the SVG, like a white, to a black, through css? I'm not looking at filtering, as I can't apply so the entire image is like solid red. For an example, I have an image, svg or not, with a white icon. But I want a red icon instead. Is there anyway to do this? I prefer to not use inline svg, as it will complicate customization. If you require any clarification, please notify me. Thanks in advance
EDIT: Some extra code:
<img class="fullscreen" src="assets/icons/ic_fullscreen.svg" />
EDIT: JSFiddle: http://jsfiddle.net/MashedPotatoes/s2gs3t16/1/