Add Font Awesome Icons to our Buttons
Font Awesome is a convenient library of icons. These icons are vector graphics, stored in the .svg file format. These icons are treated just like fonts. You can specify their size using pixels, and they will assume the font size of their parent HTML elements.
<i class="fa fa-thumbs-up"><button class="btn btn-block btn-primary">Like</i></button>