Font Awesome 4 Icons

All 675 Font Awesome 4.7 icons as standalone SVGs. Search the classic set, copy SVG or JSX, download PNG, no icon font or CDN required.

678 icons OFL-1.1 Archive / Unmaintained by Dave Gandy
Search icons...

More SVG Icons

500px

address-book

address-book-o

address-card

address-card-o

adjust

adn

align-center

align-justify

align-left

amazon

ambulance

american-sign-language-interpreting

anchor

android

angellist

angle-double-left

angle-double-up

angle-down

angle-left

angle-up

apple

archive

area-chart

arrow-circle-left

arrow-circle-o-left

arrow-circle-o-up

arrow-circle-up

arrow-left

arrow-up

arrows

arrows-alt

arrows-h

arrows-v

assistive-listening-systems

asterisk

at

audio-description

automobile

backward

balance-scale

ban

bandcamp

bank

bar-chart

barcode

bars

bath

battery

battery-0

battery-1

battery-2

battery-3

bed

beer

behance

behance-square

bell

bell-o

bell-slash

bell-slash-o

bicycle

Copy & download Font Awesome 4 icons

Click any icon above to open the detail panel. Four export formats are available instantly, no sign-up required.

SVG

Raw vector markup. Paste directly into HTML or React components. Scales to any size without quality loss.

JSX / TSX

React-ready component. Drop into any React or Next.js project. Works with shadcn/ui, Radix, and Tailwind CSS.

PNG

Raster export at 1×, 2× and 3× for email templates, Figma imports, app assets, and Open Graph images.

Base64

Inline data URI, embed icons in CSS background-image, email HTML, or anywhere an image URL is needed.

Works with shadcn/ui

Copy the JSX format and paste directly into any shadcn/ui component. Alternatively, install and use via @iconify/react, fully tree-shakeable, no icon font loading required.

About Font Awesome 4

Font Awesome 4 (v4.7) is the classic icon font generation of Font Awesome, the set that powered a huge share of the web through the Bootstrap 3 era and still ships inside countless WordPress themes, admin templates, and legacy applications. It contains 675 icons covering UI actions, brands, file types, payments, and web application symbols under the SIL OFL / MIT licensing of its era. If you maintain an older project that references fa fa-* class names, this is the exact icon vocabulary you are working with, and getting a single icon as a standalone SVG here beats loading the entire icon font for one glyph. Search all Font Awesome 4 icons, copy raw SVG, export as JSX, or download PNG. For new projects, Font Awesome 6 restructured the set into Solid, Regular, and Brands styles with updated artwork, and modern alternatives like Lucide or Bootstrap Icons offer MIT-licensed SVG-first workflows. For maintaining what already exists, Font Awesome 4 remains the reference.

Created By

Dave Gandy Visit Website

License

Open Font License View License

Pack Details

Version

4.7.0

v4.7.0

Color Support

Monochrome

Category

Archive / Unmaintained

How to use Font Awesome 4 icons

Icon Set Version

v4.7.0

License SPDX

OFL-1.1

Sample Icons

wrench, bell-o, user-o

Via Iconify · React

tsx
import { Icon } from '@iconify/react';

export default function App() {
  return <Icon icon="fa:icon-name" width={24} />;
}

Via Iconify · HTML

html
<script src="https://code.iconify.design/iconify-icon/2.1.0/iconify-icon.min.js"></script>
<iconify-icon icon="fa:icon-name" width="24"></iconify-icon>

Compare Font Awesome 4 with similar icon packs

Frequently Asked Questions

Is Font Awesome 4 free for commercial use?
Yes. Font Awesome 4 is licensed under Open Font License, free for personal and commercial projects. View license →
How do I download Font Awesome 4 SVG icons?
Click any icon in the browser above to open the detail panel. Choose raw SVG code to copy, download as SVG or PNG, export as a React JSX component, or get a Base64 data URI, all formats free, no sign-up required.
How many icons are in Font Awesome 4?
Font Awesome 4 contains 678 SVG icons in the Archive / Unmaintained category.
Can I change the color of Font Awesome 4 icons?
Yes. Font Awesome 4 icons are monochrome SVGs that inherit CSS currentColor. Set a color via CSS (color: #0070f3), a Tailwind class (text-blue-500), or pass a fill / stroke attribute directly on the SVG.
Can I use Font Awesome 4 with React, Next.js or shadcn/ui?
Yes. Copy the JSX export from any icon's detail panel and paste it directly into your component. For ongoing use, install @iconify-json/fa and use it via @iconify/react, fully tree-shakeable, compatible with shadcn/ui, Tailwind CSS, Radix UI, and any React-based framework.