📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

613 Modules
401 Ready
211 Need Help
🏆 Leaderboard
Potentially Abandoned v1.2.0

Module 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.

15,809
Downloads
Below average
8
GitHub Stars
Below average
4y ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
11614 warnings
L5 PHPStan

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.2.0 on Magento 2.4.8-p3
Dec 27, 2025

Share This Module's Status

Module Font Awesome 5 Magento compatibility status badge

README

Loaded from GitHub

Font Awesome 5

Font Awesome 5 for Magento2.

Contents

  1. Installation
  2. Usage
  3. Advanced Usage

Installation

  1. Get the sources

    cd <magento_root>
    composer require swissup/font-awesome-5
    bin/magento module:enable Swissup_Core Swissup_FontAwesome5
    bin/magento setup:upgrade
    
  2. 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.

Usage

  1. Search for icon you need at official FontAwesome site

  2. Copy and Paste selected code into HTML content.

    Example:

    <i class="fas fa-bicycle"></i>
    <i class="fab fa-magento"></i>
    
  3. That's all!

Advanced Usage

Looking for advanced usage examples? Here you go:

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.