I have a bunch of SVG images that I want to embed in an HTML page, which is styled with CSS.
I want to be able to have elements in the SVG have their color inherited
You can use fill="currentColor".
fill="currentColor"
...