• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Help page.
    Found a dead link? Use the report button!
  • Information: Safety & Support
    Resources here are generally safe, but false positives may occur on Virustotal due to certain coding techniques. Exercise caution and test before use.
    Consider buying licenses to support developers. Your security is our priority.
Font Awesome Pro - icon library + toolkit

Font Awesome Pro - icon library + toolkit 2025-10-03

7.1.0​

Released September 30th, 2025

Added​

  • New Pro+ icon pack: Utility!

    • The new pack offers a curated set of the 200 most commonly used icons for app and website design. Available with a Pro+ subscription.
    • Now available in 3 families: Utility, Utility Duo, and Utility Fill.
  • We added some new icons, including:
    • the tor-browser logo,
    • a compelling newpump-impeller icon,
    • a gnarly new hand-shaka icon,
    • a weighty new kettlebell icon,
    • a mercurial new foot-wing icon,
    • a collared new chemex icon,
    • and an im-press-ive new aeropress icon.

Fixed​

  • Fixed a number of icon-related issues:
    • Removed some errant vertices in the Light style of our certificate icon.
    • Re-filled the heads of the people in Solid and Duotone styles of our screen-users icon.
    • Actually unlocked the lock of our school-unlock icon in Duotone Solid and Sharp Duotone Solid.

Changed​

  • Reverted our caret icons back to smaller Version 6 proportions, and added new caret-large icons.

7.0.1​

Released September 4th, 2025

Added​

  • Introduces CSS custom property --fa-width for standardized width management in stacked icons.
  • We added some new icons, including:
    • a juicy new lychee icon,
    • a fancy new envelope-ribbon icon,
    • a neighborly new mailbox-open-empty icon,
    • a freshly delivered mailbox-open-letter icon,
    • a chunky new tank-recovery icon,
    • a zappy new transducer icon,
    • and a nosy new box-magnifying-glass icon.

Fixed​

  • Fixes a Regular Expression that caused errors in older versions of Safari when using SVG JavaScript pseudo-elements.
  • Fixes content alternative (when using the content: var(--fa) CSS attribute) with Safari 14.1 specifically (and maybe others) by adding @supports to target browsers that support it.
  • Fixes a Windows font family grouping problem when using OTF Desktop files.
  • Fixes style-only (no family specified) icon CSS classes not rendering icons when using dom.watch().
  • Fixed a number of icon-related issues:
    • Fixed issue with where our beta and rectangle-high-dynamic-range icons were missing some Duotone fills.
    • Fixed a missing cutout in the Solid styles of our screwdriver-wrench icons.
    • Our new stadium icon in Sharp Solid was showing the wrong style.
    • Our pencil, pencil-line, and motorcycle icons had the wrong fills in some Duotone styles.
    • The cheese-swiss icon had a few too many holes glitches.
    • Fixed our Duotone mango icon.
    • Fixed issues with our box-arrow-down-magnifying-glass and box-arrow-down-arrow-up icons.
    • Removed extra bars in our signal-weak icon.
    • Fixed a missing fill in the Regular style of our dot-circle icon.
    • Fixed issues with envelope-open-dollar, filter-circle-dollar, and filter-circle-xmark.

Changed​

  • Solved the case of the shriking checkmarks and adjusted the sizing and legibility of all of our icons that contain a check.
  • Took a similar approach and tweaked the design of our exclamation icons.
  • Updated the design of our stretcher icon to look more like a stretcher.
  • Adjusted the design of our peruvian-soles icons to remove the outdated dot.
  • Remapped the design of our oil-temperature icon to a new water-temperature and redesigned the original.

7.0.0​

Released July 22, 2025

Added​

  • Introducing Font Awesome 7!

    • The next version of the internet's favorite icon library and toolkit has arrived. It includes more icons, improved performance, and new ways to make your designs look amazing.
    • Redesigned core icons. We've refined the majority of our core icons with more consistent key shapes.
    • 300+ new icons. This first release of Font Awesome 7 delivers a large batch of fresh icons, with more coming soon.
  • New Pro+ icon packs!

    • Each pack offers a curated set of the 200 most commonly used icons for app and website design. Available with a Pro+ subscription.
    • Now available: Chisel, Etch, Jelly, Notdog, Slab, Thumbprint, and Whiteboard.
    • Additional icon packs are on the way.
  • Icon Wizard improvements!

    • A wizard is never late, nor is he early, he arrives precisely when he means to.
    • Now includes over 40 modifiers.
    • Option to place modifiers in the bottom-right or bottom-left corner.
    • Turn any modified icon into a Duotone icon.

Changed​

  • Design improvements to the majority of our core icons.
  • Massive improvements to SVG/JS pseudo-elements performance.
  • Significantly smaller webfonts due to higher Brotli compression, a switch to CFF and various other optimizations.
  • Smaller CSS files by using custom properties and optimizing the files for better compression.
  • Upgraded to Dart Sass with modern SCSS and improved CSS properties.
  • Improved naming and consistency of CSS custom properties.
  • Use of CSS Logical Properties to support RTL languages and diverse writing modes.
  • Icon canvases now render at a consistent fixed width. To use the default rendering from v6, add our new fa-width-auto class.
  • We've added mapping support for renamed CSS custom properties and SCSS variables to help existing projects using FA5 or FA6 work seamlessly with FA7.
  • We have changed how our individual SVG files are formatted in FA7:
    • No longer include a global stylesheet
    • path elements no longer have classes on them
    • They default to fill=currentColor
    • Duotone path color and opacity can be set using --fa-primary-opacity, --fa-primary-color, etc.
  • We removed some redundant icon designs, and remapped them as aliases:
    • user-large[-slash] → user[-slash]
    • hexagon-vertical-nft-slanted → hexagon-vertical-nft
    • headphones-simple → headphones
    • toilet-paper-blank[-under] → toilet-paper[-under]
    • vector-[shape] → draw-[shape]
    • film-simple → film
    • grid-horizontal → grip
    • handshake-simple[-slash] → handshake[-slash]
  • If you have custom CSS that selects the .fa-primary or .fa-secondary classes on SVG path elements, they'll no longer be present in FA7. Use the CSS custom properties to set opacity and color.
  • Changed SVG stringification on the Kits CDN. Most importantly, duotone icons must now be parsed based on the presence of an opacity attribute with a value less than 1, rather than relying on earlier structural patterns.
  • We are no longer including legacy .ttf or .woff webfonts. If your project depends on those files, please update to use the .woff2 format, which is now the standard for webfont delivery.
  • We removed the sr-only classes, as Font Awesome's built-in accessibility doesn't use this approach anymore. If you were using them in your code, make sure you add sr-only styles to your own stylesheet.
  • We removed the fa-fw class, as it is no longer needed with the new default fixed-width rendering. If you were using it, you can now use the new fa-width-auto class to revert to the previous behavior.
  • We have removed support for Less CSS in FA7. If your project uses Less, we recommend migrating to Sass, using our precompiled CSS, or continuing with Font Awesome 6.
  • We have dropped support for our official Python Django plugin. If you were using it, you can either continue with Font Awesome 6 or switch to a self-hosted Kit or our standard CSS.
  • We have ended support for the official Ruby on Rails Gem. Projects using it can continue with Font Awesome 6 or migrate to using a Web Fonts-based Kit or a self-hosted Kit.
  • Our official Vue component now supports Vue 3+ only. Compatibility with Vue 2 or earlier is no longer guaranteed in FA7.
  • The React component no longer supports dynamic imports. If you were importing icons dynamically, you'll need to update your syntax to use static imports for compatibility with FA7.

Fixed​

  • Improved support for screen readers and assistive technologies.
  • Updated accessibility documentation and guidance to align with current best practices.
  • Downloaded SVGs now default to a square viewbox, with an option to download a trimmed version.
  • Since SVG icons now get a currentColor fill, icons that were previously black might now get a different color. For example, an SVG inside a div with blue text will now become blue instead of the default path color of black.
  • We dropped the --fa--fa for Duotone which we briefly introduced for FA6. You can now trigger the second layer of a Duotone icon by ligatures (just repeat the Unicode value) or enabling a stylistic set (font-feature-settings: "ss01").

6.7.2​

Released December 16, 2024

Fixed​

  • Fixed minification bug that caused problems with libraries like jQuery and older Safari versions
  • Updated the Library.add() TypeScript definition to be more typey and scrippy
  • Missed a hard-coded "fa" in the SCSS assets which caused issues showing version 4 icons
  • Don't define --fa--fa in free distribution since that's specifically for Duotone icons

6.7.1​

Released October 19, 2024

Added​

Changed​

  • Flipped the direction of the hydra to match our other animals

Fixed​

  • Removed alternative text from content CSS properties to fix Safari < v17.4
  • Made sure the new CSS logo is in Font Awesome Free
  • Adjusted the optical size of the Bluesky logo
  • Optimized the line-weight of the Laravel logo
  • Sharpened the wheels in the new Sharp Duotone carpool icon

6.6.0​

Released July 15, 2024

Added​

  • We needed an icon to represent a component, so put a ring on it with our new diamonds-4 icon
  • It took a whole lot of routers, but we finally fully connected the world with a globe-wifi icon
  • In the immortal words of Captain America, Hail Hydra
  • Speaking of immortal, we've just added a certain bearded deity with our user-beard-bolt icon
  • You can never have enough cephalopods! Our squid icon is joined by an octopus icon
  • Flitted in with a brand icon for Flutter
  • Threw a bullseye with a brand icon for Dart

Changed​

Fixed​

  • Fixed --fa-font-solid, --fa-font-regular, --fa-font-light, --fa-font-thin CSS Custom properties to have correct family names: Font Awesome 6 Pro in SVG-specific CSS.
  • Fixed a bug in the duotone version of the file-slash icon

6.5.2​

Released April 1, 2024

Added​

  • Finally added the new Bluesky brand icon

Changed​

  • Updated the Upwork brand icon

Fixed​

  • Fixed an issue where calendar-lines in Sharp Regular wasn't actually sharp
  • Filled in some missing icons in the arrow-to/from-bracket icon series
  • Update the TypeScript definition for Library.add() to allow an array of icon defintions
  • Animation CSS custom property --fa-rotate-by now has a correct default value of 0
  • Fixed some Less variable issues with --fa-bounce

6.5.1​

Released November 30, 2023

Changed​

Fixed​

  • Updated some brand icons that were accidentally marked as Pro-only

6.5.0​

Released November 7, 2023

Added​

  • Icon upload now supports Duotone Icons!
  • Our dinosaur icon was lonely, so we added a T-Rex icon to keep it company.
  • Went back to the future, and added our version 4 spinner icon.
  • Collected a number of new file-type icons.

Changed​

  • Simplified the "fire" icon modifier in a number of our icons.

Fixed​

  • Updated all of our "square" brand icons to use a consistent corner radius.
  • Fixed an issue with a number of our icons that had self-intersecting vector paths, making them more compatible with the Icon Wizard.

6.4.2​

Released August 1, 2023

Added​

  • Dug up a new, commissioned, raccoon icon.
  • Pointed to a selection of new arrow-*-to-*-arc and arrow-*-from-*-arc icons.
  • Added the Debian brand icon.

Changed​

  • Updated the Ubuntu brand icon.
  • Added "types" to the package.json exports for TypeScript defintions in JS packages.

Fixed​

  • Fixed issue with the regular styles of the clone and copy icons.
  • Fixed an issue where the "heart" in the hand-holding-heart and other "hand/heart" icons where too heavy in the Thin style.
  • Fixed a warning in Edge browser using createElementNS for svg elements.

6.4.0​

Released March 21, 2023

Added​

  • Reduced, reused, and recycled a new jug-bottle icon.
  • Rounded up a new sponsored grid-round icon and variants.
  • Exchanged a new sponsored chf-sign icon.

Changed​

  • Minor adjustments to all icons in the Classic Light, Classic Thin, and Duotone styles for consistency and clarity.
  • Swapped the placement of the laptop and file in the laptop-file icon.
  • Made our rugby-ball icon look more like a rugby ball.

Fixed​

  • Fixed a regression in 6.3.0 where a number of icons weren't centered properly in their viewboxes.
  • Adjusted the copy icon to be consistent across all styles.
  • Fixed image-landscape in the Sharp Solid style to make it, you know, actually sharp.
  • Fixed an issue with the interior shape of our "virus" icons.
  • Fixed fill state of the regular narwhal icon.
  • Fixed duotone of our gear icon.
  • Fixed misalignment of the thumbs-down icon in duotone and light.
  • Fixed an issue where ligature in OTF files weren't working properly for the plus and ampersand icons.
Top