Icons
Documentation about icon libraries used within template pages and UI components.
Bootstrap Icons
High quality, open source icon library with over 1,500 icons. Include them anyway you like—SVGs, SVG sprite, or web fonts. On this template, we use web fonts method since it's clean and simple.
Font Awesome 5 Cheatsheet
Get vector icons and social logos on your website with Font Awesome, the web's most popular icon set and toolkit.
There are 2 icon styles included in our template, solid and and brands, with each prefix goes with fas
and fab
.
Sizing
Icons in a list
Use fa-ul
and fa-li
to replace default bullets in unordered lists.
- List icons can
- be used to
- replace bullets
- in lists
Rotating icons
To arbitrarily rotate and flip icons, use the fa-rotate-*
and fa-flip-*
classes when you reference an icon.
Animating icons
Use the fa-spin
class to get any icon to rotate, and use fa-pulse
to have it rotate with eight steps. This works especially well with fa-spinner
.
Stacked icons
To stack multiple icons, use the fa-stack
class on the parent HTML element of the 2 icons you want to stack. Then add the fa-stack-1x
class for the regularly sized icon and add the fa-stack-2x
class for the larger icon. fa-inverse
can be added to the icon with the fa-stack-1x
to help with a knock-out looking effect. You can even throw larger icon classes on the parent to get further control of sizing.