Font Icons

There are three different types of icons included in this theme. In this page we gave an option for maximizing the size of a font and upon a click, the font gets copied to the clipboard and can be pasted anywhere. We can see the demo for this in the page. Font Icons of this Template.

1) Font Awesome Icons :

It has the following Structure:

<a href="#">
  <i class="fa fa-phone"></i>
</a>

Icons Size - determines the size of icons, can take such values: fa-lg, fa-2x, fa-3x, fa-4x and fa-5x

<a href="#">
  <i class="fa fa-phone fa-lg"></i>
</a>

Stacked icons - It stacks the multiple icons. we can also control the size of the icons using the parameters : fa-stack-1x fa-stack-2x.

<span class="fa-stack fa-lg">
 <i class="fa fa-circle fa-stack-2x text-info"></i>
   <i class="fa fa-home fa-stack-2x fa-inverse"></i>
</span>

2) Glyphicons

It has the following Structure:

<span class="glyphicon glyphicon-adjust"></span>

We can import our desired icon just by replacing glyphicon-adjust in the above code with the icon we want.

3) Simple Line Icons

It has the following Structure:

<i class="icon-user icons"></i>

We can import our desired icon just by replacingicon-userin the above code with the icon we want.

results matching ""

    No results matching ""