Ejemplo 1: cambiar el color de svg
filter: invert(100%) sepia(0%) saturate(7443%) hue-rotate(198deg) brightness(126%) contrast(112%);
Ejemplo 2: cambiar el color de svg
<svg width="96px" height="96px" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
<path id="time-3-icon" .../>
</svg>
SVG are XML document so just add a style="fill:red"
on the SVG tag when you open the file
<image class="my-svg-alternate" width="96" height="96" src="ppngfallback.png" />
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)