Genders Icons in Font Awesome

fas fa-transgender-alt

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

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

Output:

Icon class v5 Unicode
fas fa-genderless &#xf22d;
fas fa-mars &#xf222;
fas fa-mars-double &#xf227;
fas fa-mars-stroke &#xf229;
fas fa-mars-stroke-h &#xf22b;
fas fa-mars-stroke-v &#xf22a;
fas fa-mercury &#xf223;
fas fa-neuter &#xf22c;
fas fa-transgender &#xf224;
fas fa-transgender-alt &#xf225;
fas fa-venus &#xf221;
fas fa-venus-double &#xf226;
fas fa-venus-mars &#xf228;

Comments