Movings Icons in Font Awesome

fas fa-people-carry

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

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

Output:

Icon class v5 Unicode
fas fa-archive &#xf187;
fas fa-box-open &#xf49e;
fas fa-couch &#xf4b8;
fas fa-dolly &#xf472;
fas fa-people-carry &#xf4ce;
fas fa-route &#xf4d7;
fas fa-sign &#xf4d9;
fas fa-suitcase &#xf0f2;
fas fa-tape &#xf4db;
fas fa-truck-loading &#xf4de;
fas fa-truck-moving &#xf4df;
fas fa-wine-glass &#xf4e3;

Comments