Documentation

A basic icon family designed for common website needs.

To help match your website's look and feel, these SVG icons come in 30 sizes and seven weights.

Get Started

Choose a download and start using icons in minutes. Jump right in with just the CSS & Icons, or get the Source Code for full control.

Stylesheet

The simplest way to start with icons is by including the following CSS or minified CSS link.

To do that, copy and paste the following code snippet into your project, right before the closing </head> tag.

CSS

<link rel="stylesheet" href="http://elements.humanig.com/css/evo-icons.css">

Minified CSS

<link rel="stylesheet" href="http://elements.humanig.com/css/evo-icons.min.css">

Usage

To use icons, add the two classes as shown below.

Icon sizes range from the smallest, evo-icon-1, to the largest, evo-icon-30.

Icon weights are Thin, Light, Book, Bold, Black, Ultra, and Solid.

<div class="evo-icon-30 evo-icon-arrow-right-book"></div>

The first class, evo-icon-30, represents the size of the icon.

The second class, evo-icon-arrow-right-book, represents the icon and its weight.

evo-icon- is a universal class prefix for the evolution framework.

The number -30 represents the size of the icon, -arrow-right is the name of the icon, and -book represents the weight of the icon.

Below are code snippets and their corresponding output.

<div class="evo-icon-30 evo-icon-arrow-right-thin"></div>

evo-icon-arrow-right-thin

<div class="evo-icon-30 evo-icon-arrow-right-light"></div>

evo-icon-arrow-right-light

<div class="evo-icon-30 evo-icon-arrow-right-book"></div>

evo-icon-arrow-right-book

<div class="evo-icon-30 evo-icon-arrow-right-bold"></div>

evo-icon-arrow-right-bold

<div class="evo-icon-30 evo-icon-arrow-right-black"></div>

evo-icon-arrow-right-black

<div class="evo-icon-30 evo-icon-arrow-right-ultra"></div>

evo-icon-arrow-right-ultra

<div class="evo-icon-30 evo-icon-circle-chevron-solid"></div>

evo-icon-circle-chevron-solid

Basic Template

Start with this basic HTML template after you download the CSS & Icons or the Source Code.

It is located in both downloads as 'icons-template.html'.