# @fortawesome/fontawesome-common-types

> The iconic font, CSS, and SVG framework

Latest version **7.3.1** (published 2026-07-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install @fortawesome/fontawesome-common-types
pnpm add @fortawesome/fontawesome-common-types
yarn add @fortawesome/fontawesome-common-types
bun add @fortawesome/fontawesome-common-types
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; no vulnerabilities; recently updated; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 7.3.1 |
| Published | 2026-07-15 |
| First published | 2018-01-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=6 |
| Dependencies | 0 |
| Unpacked size | 115.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 76920 |
| Author | The Font Awesome Team |
| Maintainers | devoto13, jrjohnson, robmadole, supercodepoet, fortawesome-admin, mwilkerson, jasonlundien, lordofbacon |
| Keywords | font, awesome, fontawesome, icon, svg, bootstrap |

## Links

- npm: https://www.npmjs.com/package/@fortawesome/fontawesome-common-types
- Repository: https://github.com/FortAwesome/Font-Awesome
- Homepage: https://fontawesome.com
- Issues: https://github.com/FortAwesome/Font-Awesome/issues
- npm.io page: https://npm.io/package/@fortawesome/fontawesome-common-types

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 7.3.1 (latest) — 2026-07-15
- 7.3.0 — 2026-06-25
- 7.2.0 — 2026-02-10
- 7.1.0 — 2025-10-01
- 7.0.1 — 2025-09-02
- 7.0.0 — 2025-07-22
- 6.7.2 — 2024-12-16
- 6.7.1 — 2024-11-20
- 6.7.0 — 2024-11-18
- 6.6.0 — 2024-07-16
- 6.5.2 — 2024-04-02
- 6.5.1 — 2023-11-30
- 6.5.0 — 2023-11-28
- 6.4.2 — 2023-08-02
- 6.4.0 — 2023-03-27
- … 82 more at https://npm.io/package/@fortawesome/fontawesome-common-types/versions

## README

# @fortawesome/fontawesome-common-types - SVG with JavaScript

> "I came here to chew bubblegum and install Font Awesome 7 - and I'm all out of bubblegum"

[![npm](https://img.shields.io/npm/v/@fortawesome/fontawesome-common-types.svg?style=flat-square)](https://www.npmjs.com/package/@fortawesome/fontawesome-common-types)

## What is this package?

Font Awesome 7 JavaScript packages support TypeScript. This package abstracts out some of the common definitions that those packages use.

## Here be dragons

If you are trying to import types from this package we *highly* recommend you do the following instead as *all types in this package are re-exported to the main fontawesome package*.

your.ts

```
import {
  IconName
} from `@fortawesome/fontawesome-svg-core`

const myIcon: IconName = "..."
```

## Issues and support

Start with [GitHub issues](https://github.com/FortAwesome/Font-Awesome/issues) and ping us on [Twitter](https://twitter.com/fontawesome) if you need to.

---
_Source: https://npm.io/package/@fortawesome/fontawesome-common-types · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
