Hands Icons in Font Awesome

fas fa-thumbs-up

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

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

Output:

Icon class v5 Unicode
fas fa-allergies &#xf461;
fas fa-fist-raised &#xf6de;
fas fa-hand-holding &#xf4bd;
fas fa-hand-lizard &#xf258;
far fa-hand-lizard &#xf258;
fas fa-hand-middle-finger &#xf806;
fas fa-hand-paper &#xf256;
far fa-hand-paper &#xf256;
fas fa-hand-peace &#xf25b;
far fa-hand-peace &#xf25b;
fas fa-hand-point-down &#xf0a7;
far fa-hand-point-down &#xf0a7;
fas fa-hand-point-left &#xf0a5;
far fa-hand-point-left &#xf0a5;
fas fa-hand-point-right &#xf0a4;
far fa-hand-point-right &#xf0a4;
fas fa-hand-point-up &#xf0a6;
far fa-hand-point-up &#xf0a6;
fas fa-hand-pointer &#xf25a;
far fa-hand-pointer &#xf25a;
fas fa-hand-rock &#xf255;
far fa-hand-rock &#xf255;
fas fa-hand-scissors &#xf257;
far fa-hand-scissors &#xf257;
fas fa-hand-spock &#xf259;
far fa-hand-spock &#xf259;
fas fa-hands &#xf4c2;
fas fa-handshake &#xf2b5;
far fa-handshake &#xf2b5;
fas fa-thumbs-down &#xf165;
far fa-thumbs-down &#xf165;
fas fa-thumbs-up &#xf164;
far fa-thumbs-up &#xf164;

Comments