Use Dashboard Icons in the Frontend

functions.php

/*////////////////////////////////////////////////
 //
 //	Dashicons in front end
 //
 ////////////////////////////////////////////////*/

function load_dashicons_front_end() {
  wp_enqueue_style( 'dashicons' );
}
add_action( 'wp_enqueue_scripts', 'load_dashicons_front_end' );