Questions tagged [font-awesome]

Font Awesome is an iconic standalone vector font, initially developed for use with the Twitter Bootstrap front-end framework.

Font Awesome is an iconic font purely built using scalable vector graphics, so it provides clear, smooth and scalable icons for use in different browsers and on different devices.

Font Awesome is currently on version 5.15.

You can check the new icons added here

Previous Versions:

  • v4.x.x
  • v3.x.x (These docs are for v3.2.1, which is no longer officially supported)

Version 4.1 was the first Font Awesome version that drops support of IE7 entirely, so you should not upgrade to it or any later version if your application must support IE7 browser.

Current version provides 7,865 font-icons

You can subset font-awesome using either icnfnt or fontello to create specific icon sets rather than downloading the entire family of icons.

It is free for commercial use and licensed under the SIL Open Font License 1.1.

CDN

Font awesome is available as a hosted file on content delivery networks, eg BootstrapCDN and Cloudflare CDN.

Stack Overflow Snippet Quick Start v5.15.2

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" />

Syntax, v5.x.x (documentation):

fa[x] fa-[name]

Where:

  • [x] is a prefix used for style group types (ex: fab- where b stands for brand)
  • [name] is the name of the icon (icon list).

For example:

<i class="fas fa-camera"></i> <!-- this icon's 1) style prefix == fas and 2) icon name == camera -->
<i class="fas fa-camera"></i> <!-- using an <i> element to reference the icon -->
<span class="fas fa-camera"></span> <!-- using a <span> element to reference the icon -->

Stack Overflow Snippet Quick Start v4.7.0

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">

Syntax, v4.x.x (documentation):

fa fa-[name]-[shape]-[o]-[direction]

Where:

  • [name] is the name of the icon (icon list).
  • [shape] is the optional shape of the icon's background: either circle or square.
  • [o] is the optional outlined version of the icon.
  • [direction] is the direction in which certain icons point (arrows, etc.).

For example:

<i class="fa fa-cogs"></i>
<i class="fa fa-bookmark-o"></i>
<i class="fa fa-facebook-square"></i>
<i class="fa fa-arrow-left"></i>

As Font Awesome icons are font-based we can then apply our own styling on top:

i.fa {
    color: purple;
    font-size: 64px;
    padding: 5px 10px;
}

CSS-applied Example

5577 questions
52
votes
1 answer

Why does font-awesome recommend using elements instead of elements? Is one preferable for a concrete reason?

If you review the examples for font-awesome, you will see that they consistently use the i element. I would have thought that the span element would be a more appropriate choice, since the i element was intended to modify a "span of text.", but…
Josh
  • 7,232
  • 8
  • 48
  • 75
52
votes
9 answers

Using Icon Fonts as Markers in Google Maps V3

I was wondering whether it is possible to use icon font icons (e.g. Font Awesome) as markers in Google Maps V3 to replace the default marker. To show/insert them in a HTML or PHP document the code for the marker would be:
gfaw
  • 715
  • 1
  • 7
  • 10
52
votes
4 answers

Add image in title bar

How do I add image in title bar? I have title- "Webnet" Merging it with a FontAwesome Glyphicon's icon images as- <i class="icon-user icon-black"></i>Webnet And I tried it replacing with image source- <img…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/css" class="post-tag grid--cell" title="show questions tagged 'css'" rel="tag">css</a> <a href="../../questions/tagged/favicon" class="post-tag grid--cell" title="show questions tagged 'favicon'" rel="tag">favicon</a> <a href="../../questions/tagged/font-awesome" class="post-tag grid--cell" title="show questions tagged 'font-awesome'" rel="tag">font-awesome</a> <a href="../../questions/tagged/glyphicons" class="post-tag grid--cell" title="show questions tagged 'glyphicons'" rel="tag">glyphicons</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 03 '13 at 12:08">asked Apr 03 '13 at 12:08</time> <a href="../../users/1982631/manoz" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1982631.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Manoz" /> </a> <div class="s-user-card--info"> <a href="../../users/1982631/manoz" class="s-user-card--link">Manoz</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">6,507</li> <li class="s-award-bling s-award-bling__gold" title="13 gold badges">13</li> <li class="s-award-bling s-award-bling__silver" title="68 silver badges">68</li> <li class="s-award-bling s-award-bling__bronze" title="114 bronze badges">114</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-52455614"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>50</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>5</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/52455614/install-font-awesome-5-with-npm" class="question-hyperlink">Install Font Awesome 5 with NPM</a></h3> <div class="excerpt">I am working with Angular(6) application, and I am trying to use FA icons, and drop-down with no luck. I am successfully using FA(4) icons, like: <i class="fa fa-align-justify"></i> But <i class="fas fa-align-justify"></i> is not working. I am…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/angular" class="post-tag grid--cell" title="show questions tagged 'angular'" rel="tag">angular</a> <a href="../../questions/tagged/font-awesome" class="post-tag grid--cell" title="show questions tagged 'font-awesome'" rel="tag">font-awesome</a> <a href="../../questions/tagged/font-awesome-5" class="post-tag grid--cell" title="show questions tagged 'font-awesome-5'" rel="tag">font-awesome-5</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Sep 22 '18 at 10:07">asked Sep 22 '18 at 10:07</time> <a href="../../users/1310853/e-meir" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1310853.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="E.Meir" /> </a> <div class="s-user-card--info"> <a href="../../users/1310853/e-meir" class="s-user-card--link">E.Meir</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">2,146</li> <li class="s-award-bling s-award-bling__gold" title="7 gold badges">7</li> <li class="s-award-bling s-award-bling__silver" title="34 silver badges">34</li> <li class="s-award-bling s-award-bling__bronze" title="52 bronze badges">52</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-25534068"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>50</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>7</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/25534068/using-numbers-with-font-awesome" class="question-hyperlink">Using Numbers With Font Awesome</a></h3> <div class="excerpt">I want to use numbers to list steps in a process. I was curious about how to do this with Font Awesome. I'd like to use circles with a 1, 2, 3... in it. Is this possible? Will Font Awesome be adding numbers to the list of icons? Thanks! </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/css" class="post-tag grid--cell" title="show questions tagged 'css'" rel="tag">css</a> <a href="../../questions/tagged/font-awesome" class="post-tag grid--cell" title="show questions tagged 'font-awesome'" rel="tag">font-awesome</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 27 '14 at 18:00">asked Aug 27 '14 at 18:00</time> <a href="../../users/2411258/rschonhoff" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2411258.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="rschonhoff" /> </a> <div class="s-user-card--info"> <a href="../../users/2411258/rschonhoff" class="s-user-card--link">rschonhoff</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">501</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="4 silver badge">4</li> <li class="s-award-bling s-award-bling__bronze" title="5 bronze badge">5</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-47566743"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>47</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>5</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/47566743/to-allow-any-element-add-no-errors-schema-to-the-ngmodule-schemas-of-this-comp" class="question-hyperlink">To allow any element add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. in Angular 4</a></h3> <div class="excerpt">I created a new project with angular-cli (ng new my-project-name) When I run npm run test it run without any failures. I added font-awsome module(https://www.npmjs.com/package/angular-font-awesome) in my project to display font icons. In my html…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/angular" class="post-tag grid--cell" title="show questions tagged 'angular'" rel="tag">angular</a> <a href="../../questions/tagged/typescript" class="post-tag grid--cell" title="show questions tagged 'typescript'" rel="tag">typescript</a> <a href="../../questions/tagged/font-awesome" class="post-tag grid--cell" title="show questions tagged 'font-awesome'" rel="tag">font-awesome</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Nov 30 '17 at 05:54">asked Nov 30 '17 at 05:54</time> <a href="../../users/5035489/harsha-vardhan-putrevu" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/5035489.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Harsha Vardhan Putrevu" /> </a> <div class="s-user-card--info"> <a href="../../users/5035489/harsha-vardhan-putrevu" class="s-user-card--link">Harsha Vardhan Putrevu</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">507</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="5 silver badge">5</li> <li class="s-award-bling s-award-bling__bronze" title="13 bronze badge">13</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-43768629"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>47</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>8</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/43768629/how-to-scale-large-font-awesome-icons-from-the-react-icons-package" class="question-hyperlink">how to scale (large) font-awesome icons from the react-icons package</a></h3> <div class="excerpt">I am using the marvelouse react-icons package (http://gorangajic.github.io/react-icons/fa.html), specifically the font awesome package. If this was not react, then I would just add an attribute to the tag, such as: <i class="fa fa-camera-retro…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/reactjs" class="post-tag grid--cell" title="show questions tagged 'reactjs'" rel="tag">reactjs</a> <a href="../../questions/tagged/font-awesome" class="post-tag grid--cell" title="show questions tagged 'font-awesome'" rel="tag">font-awesome</a> <a href="../../questions/tagged/react-bootstrap" class="post-tag grid--cell" title="show questions tagged 'react-bootstrap'" rel="tag">react-bootstrap</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked May 03 '17 at 19:39">asked May 03 '17 at 19:39</time> <a href="../../users/959460/dr-ysg" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/959460.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Dr.YSG" /> </a> <div class="s-user-card--info"> <a href="../../users/959460/dr-ysg" class="s-user-card--link">Dr.YSG</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">7,171</li> <li class="s-award-bling s-award-bling__gold" title="22 gold badges">22</li> <li class="s-award-bling s-award-bling__silver" title="81 silver badges">81</li> <li class="s-award-bling s-award-bling__bronze" title="139 bronze badges">139</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-13335544"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>47</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>6</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/13335544/how-to-alias-class-name-in-css-or-sass" class="question-hyperlink">how to alias class name in css or sass</a></h3> <div class="excerpt">Can I create an alias to a css class? I am using this font-awesome and I am trying to create an alias name for some of the icon classes. So that .icon-globe will also called .globe. How can I accomplish such thing? </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/css" class="post-tag grid--cell" title="show questions tagged 'css'" rel="tag">css</a> <a href="../../questions/tagged/sass" class="post-tag grid--cell" title="show questions tagged 'sass'" rel="tag">sass</a> <a href="../../questions/tagged/font-awesome" class="post-tag grid--cell" title="show questions tagged 'font-awesome'" rel="tag">font-awesome</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Nov 11 '12 at 21:18">asked Nov 11 '12 at 21:18</time> <a href="../../users/1544396/bymannan" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1544396.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="bymannan" /> </a> <div class="s-user-card--info"> <a href="../../users/1544396/bymannan" class="s-user-card--link">bymannan</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,353</li> <li class="s-award-bling s-award-bling__gold" title="2 gold badges">2</li> <li class="s-award-bling s-award-bling__silver" title="13 silver badges">13</li> <li class="s-award-bling s-award-bling__bronze" title="23 bronze badges">23</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-49913423"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>46</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>4</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/49913423/why-font-awesome-icon-class-is-different" class="question-hyperlink">Why Font-Awesome icon class is different</a></h3> <div class="excerpt">Why fontawesome icon class is different <script defer src="https://use.fontawesome.com/releases/v5.0.10/js/all.js" integrity="sha384-slN8GvtUJGnv6ca26v8EzVaR9DC58QEwsIk9q1QXdCU8Yu8ck/tL/5szYlBbqmS+" crossorigin="anonymous"></script> <link…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/icons" class="post-tag grid--cell" title="show questions tagged 'icons'" rel="tag">icons</a> <a href="../../questions/tagged/font-awesome" class="post-tag grid--cell" title="show questions tagged 'font-awesome'" rel="tag">font-awesome</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 19 '18 at 05:34">asked Apr 19 '18 at 05:34</time> <a href="../../users/9189478/pranta-saha" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/9189478.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Pranta Saha" /> </a> <div class="s-user-card--info"> <a href="../../users/9189478/pranta-saha" class="s-user-card--link">Pranta Saha</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">711</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="8 silver badge">8</li> <li class="s-award-bling s-award-bling__bronze" title="12 bronze badge">12</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-26125030"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>46</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>7</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/26125030/font-awesome-icons-not-showing-in-chrome-a-maxcdn-related-cross-origin-resourc" class="question-hyperlink">Font Awesome icons not showing in Chrome, a MaxCDN related Cross-Origin Resource Sharing policy issue</a></h3> <div class="excerpt">just noticed on several websites that the font awesome icons aren's showing in Google Chrome. The console shows the following error: Font from origin 'http://cdn.keywest.life' has been blocked from loading by Cross-Origin Resource Sharing…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/google-chrome" class="post-tag grid--cell" title="show questions tagged 'google-chrome'" rel="tag">google-chrome</a> <a href="../../questions/tagged/cdn" class="post-tag grid--cell" title="show questions tagged 'cdn'" rel="tag">cdn</a> <a href="../../questions/tagged/font-awesome" class="post-tag grid--cell" title="show questions tagged 'font-awesome'" rel="tag">font-awesome</a> <a href="../../questions/tagged/access-control" class="post-tag grid--cell" title="show questions tagged 'access-control'" rel="tag">access-control</a> <a href="../../questions/tagged/cross-domain-policy" class="post-tag grid--cell" title="show questions tagged 'cross-domain-policy'" rel="tag">cross-domain-policy</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Sep 30 '14 at 15:51">asked Sep 30 '14 at 15:51</time> <a href="../../users/1951635/yatko" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1951635.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Yatko" /> </a> <div class="s-user-card--info"> <a href="../../users/1951635/yatko" class="s-user-card--link">Yatko</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">8,715</li> <li class="s-award-bling s-award-bling__gold" title="9 gold badges">9</li> <li class="s-award-bling s-award-bling__silver" title="40 silver badges">40</li> <li class="s-award-bling s-award-bling__bronze" title="46 bronze badges">46</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-25770590"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>46</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/25770590/change-color-when-hover-a-font-awesome-icon" class="question-hyperlink">Change color when hover a font awesome icon?</a></h3> <div class="excerpt">Base in the Font Awesome documentation I create this icon: <span class="fa-stack fa-5x"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-flag fa-stack-1x fa-inverse"></i> </span> This code create this html: <span class="fa-stack…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/font-awesome" class="post-tag grid--cell" title="show questions tagged 'font-awesome'" rel="tag">font-awesome</a> <a href="../../questions/tagged/font-awesome-4" class="post-tag grid--cell" title="show questions tagged 'font-awesome-4'" rel="tag">font-awesome-4</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Sep 10 '14 at 16:28">asked Sep 10 '14 at 16:28</time> <a href="../../users/1121218/jpashs" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1121218.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="JPashs" /> </a> <div class="s-user-card--info"> <a href="../../users/1121218/jpashs" class="s-user-card--link">JPashs</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">13,044</li> <li class="s-award-bling s-award-bling__gold" title="10 gold badges">10</li> <li class="s-award-bling s-award-bling__silver" title="42 silver badges">42</li> <li class="s-award-bling s-award-bling__bronze" title="65 bronze badges">65</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-24617821"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>45</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>5</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/24617821/stop-angular-animation-from-happening-on-ng-show-ng-hide" class="question-hyperlink">Stop Angular Animation from happening on ng-show / ng-hide</a></h3> <div class="excerpt">In my AngularJS application I'm using fontawesome for my loading spinners: <i class="fa fa-spin fa-spinner" ng-show="loading"></i> I'm also using AngularToaster for notification messages which has a dependency on ngAnimate. When I include…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/angularjs" class="post-tag grid--cell" title="show questions tagged 'angularjs'" rel="tag">angularjs</a> <a href="../../questions/tagged/animation" class="post-tag grid--cell" title="show questions tagged 'animation'" rel="tag">animation</a> <a href="../../questions/tagged/font-awesome" class="post-tag grid--cell" title="show questions tagged 'font-awesome'" rel="tag">font-awesome</a> <a href="../../questions/tagged/angularjs-animation" class="post-tag grid--cell" title="show questions tagged 'angularjs-animation'" rel="tag">angularjs-animation</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jul 07 '14 at 18:55">asked Jul 07 '14 at 18:55</time> <a href="../../users/1398981/chris-lees" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1398981.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Chris Lees" /> </a> <div class="s-user-card--info"> <a href="../../users/1398981/chris-lees" class="s-user-card--link">Chris Lees</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">2,140</li> <li class="s-award-bling s-award-bling__gold" title="3 gold badges">3</li> <li class="s-award-bling s-award-bling__silver" title="21 silver badges">21</li> <li class="s-award-bling s-award-bling__bronze" title="41 bronze badges">41</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-31992235"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>44</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>5</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/31992235/how-do-i-decrease-the-size-of-a-font-awesome-icon" class="question-hyperlink">How do I decrease the size of a font-awesome icon?</a></h3> <div class="excerpt">What is the best way to decrease the size of a font awesome icon. There is a fa-3x, etc... to increase the size. Is there a class to decrease the size? </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/font-awesome" class="post-tag grid--cell" title="show questions tagged 'font-awesome'" rel="tag">font-awesome</a> <a href="../../questions/tagged/font-awesome-4" class="post-tag grid--cell" title="show questions tagged 'font-awesome-4'" rel="tag">font-awesome-4</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 13 '15 at 15:14">asked Aug 13 '15 at 15:14</time> <a href="../../users/2215624/michael-jdi" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2215624.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Michael JDI" /> </a> <div class="s-user-card--info"> <a href="../../users/2215624/michael-jdi" class="s-user-card--link">Michael JDI</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,241</li> <li class="s-award-bling s-award-bling__gold" title="5 gold badges">5</li> <li class="s-award-bling s-award-bling__silver" title="18 silver badges">18</li> <li class="s-award-bling s-award-bling__bronze" title="30 bronze badges">30</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-19502835"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>43</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>6</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/19502835/is-it-possible-to-change-between-two-fontawesome-icons-on-hover" class="question-hyperlink">Is it possible to change between two fontawesome icons on hover?</a></h3> <div class="excerpt">I have an anchor tag with a font-awesome icon as follows <a href="#" class="lock"><i class="icon-unlock"></i></a> Is it possible to change to icon on hover to a different icon? my CSS .lock:hover{color:red} Aside from the icon turning red I'd also…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/css" class="post-tag grid--cell" title="show questions tagged 'css'" rel="tag">css</a> <a href="../../questions/tagged/font-awesome" class="post-tag grid--cell" title="show questions tagged 'font-awesome'" rel="tag">font-awesome</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 21 '13 at 19:16">asked Oct 21 '13 at 19:16</time> <a href="../../users/522768/baconjuice" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/522768.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="BaconJuice" /> </a> <div class="s-user-card--info"> <a href="../../users/522768/baconjuice" class="s-user-card--link">BaconJuice</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">3,739</li> <li class="s-award-bling s-award-bling__gold" title="13 gold badges">13</li> <li class="s-award-bling s-award-bling__silver" title="56 silver badges">56</li> <li class="s-award-bling s-award-bling__bronze" title="88 bronze badges">88</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-52687229"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>42</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>5</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/52687229/font-awesome-5-use-social-brand-icons-in-react" class="question-hyperlink">Font Awesome 5 use social/brand icons in React</a></h3> <div class="excerpt">The Font Awesome documentation shows only how to add regular/solid fonts to React. How about social icons? First I grabbed the packages: npm i --save @fortawesome/fontawesome-svg-core \ npm i --save @fortawesome/free-brands-svg-icons \ npm i…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/reactjs" class="post-tag grid--cell" title="show questions tagged 'reactjs'" rel="tag">reactjs</a> <a href="../../questions/tagged/font-awesome" class="post-tag grid--cell" title="show questions tagged 'font-awesome'" rel="tag">font-awesome</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 07 '18 at 09:38">asked Oct 07 '18 at 09:38</time> <a href="../../users/3950039/cyberj" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3950039.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="CyberJ" /> </a> <div class="s-user-card--info"> <a href="../../users/3950039/cyberj" class="s-user-card--link">CyberJ</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,018</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="11 silver badge">11</li> <li class="s-award-bling s-award-bling__bronze" title="24 bronze badge">24</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/font-awesome_page=4" rel="prev" title="Go to page 4">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/font-awesome_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/font-awesome_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/font-awesome_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item s-pagination--item__clear">…</div> <a class="s-pagination--item" href="../../questions/tagged/font-awesome_page=99" rel="" title="Go to page 99">99</a> <a class="s-pagination--item" href="../../questions/tagged/font-awesome_page=100" rel="" title="Go to page 100">100</a> <a class="s-pagination--item" href="../../questions/tagged/font-awesome_page=6" rel="next" title="Go to page 6"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>