By default, the platform does not have this option. You can use the following CSS code to add Color to BuddyBoss Member List Icons.
Please follow the steps below:
1. Go to BuddyBoss > Theme Options
2. Under Custom Codes, enable CSS
3. Append the following:
.bb-icon-connected,
#buddypress .button-wrap.member-button-wrap .generic-button .friendship-button.not_friends i:before {
color: #009300;
}
.bb-icon-connection-request,
#buddypress .button-wrap.member-button-wrap .generic-button .friendship-button.is_friend i:before {
color: #009dff;
}
4. Save changes.