Icono – Pure CSS Icons (no font or svg)

      

icono is an icon pack that needs no external resources. Every tags can be an icon made with pure CSS.

How to use

To get going with icono you can:

  • Download icono.min.css
  • or

  • Install it with Bower: bower install https://github.com/saeedalipoor/icono.git
  • And then load it in your page:

    <link rel="stylesheet" href="icono.min.css">

    or

    pure-css-icons

    You can add icono folder in your project and import icono.less for compile. iconos maincolor can be changed in variable.less.

    and then

    just add iconos classes to any type of elements that support psuedo-element.

    Demo    Download