Font Icons
Example HTML for Font Awesome Icon
<i class="fa fa-plus"></i>Example HTML for a Glyphicon
<i class="glyphicon glyphicon-refresh"></i>Custom Font Icon Sets
Boxicons Example
<i class="bx bx-align-left"></i>/* .bx */
.fa {
font-family: boxicons !important;
font-weight: 400;
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
display: inline-block;
text-transform: none;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* .bx-align-left */
.fa-align-left:before {
content: "\e9a8";
}
/* .bx-cart */
.fa-shopping-cart:before {
content: "\ea36";
}
/* .bx-user */
.fa-user:before {
content: "\ec63";
}
/* etc. */Last updated
Was this helpful?