0

Can I change a svg color (changing stroke or something) even if the .svg is in a image element? like this:

<img
    class="logo"
    src="/assets/logo-doctorcare.svg"
    alt="Logo DoctorCare"
/>

wanna do something like:

img path {
    fill: white;
}

0 Answers0