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
- Added a square version of the Bluesky logo. Follow us on Bluesky here..
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
- Fixed a glitch in the Sharp styles of the square-parking icon
- Sharpened the wheels in the new Sharp Duotone carpool icon
6.6.0
Released July 15, 2024
Added
- Introducing Font Awesome Sharp Duotone!
- 3,000+ icons in a brand-new duotone style: Sharp Duotone
- Sharp Solid, Sharp Regular, Sharp Light, Sharp Thin are already available for use.
- Icons are all built on the same 16px grid as existing Font Awesome Classic icons.
- 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
- We had the great idea to include a lightbulb-message icon
- Our thumbtack icon was lonely, so we added its counterpart, thumbtack-slash
- In our last release, we locked some table-related icons, this time, we unlocked them: table-cells-unlock, table-cells-column-unlock, and table-cells-row-unlock
- Flitted in with a brand icon for Flutter
- Threw a bullseye with a brand icon for Dart
Changed
- We heard there was a new the SoundCloud icon
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 an error with the square-chevron-down icon
- Fixed a bug in the duotone version of the file-slash icon
- Fixed up the globe-stand icon in duotone
- Fixed a bug in the album-collection
6.5.2
Released April 1, 2024
Added
- Crowned our new Web Awesome brand icon
- Waved our new Font Awesome brand icon
- Finally added the new Bluesky brand icon
- Added a new commissioned JXL for Jira brand icon
- A batch of new icons, including: caduceus, gluten-free, and reflect-both icons
- Signaled a new circle-wifi and commissioned circle-wifi-group icons
- New commissioned file-cad, ant, and baby bottle icons
- Locked in some table-related icons, including: table-cells-lock, table-cells-column-lock, and table-cells-row-lock
Changed
- Updated the Kickstarter brand icon
- Updated the Upwork brand icon
Fixed
- Fixed an issue where calendar-lines in Sharp Regular wasn't actually sharp
- Fixed spacing in the location-check icon
- Fixed an issue with the SVG of face-kiss-beam
- 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
- Updated the reddit, reddit-alien, and square-reddit brand icons
Fixed
- Corrected file-pdf reading "PNG"
- Updated some brand icons that were accidentally marked as Pro-only
6.5.0
Released November 7, 2023
Added
- Introducing Font Awesome Sharp Thin!
- 3,000+ icons in an elegant new style: Sharp Thin
- Sharp Solid, Sharp Regular, and Sharp Light are already available for use. Sharp Duotone is coming soon!
- Icons are all built on the same 16px grid as existing Font Awesome Classic icons.
- Icon upload now supports Duotone Icons!
- A batch of new brand icons, including: Google Scholar, Pixiv, Signal, Upwork, and Webflow.
- Made our childhood selves happy by adding truck-fire, excavator, and bulldozer icons. Also added a truck-ladder icon.
- Added a selection of City Management icons commissioned by WBlue, including landmark-magnifying-glass, tent-double-peak, truck-utensils, hammer-brushh, sign, sign-wrench, sign-post, building-memo, building-magnifying-glass, and hand-holding-circle-dollar.
- Went back to the future, and added our version 4 spinner icon.
- Included some popular icon requests, including: bell-ring, folder-check, cannon, court-sport, and wave.
- Collected a number of new file-type icons.
- Searched for a selection of new magnifying glass icons: magnifying-glass-waveform, magnifying-glass-play, and magnifying-glass-music. The latter was commissioned by Undeco.
- Flipped out on new reflect-horizontal and reflect-vertical icons.
- Added new ticket-based icons: tickets, ticket-perforated, and tickets-perforated.
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.
- Fixed minor issues with our scroll-old, spray-can, and filter-circle-dollar icons.
6.4.2
Released August 1, 2023
Added
- Dug up a new, commissioned, raccoon icon.
- Turned on new subtitles and subtitles-slash icons.
- Cast a spell on new, commissioned, person-fairy and person-dress-fairy icons.
- Swapped in new, commissioned, swap and swap-arrows icons.
- Shone a light on a new lighthouse icon.
- Trotted out a new globe-pointer icon.
- Pointed to a selection of new arrow-*-to-*-arc and arrow-*-from-*-arc icons.
- Got up to get down with a new angles-up-down icon.
- Added the Threads brand icon.
- Added the
- 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 an issue with the classic light style of the arrow-down-wide-short icon.
- Fixed an issue with the hand-spock icon.
- 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
- Introducing Font Awesome Sharp Light!
- 3,000+ icons in an elegant new style: Sharp Light
- Sharp Solid and Sharp Regular are already available for use. Sharp Thin and Sharp Duotone are coming soon!
- Icons are all built on the same 16px grid as existing Font Awesome Classic icons.
- Unearthed a new dinosaur icon.
- Saved the planet with a new bin-recycle icon.
- Reduced, reused, and recycled a new jug-bottle icon.
- Added a new gear-complex icon, along with a gear-code icon.
- Rounded up a new sponsored grid-round icon and variants.
- Exchanged a new sponsored chf-sign icon.
- Donned a new sponsored hat-beach icon.
- Batch of new sponsored icons, including arrow-progress, bag-seedling, bin-bottles-recycle, calendar-users, chart-line-up-down, chart-mixed-up-circle-currency, circles-overlap, cloud-binary, conveyor-belt-arm, display-chart-up-circle-currency, flask-gear, gear-complex-code, laptop-binary, lightbulb-gear, person-running-fast, right-left-large, and user-group-simple.
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.
- Adjusted all of our newspaper icons.
- Adjusted hands-asl-interpreting.
- Made our rugby-ball icon look more like a rugby ball.
- Updated teamspeak logo with new version.
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.
- Fixed the light style of the wreath-laurel icon.
- Fixed box-archive in regular.