Education Icons in Font Awesome

fas fa-user-graduate

<!-- version v5 -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css">

<i class='fas fa-user-graduate	'></ i>
<i class='fas fa-user-graduate	' style='font-size:24px'></i>
<i class='fas fa-user-graduate	' style='font-size:36px'></i>
<i class='fas fa-user-graduate	' style='font-size:48px;color:#d29a18'></i>

Output:

Icon class v5 Unicode
fas fa-apple-alt &#xf5d1;
fas fa-atom &#xf5d2;
fas fa-award &#xf559;
fas fa-bell &#xf0f3;
far fa-bell &#xf0f3;
fas fa-bell-slash &#xf1f6;
far fa-bell-slash &#xf1f6;
fas fa-book-open &#xf518;
fas fa-book-reader &#xf5da;
fas fa-chalkboard &#xf51b;
fas fa-chalkboard-teacher &#xf51c;
fas fa-graduation-cap &#xf19d;
fas fa-laptop-code &#xf5fc;
fas fa-microscope &#xf610;
fas fa-music &#xf001;
fas fa-school &#xf549;
fas fa-shapes &#xf61f;
fas fa-theater-masks &#xf630;
fas fa-user-graduate &#xf501;

Comments