Skip to main content
Font Awesome is one of the most popular icon libraries, providing comprehensive coverage for common UI elements, brands, and more.

Installation

Font Awesome icons are included with React Icons:

Import Path

React Icons provides both Font Awesome 5 and Font Awesome 6:
Use fa6 for the latest icons. Font Awesome 6 includes all Font Awesome 5 icons plus additional new icons.

Library Details

Font Awesome 5

Icon Count: 1,612Version: 5.15.4Import: react-icons/faLicense: CC BY 4.0 License

Font Awesome 6

Icon Count: 2,045Version: 6.5.2Import: react-icons/fa6License: CC BY 4.0 License
Project URL: fontawesome.com

Usage Examples

Basic Usage

Icon Variants

Font Awesome provides solid and regular (outline) variants:

Brand Icons

Font Awesome includes hundreds of brand logos:

Common Use Cases

Styling Font Awesome Icons

Size and Color

Animation

Icon Naming Convention

Font Awesome icons follow these naming patterns:
  • Solid icons: Fa[IconName] (e.g., FaHeart, FaStar)
  • Regular icons: FaReg[IconName] (e.g., FaRegHeart, FaRegStar)
  • Brand icons: Fa[BrandName] (e.g., FaFacebook, FaTwitter)

UI Elements

  • FaHome - Home
  • FaUser - User profile
  • FaCog - Settings
  • FaBars - Menu/hamburger
  • FaTimes - Close/X
  • FaChevronDown - Dropdown arrow
  • FaSearch - Search
  • FaBell - Notifications

Actions

  • FaEdit - Edit/pencil
  • FaTrash - Delete
  • FaSave - Save/disk
  • FaDownload - Download
  • FaUpload - Upload
  • FaShare - Share
  • FaPrint - Print
  • FaCopy - Copy

Status

  • FaCheckCircle - Success
  • FaExclamationTriangle - Warning
  • FaInfoCircle - Info
  • FaTimesCircle - Error

Migration from Font Awesome 5 to 6

Simply change the import path:
Most icon names remain the same, but Font Awesome 6 includes:
  • Additional new icons
  • Updated designs for some existing icons
  • Better consistency across the icon set

Resources

Font Awesome Website

Browse the official Font Awesome icon gallery

Search All Icons

Search Font Awesome icons in React Icons preview

License Information

View CC BY 4.0 License details

All Libraries

Explore other icon libraries