By default, the platform does not have this option. You can use the following CSS code to Align the BuddyPanel icons.
Please follow the steps below:
1. Go to BuddyBoss > Theme Options
2. Under Custom Codes, enable CSS
3. Append the following:
.buddypanel-menu > li > a > i:not(.bb-icon-angle-down) { text-align: center; margin: 0; min-width: 68px; }
CSS
4. Save changes