The simple use-case is to refer to a single icon in its normal size:
<i class="fa fa-camera-retro"></i>
(View result in this fiddle.)
Create an empty tag (it is recommended to use <i>
used for that) and assign class "fa
" and the class corresponding to the desired icon (see list of icons here).