When developing your custom child theme, you may want to use icons from the theme’s included icon font family. You can reference our official font cheatsheet to see a list of all BuddyBoss icons included in the theme.
Using a Font Icon
To use a font icon in HTML, you can add the following code:
<i class="bb-icon-activity"></i>
Replacing “bb-icon-activity” with the correct name from the font cheatsheet.