--- layout: base title_suffix: Font Awesome Icons relative_path: ../../ ---
             

fa-{{ 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 %} {% assign icon_alias_count = page.icon.aliases | size %} {% if icon_alias_count > 0 %} · Aliases: {% for alias in page.icon.aliases %} fa-{{ 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:

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