Charity Icons in Font Awesome

fas fa-dove

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

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

Output:

Icon class v5 Unicode
fas fa-dollar-sign &#xf155;
fas fa-donate &#xf4b9;
fas fa-dove &#xf4ba;
fas fa-gift &#xf06b;
fas fa-globe &#xf0ac;
fas fa-hand-holding-heart &#xf4be;
fas fa-hand-holding-usd &#xf4c0;
fas fa-hands-helping &#xf4c4;
fas fa-handshake &#xf2b5;
far fa-handshake &#xf2b5;
fas fa-heart &#xf004;
far fa-heart &#xf004;
fas fa-leaf &#xf06c;
fas fa-parachute-box &#xf4cd;
fas fa-piggy-bank &#xf4d3;
fas fa-ribbon &#xf4d6;
fas fa-seedling &#xf4d8;

Comments