I want to change svg color
HTML
img {
width:50%;
height: 50%;
}
<link rel="stylesheet" href="css/style.css">
<img src="https://upload.wikimedia.org/wikipedia/commons/b/b9/Dollar_sign_in_circle_cleaned_%28PD_version%29.green.svg">
How I can do it in css file?
I tryed:
https://www.youtube.com/watch?v=emFMHH2Bfvo&ab_channel=Fireship
https://www.youtube.com/watch?v=qA_-O35O_X4&ab_channel=Skillthrive
Color changes only if I change .svg file
2
Answers
Try this:
For another color use this
This method will allow you to control color of the element.
https://jsfiddle.net/jasonbruce/ymebruc5/2/