Marketing Icons in Font Awesome

fas fa-ad

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

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

Output:

Icon class v5 Unicode
fas fa-ad &#xf641;
fas fa-bullhorn &#xf0a1;
fas fa-bullseye &#xf140;
fas fa-comment-dollar &#xf651;
fas fa-comments-dollar &#xf653;
fas fa-envelope-open-text &#xf658;
fas fa-funnel-dollar &#xf662;
fas fa-lightbulb &#xf0eb;
far fa-lightbulb &#xf0eb;
fas fa-mail-bulk &#xf674;
fas fa-poll &#xf681;
fas fa-poll-h &#xf682;
fas fa-search-dollar &#xf688;
fas fa-search-location &#xf689;

Comments