Fandom Developers Wiki
Advertisement

FontAwesome gives you scalable vector icons that can instantly be customized — size, color, drop shadow, and anything that can be done with the power of CSS.

Font Awesome licensed under SIL OFL 1.1 · Code licensed under MIT License · Documentation licensed under CC BY 3.0.

Installation

Features

  • One font, 2 025 icons
  • No JavaScript required
  • Infinite scalability
  • Free, as in speech
  • CSS control
  • Perfect on retina displays
  • Plays well with others
  • Desktop friendly
  • Accessibility-minded

Using FontAwesome

Insert a <span> tag with fas, far or fab class. Example:

<span class="fa"></span> <!-- classic -->
<span class="fas"></span> <!-- solid -->
<span class="far"></span> <!-- regular -->
<span class="fab"></span> <!-- brands -->

Insert icon class... List on FontAwesome.com. Example:

<span class="fa fa-user"></span>
<span class="fas fa-user"></span>
<span class="far fa-user"></span>
<span class="fab fa-google"></span>

Styling:

<span class="fas fa-camera" style="font-size:30px;color:green"></span>

Changelog

Version Icons Update Date Updated by
6.4.2 2 025 September 4, 2023 GabZonY
5.15.4 1 608 September 13, 2021 Jose Buelvas
4.7.0 675 May 11, 2017 DarthKitty
4.6.3 634 October 6, 2016 DarthKitty
4.5.0 605 December 14, 2015 Jose Buelvas
4.4.0 585 July 31, 2015 Jose Buelvas
4.3.0 519 February 10, 2015 Jose Buelvas
4.2.0 479 September 4, 2014 Jose Buelvas
4.1.0 439 May 15, 2014 Jose Buelvas
4.0.3 369 May 5, 2014 Jose Buelvas

See also

Text above can be found here (edit)
Advertisement