A quick tutorial which describes the proper way of using Font Awesome icons in Bootstrap framework.

Detailed documentation and more examples you can find in our Bootstrap Icons Docs


Basic example

You can place Font Awesome icons just about anywhere using the CSS Prefix fa and the icon's name. Font Awesome is designed to be used with inline elements (we like the <i> tag for brevity, but using a <span> is more semantically correct).

fa-camera-retro

fa-camera-retro large

<i class="fas fa-camera-retro"></i> fa-camera-retro
          

Full list of available icons