Site logo

Archived topic

Usar iconos SVG

1 reply · Started by Pedro on April 21, 2020

Viewing posts 1–2 of 2

Hola! Actualmente estoy usando el plugin de Font Awesome, sin embargo me he dado cuenta que pesa mucho.

Me gustaría descargar los iconos SVG y subirlos a mi servidor, para así ahorrar muchos más recursos.

La cuestión es, intenté hacerlo con el siguiente código HTML:

<img src="https://rebajaslocasmedia.b-cdn.net/SVG%20icons/truck-solid.svg" class="col-icon">

Pero al verlo en el sitio, aparece el icono muy grande y de color negro.

Me gustaría poder personalizar el tamaño y el color.

¿Cómo podría hacerlo?

Gracias!

Hi there,

SVG requires size to be set.

Here is an article that might help:
https://css-tricks.com/scale-svg/

There are lots of resources available on Google as well.

This archived topic is closed to new replies.