The Problem:
How to embed a font icon in the theme?
The Solution:
Our themes support Font Awesome
You can use all the icons in the site:http://fontawesome.io/icons
Just choose an icon that you want and copy its code, for example:
<i class="fa fa-facebook-square"></i>
You can display the icons anywhere you want: Widget titles, buttons or in the content.
Note that Font Awesome has built-in options that allow you to do a couple of combinations, click this link to see more examples:
http://fontawesome.io/examples
Good Luck