--- layout: base title_prefix: Font Awesome Icons ---
             

icon-{{ page.icon['id'] }} · Unicode: {{ page.icon['unicode'] }} · Created: v{{ page.icon['created'] }} · Categories: {% for category in page.icon['categories'] %} {{ category }}{% unless forloop.last %},{% endunless %} {% endfor %} {% if page.icon['aliases'] %} · Aliases: {% for alias in page.icon['aliases'] %} icon-{{ alias }}{% unless forloop.last %},{% endunless %} {% endfor %} {% endif %}

After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

icon-{{ page.icon['id'] }}
{% highlight html %} icon-{{ page.icon['id'] }} {% endhighlight %}
Looking for more? Check out the examples.
{% include ads/carbon-light-vertical.html %}