Get the latest FontAwesome icon library resources
| Version Compatibility | cdnjs |
|---|---|
| v7.x | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.3.0/css/all.min.css"> |
| v6.x | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"> |
| v5.x | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"> |
| v4.x | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> |
| Version Compatibility | jsDelivr |
|---|---|
| v7.x | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css"> |
| v6.x | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css"> |
| v5.x | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css"> |
| v4.x | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/font-awesome.min.css"> |
| Version Compatibility | staticfile |
|---|---|
| v7.x | <link rel="stylesheet" href="https://cdn.staticfile.net/font-awesome/7.3.0/css/all.min.css"> |
| v6.x | <link rel="stylesheet" href="https://cdn.staticfile.net/font-awesome/6.7.2/css/all.min.css"> |
| v5.x | <link rel="stylesheet" href="https://cdn.staticfile.net/font-awesome/5.15.4/css/all.min.css"> |
| v4.x | <link rel="stylesheet" href="https://cdn.staticfile.net/font-awesome/4.7.0/css/font-awesome.min.css"> |
npm install @fortawesome/[email protected]
yarn add @fortawesome/[email protected]
Download the latest release package from FontAwesome official GitHub repository:
Download GitHub ReleaseAfter downloading via npm, files are located in the node_modules/ directory.
| Version Compatibility | CSS Prefix | Package Name | Status |
|---|---|---|---|
| v7.x | fa-solid, fa-regular, fa-brands | @fortawesome/fontawesome-free | Latest |
| v6.x | fa-solid, fa-regular, fa-brands | @fortawesome/fontawesome-free | Stable |
| v5.x | fas, far, fab | @fortawesome/fontawesome-free | Maintenance |
| v4.x | fa | font-awesome | Legacy |