السي اس اس Css كيفية تغيير لون صورة png او SVG من لون الى اخر svg color css
img src SVG changing the styles with CSS

كود:
 // to black / white
  filter: invert(1);
كود:
// or to blue
  // filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg);
المرجع:
https://stackoverflow.com/questions/...tyles-with-css
https://stackoverflow.com/questions/...background-ima

https://www.svgrepo.com