Font Awesome 5
swissup/module-font-awesome-5
Adds Font Awesome 5 icons to Magento 2. Enables easy insertion of icons into HTML content via copy and paste.
Supported Magento versions: 2.4.9
19,162 installs★ 8 starsLatest: v1.2.0Released 2022-05-03License: MIT
composer require swissup/module-font-awesome-5README
Reproduced from the package’s own README, under its own license, as of 2026-09-13. Links and images point back at the source repository.
Font Awesome 5 for Magento2.
-
Get the sources
cd <magento_root> composer require swissup/font-awesome-5 bin/magento module:enable Swissup_Core Swissup_FontAwesome5 bin/magento setup:upgrade
-
Enable it for the stores you need at Stores > Configuration > Swissup > FontAwesome 5.
If you are a happy FontAwesome Pro version user, you can enable CDN Pro feature as well.
-
Search for icon you need at official FontAwesome site
-
Copy and Paste selected code into HTML content.
Example:
<i class="fas fa-bicycle"></i> <i class="fab fa-magento"></i>
-
That's all!
Looking for advanced usage examples? Here you go:
Links
- Packagist
- PackageMaven — quality data by PackageMaven
- Repository
- Issues