Font Icons are broken when using Ultimate Members plugin
Since Ultimate Members plugin also uses Ionicon library, it causes conflicts with Madara icons. You will see that all icons change to different ones. You can add this custom code in your child theme functions.php to unload ionicon library
wp_dequeue_style( 'um_fonticons_ii' );