Web Design
How to Change SVG Color With CSS: Fill, Stroke, currentColor & Common Fixes
Changing the color of an SVG sounds simple until you add `color: red` in CSS and nothing happens. The reason is that SVG graphics do not always use the regular…