html
css
.logo-img path {
Try pure CSS:
.logo-img { // to black filter: invert(1); // or to blue // filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg); }
more info in this article https://blog.union.io/code/2017/08/10/img-svg-fill/