Hi, I would like to use the Material Design Icons from http://materialdesignicons.com in the Nodered Dashboard. The Integration works fine on this way. <img src="/icons/thermometer.svg" />
Now i would like to change the Color of the Icon. Like this, but it dont work. <img src="/icons/thermometer.svg" style="color: red" /> or <img src="/icons/thermometer.svg" style="fill: red" />
Is there a better way of integration? How can i change the color?
Thanks for a quick note.