Open/Close Side Menu
Search
Close
Search
Monday, March 18, 2024

Font Awesome

FONT AWESOME 5

Web Fonts with CSS

Basic Use

You can place Font Awesome icons just about anywhere using a CSS style prefix and the icon’s name. Font Awesome is designed to be used with inline elements (we like the <i> tag for brevity, but using a <span> is more semantically correct).

<i class="fas fa-camera-retro"></i>

Font Awesome icons automatically inherit CSS size and color. This means they blend in with text inline wherever you put them.

<div style="font-size:3em; color:Tomato">
	<i class="fas fa-camera-retro"></i>
</div>

Additional Styling

Icon Sizes

<i class="fas fa-camera-retro fa-xs"></i>
<i class="fas fa-camera-retro fa-sm"></i>
<i class="fas fa-camera-retro fa-lg"></i>
<i class="fas fa-camera-retro fa-2x"></i>
<i class="fas fa-camera-retro fa-3x"></i>
<i class="fas fa-camera-retro fa-5x"></i>
<i class="fas fa-camera-retro fa-7x"></i>
<i class="fas fa-camera-retro fa-10x"></i>
Class Size
fa-xs .75em
fa-sm .875em
fa-lg 1.33em, also applies vertical-align: -25%
fa-2x through fa-10x 2em through 10em

Fixed Width Icons

Home
Info
Library
Applications
Settings
<div><i class="fas fa-home fa-fw" style="background:MistyRose"></i> Home</div>
<div><i class="fas fa-info fa-fw" style="background:MistyRose"></i> Info</div>
<div><i class="fas fa-book fa-fw" style="background:MistyRose"></i> Library</div>
<div><i class="fas fa-pencil-alt fa-fw" style="background:MistyRose"></i> Applications</div>
<div><i class="fas fa-cog fa-fw" style="background:MistyRose"></i> Settings</div>

List Icons

Use fa-ul and fa-li to replace default bullets in unordered lists.

  • List icons can
  • be used to
  • replace bullets
  • in lists
<ul class="fa-ul">
	<li><span class="fa-li"><i class="fas fa-check-square"></i></span>List icons can</li>
	<li><span class="fa-li"><i class="fas fa-check-square"></i></span>be used to</li>
	<li><span class="fa-li"><i class="fas fa-spinner fa-pulse"></i></span>replace bullets</li>
	<li><span class="fa-li"><i class="far fa-square"></i></span>in lists</li>
</ul>

Bordered & Pulled Icons

Gatsby believed in the green light, the orgastic future that year by year recedes before us. It eluded us then, but that’s no matter — tomorrow we will run faster, stretch our arms further... And one fine morning — So we beat on, boats against the current, borne back ceaselessly into the past.
<i class="fas fa-quote-left fa-2x fa-pull-left fa-border"></i>
Gatsby believed in the green light, the orgastic future that year by year recedes before us.
It eluded us then, but that’s no matter — tomorrow we will run faster, stretch our arms further...
And one fine morning — So we beat on, boats against the current, borne back ceaselessly into the past.

Animated Icons

Use the fa-spin class to get any icon to rotate, and use fa-pulse to have it rotate with 8 steps. Works especially well with fa-spinner & everything in the spinner icons category.

<div class="fa-3x">
	<i class="fas fa-spinner fa-spin"></i>
	<i class="fas fa-circle-notch fa-spin"></i>
	<i class="fas fa-sync fa-spin"></i>
	<i class="fas fa-cog fa-spin"></i>
	<i class="fas fa-spinner fa-pulse"></i>
</div>

Rotated & Flipped Icons

To arbitrarily rotate and flip icons, use the fa-rotate-* and fa-flip-* classes.

<div class="fa-4x">
	<i class="fab fa-font-awesome"></i>
	<i class="fab fa-font-awesome fa-rotate-90"></i>
	<i class="fab fa-font-awesome fa-rotate-180"></i>
	<i class="fab fa-font-awesome fa-rotate-270"></i>
	<i class="fab fa-font-awesome fa-flip-horizontal"></i>
	<i class="fab fa-font-awesome fa-flip-vertical"></i>
</div>

Stacked Icons

To stack multiple icons, use the fa-stack class on the parent, the fa-stack-1x for the regularly sized icon, and fa-stack-2x for the larger icon. fa-inverse can be used as an alternative icon color. You can even throw larger icon classes on the parent to get further control of sizing.

<span class="fa-stack fa-2x">
	<i class="fas fa-square fa-stack-2x"></i>
	<i class="fab fa-twitter fa-stack-1x fa-inverse"></i>
</span>
<span class="fa-stack fa-2x">
	<i class="fas fa-circle fa-stack-2x"></i>
	<i class="fas fa-flag fa-stack-1x fa-inverse"></i>
</span>
<span class="fa-stack fa-2x">
	<i class="fas fa-square fa-stack-2x"></i>
	<i class="fas fa-terminal fa-stack-1x fa-inverse"></i>
</span>
<span class="fa-stack fa-2x">
	<i class="fas fa-camera fa-stack-1x"></i>
	<i class="fas fa-ban fa-stack-2x" style="color:Tomato"></i>
</span>

Font Awesome Free's Cheatsheet

Quickly copy and paste the glyph, name, or unicode value of any icon

Solid Icons

Name:
address-book
Unicode:
f2b9
Name:
address-card
Unicode:
f2bb
Name:
adjust
Unicode:
f042
Name:
align-center
Unicode:
f037
Name:
align-justify
Unicode:
f039
Name:
align-left
Unicode:
f036
Name:
align-right
Unicode:
f038
Name:
ambulance
Unicode:
f0f9
Name:
american-sign-language-interpreting
Unicode:
f2a3
Name:
anchor
Unicode:
f13d
Name:
angle-double-down
Unicode:
f103
Name:
angle-double-left
Unicode:
f100
Name:
angle-double-right
Unicode:
f101
Name:
angle-double-up
Unicode:
f102
Name:
angle-down
Unicode:
f107
Name:
angle-left
Unicode:
f104
Name:
angle-right
Unicode:
f105
Name:
angle-up
Unicode:
f106
Name:
archive
Unicode:
f187
Name:
arrow-alt-circle-down
Unicode:
f358
Name:
arrow-alt-circle-left
Unicode:
f359
Name:
arrow-alt-circle-right
Unicode:
f35a
Name:
arrow-alt-circle-up
Unicode:
f35b
Name:
arrow-circle-down
Unicode:
f0ab
Name:
arrow-circle-left
Unicode:
f0a8
Name:
arrow-circle-right
Unicode:
f0a9
Name:
arrow-circle-up
Unicode:
f0aa
Name:
arrow-down
Unicode:
f063
Name:
arrow-left
Unicode:
f060
Name:
arrow-right
Unicode:
f061
Name:
arrow-up
Unicode:
f062
Name:
arrows-alt
Unicode:
f0b2
Name:
arrows-alt-h
Unicode:
f337
Name:
arrows-alt-v
Unicode:
f338
Name:
assistive-listening-systems
Unicode:
f2a2
Name:
asterisk
Unicode:
f069
Name:
at
Unicode:
f1fa
Name:
audio-description
Unicode:
f29e
Name:
backward
Unicode:
f04a
Name:
balance-scale
Unicode:
f24e
Name:
ban
Unicode:
f05e
Name:
barcode
Unicode:
f02a
Name:
bars
Unicode:
f0c9
Name:
baseball-ball
Unicode:
f433
Name:
basketball-ball
Unicode:
f434
Name:
bath
Unicode:
f2cd
Name:
battery-empty
Unicode:
f244
Name:
battery-full
Unicode:
f240
Name:
battery-half
Unicode:
f242
Name:
battery-quarter
Unicode:
f243
Name:
battery-three-quarters
Unicode:
f241
Name:
bed
Unicode:
f236
Name:
beer
Unicode:
f0fc
Name:
bell
Unicode:
f0f3
Name:
bell-slash
Unicode:
f1f6
Name:
bicycle
Unicode:
f206
Name:
binoculars
Unicode:
f1e5
Name:
birthday-cake
Unicode:
f1fd
Name:
blind
Unicode:
f29d
Name:
bold
Unicode:
f032
Name:
bolt
Unicode:
f0e7
Name:
bomb
Unicode:
f1e2
Name:
book
Unicode:
f02d
Name:
bookmark
Unicode:
f02e
Name:
bowling-ball
Unicode:
f436
Name:
braille
Unicode:
f2a1
Name:
briefcase
Unicode:
f0b1
Name:
bug
Unicode:
f188
Name:
building
Unicode:
f1ad
Name:
bullhorn
Unicode:
f0a1
Name:
bullseye
Unicode:
f140
Name:
bus
Unicode:
f207
Name:
calculator
Unicode:
f1ec
Name:
calendar
Unicode:
f133
Name:
calendar-alt
Unicode:
f073
Name:
calendar-check
Unicode:
f274
Name:
calendar-minus
Unicode:
f272
Name:
calendar-plus
Unicode:
f271
Name:
calendar-times
Unicode:
f273
Name:
camera
Unicode:
f030
Name:
camera-retro
Unicode:
f083
Name:
car
Unicode:
f1b9
Name:
caret-down
Unicode:
f0d7
Name:
caret-left
Unicode:
f0d9
Name:
caret-right
Unicode:
f0da
Name:
caret-square-down
Unicode:
f150
Name:
caret-square-left
Unicode:
f191
Name:
caret-square-right
Unicode:
f152
Name:
caret-square-up
Unicode:
f151
Name:
caret-up
Unicode:
f0d8
Name:
cart-arrow-down
Unicode:
f218
Name:
cart-plus
Unicode:
f217
Name:
certificate
Unicode:
f0a3
Name:
chart-area
Unicode:
f1fe
Name:
chart-bar
Unicode:
f080
Name:
chart-line
Unicode:
f201
Name:
chart-pie
Unicode:
f200
Name:
check
Unicode:
f00c
Name:
check-circle
Unicode:
f058
Name:
check-square
Unicode:
f14a
Name:
chess
Unicode:
f439
Name:
chess-bishop
Unicode:
f43a
Name:
chess-board
Unicode:
f43c
Name:
chess-king
Unicode:
f43f
Name:
chess-knight
Unicode:
f441
Name:
chess-pawn
Unicode:
f443
Name:
chess-queen
Unicode:
f445
Name:
chess-rook
Unicode:
f447
Name:
chevron-circle-down
Unicode:
f13a
Name:
chevron-circle-left
Unicode:
f137
Name:
chevron-circle-right
Unicode:
f138
Name:
chevron-circle-up
Unicode:
f139
Name:
chevron-down
Unicode:
f078
Name:
chevron-left
Unicode:
f053
Name:
chevron-right
Unicode:
f054
Name:
chevron-up
Unicode:
f077
Name:
child
Unicode:
f1ae
Name:
circle
Unicode:
f111
Name:
circle-notch
Unicode:
f1ce
Name:
clipboard
Unicode:
f328
Name:
clock
Unicode:
f017
Name:
clone
Unicode:
f24d
Name:
closed-captioning
Unicode:
f20a
Name:
cloud
Unicode:
f0c2
Name:
cloud-download-alt
Unicode:
f381
Name:
cloud-upload-alt
Unicode:
f382
Name:
code
Unicode:
f121
Name:
code-branch
Unicode:
f126
Name:
coffee
Unicode:
f0f4
Name:
cog
Unicode:
f013
Name:
cogs
Unicode:
f085
Name:
columns
Unicode:
f0db
Name:
comment
Unicode:
f075
Name:
comment-alt
Unicode:
f27a
Name:
comments
Unicode:
f086
Name:
compass
Unicode:
f14e
Name:
compress
Unicode:
f066
Name:
copy
Unicode:
f0c5
Name:
credit-card
Unicode:
f09d
Name:
crop
Unicode:
f125
Name:
crosshairs
Unicode:
f05b
Name:
cube
Unicode:
f1b2
Name:
cubes
Unicode:
f1b3
Name:
cut
Unicode:
f0c4
Name:
database
Unicode:
f1c0
Name:
deaf
Unicode:
f2a4
Name:
desktop
Unicode:
f108
Name:
dollar-sign
Unicode:
f155
Name:
dot-circle
Unicode:
f192
Name:
download
Unicode:
f019
Name:
edit
Unicode:
f044
Name:
eject
Unicode:
f052
Name:
ellipsis-h
Unicode:
f141
Name:
ellipsis-v
Unicode:
f142
Name:
envelope
Unicode:
f0e0
Name:
envelope-open
Unicode:
f2b6
Name:
envelope-square
Unicode:
f199
Name:
eraser
Unicode:
f12d
Name:
euro-sign
Unicode:
f153
Name:
exchange-alt
Unicode:
f362
Name:
exclamation
Unicode:
f12a
Name:
exclamation-circle
Unicode:
f06a
Name:
exclamation-triangle
Unicode:
f071
Name:
expand
Unicode:
f065
Name:
expand-arrows-alt
Unicode:
f31e
Name:
eye
Unicode:
f06e
Name:
eye-dropper
Unicode:
f1fb
Name:
eye-slash
Unicode:
f070
Name:
fast-backward
Unicode:
f049
Name:
fast-forward
Unicode:
f050
Name:
fax
Unicode:
f1ac
Name:
female
Unicode:
f182
Name:
fighter-jet
Unicode:
f0fb
Name:
file
Unicode:
f15b
Name:
file-alt
Unicode:
f15c
Name:
file-archive
Unicode:
f1c6
Name:
file-audio
Unicode:
f1c7
Name:
file-code
Unicode:
f1c9
Name:
file-excel
Unicode:
f1c3
Name:
file-image
Unicode:
f1c5
Name:
file-pdf
Unicode:
f1c1
Name:
file-powerpoint
Unicode:
f1c4
Name:
file-video
Unicode:
f1c8
Name:
file-word
Unicode:
f1c2
Name:
film
Unicode:
f008
Name:
filter
Unicode:
f0b0
Name:
fire
Unicode:
f06d
Name:
fire-extinguisher
Unicode:
f134
Name:
flag
Unicode:
f024
Name:
flag-checkered
Unicode:
f11e
Name:
flask
Unicode:
f0c3
Name:
folder
Unicode:
f07b
Name:
folder-open
Unicode:
f07c
Name:
font
Unicode:
f031
Name:
football-ball
Unicode:
f44e
Name:
forward
Unicode:
f04e
Name:
frown
Unicode:
f119
Name:
futbol
Unicode:
f1e3
Name:
gamepad
Unicode:
f11b
Name:
gavel
Unicode:
f0e3
Name:
gem
Unicode:
f3a5
Name:
genderless
Unicode:
f22d
Name:
gift
Unicode:
f06b
Name:
glass-martini
Unicode:
f000
Name:
globe
Unicode:
f0ac
Name:
golf-ball
Unicode:
f450
Name:
graduation-cap
Unicode:
f19d
Name:
h-square
Unicode:
f0fd
Name:
hand-lizard
Unicode:
f258
Name:
hand-paper
Unicode:
f256
Name:
hand-peace
Unicode:
f25b
Name:
hand-point-down
Unicode:
f0a7
Name:
hand-point-left
Unicode:
f0a5
Name:
hand-point-right
Unicode:
f0a4
Name:
hand-point-up
Unicode:
f0a6
Name:
hand-pointer
Unicode:
f25a
Name:
hand-rock
Unicode:
f255
Name:
hand-scissors
Unicode:
f257
Name:
hand-spock
Unicode:
f259
Name:
handshake
Unicode:
f2b5
Name:
hashtag
Unicode:
f292
Name:
hdd
Unicode:
f0a0
Name:
heading
Unicode:
f1dc
Name:
headphones
Unicode:
f025
Name:
heart
Unicode:
f004
Name:
heartbeat
Unicode:
f21e
Name:
history
Unicode:
f1da
Name:
hockey-puck
Unicode:
f453
Name:
home
Unicode:
f015
Name:
hospital
Unicode:
f0f8
Name:
hourglass
Unicode:
f254
Name:
hourglass-end
Unicode:
f253
Name:
hourglass-half
Unicode:
f252
Name:
hourglass-start
Unicode:
f251
Name:
i-cursor
Unicode:
f246
Name:
id-badge
Unicode:
f2c1
Name:
id-card
Unicode:
f2c2
Name:
image
Unicode:
f03e
Name:
images
Unicode:
f302
Name:
inbox
Unicode:
f01c
Name:
indent
Unicode:
f03c
Name:
industry
Unicode:
f275
Name:
info
Unicode:
f129
Name:
info-circle
Unicode:
f05a
Name:
italic
Unicode:
f033
Name:
key
Unicode:
f084
Name:
keyboard
Unicode:
f11c
Name:
language
Unicode:
f1ab
Name:
laptop
Unicode:
f109
Name:
leaf
Unicode:
f06c
Name:
lemon
Unicode:
f094
Name:
level-down-alt
Unicode:
f3be
Name:
level-up-alt
Unicode:
f3bf
Name:
life-ring
Unicode:
f1cd
Name:
lightbulb
Unicode:
f0eb
Name:
lira-sign
Unicode:
f195
Name:
list
Unicode:
f03a
Name:
list-alt
Unicode:
f022
Name:
list-ol
Unicode:
f0cb
Name:
list-ul
Unicode:
f0ca
Name:
location-arrow
Unicode:
f124
Name:
lock
Unicode:
f023
Name:
lock-open
Unicode:
f3c1
Name:
long-arrow-alt-down
Unicode:
f309
Name:
long-arrow-alt-left
Unicode:
f30a
Name:
long-arrow-alt-right
Unicode:
f30b
Name:
long-arrow-alt-up
Unicode:
f30c
Name:
low-vision
Unicode:
f2a8
Name:
magic
Unicode:
f0d0
Name:
magnet
Unicode:
f076
Name:
male
Unicode:
f183
Name:
map
Unicode:
f279
Name:
map-marker
Unicode:
f041
Name:
map-marker-alt
Unicode:
f3c5
Name:
map-pin
Unicode:
f276
Name:
map-signs
Unicode:
f277
Name:
mars
Unicode:
f222
Name:
mars-double
Unicode:
f227
Name:
mars-stroke
Unicode:
f229
Name:
mars-stroke-h
Unicode:
f22b
Name:
mars-stroke-v
Unicode:
f22a
Name:
medkit
Unicode:
f0fa
Name:
meh
Unicode:
f11a
Name:
mercury
Unicode:
f223
Name:
microchip
Unicode:
f2db
Name:
microphone
Unicode:
f130
Name:
microphone-slash
Unicode:
f131
Name:
minus
Unicode:
f068
Name:
minus-circle
Unicode:
f056
Name:
minus-square
Unicode:
f146
Name:
mobile
Unicode:
f10b
Name:
mobile-alt
Unicode:
f3cd
Name:
money-bill-alt
Unicode:
f3d1
Name:
moon
Unicode:
f186
Name:
motorcycle
Unicode:
f21c
Name:
mouse-pointer
Unicode:
f245
Name:
music
Unicode:
f001
Name:
neuter
Unicode:
f22c
Name:
newspaper
Unicode:
f1ea
Name:
object-group
Unicode:
f247
Name:
object-ungroup
Unicode:
f248
Name:
outdent
Unicode:
f03b
Name:
paint-brush
Unicode:
f1fc
Name:
paper-plane
Unicode:
f1d8
Name:
paperclip
Unicode:
f0c6
Name:
paragraph
Unicode:
f1dd
Name:
paste
Unicode:
f0ea
Name:
pause
Unicode:
f04c
Name:
pause-circle
Unicode:
f28b
Name:
paw
Unicode:
f1b0
Name:
pen-square
Unicode:
f14b
Name:
pencil-alt
Unicode:
f303
Name:
percent
Unicode:
f295
Name:
phone
Unicode:
f095
Name:
phone-square
Unicode:
f098
Name:
phone-volume
Unicode:
f2a0
Name:
plane
Unicode:
f072
Name:
play
Unicode:
f04b
Name:
play-circle
Unicode:
f144
Name:
plug
Unicode:
f1e6
Name:
plus
Unicode:
f067
Name:
plus-circle
Unicode:
f055
Name:
plus-square
Unicode:
f0fe
Name:
podcast
Unicode:
f2ce
Name:
pound-sign
Unicode:
f154
Name:
power-off
Unicode:
f011
Name:
print
Unicode:
f02f
Name:
puzzle-piece
Unicode:
f12e
Name:
qrcode
Unicode:
f029
Name:
question
Unicode:
f128
Name:
question-circle
Unicode:
f059
Name:
quidditch
Unicode:
f458
Name:
quote-left
Unicode:
f10d
Name:
quote-right
Unicode:
f10e
Name:
random
Unicode:
f074
Name:
recycle
Unicode:
f1b8
Name:
redo
Unicode:
f01e
Name:
redo-alt
Unicode:
f2f9
Name:
registered
Unicode:
f25d
Name:
reply
Unicode:
f3e5
Name:
reply-all
Unicode:
f122
Name:
retweet
Unicode:
f079
Name:
road
Unicode:
f018
Name:
rocket
Unicode:
f135
Name:
rss
Unicode:
f09e
Name:
rss-square
Unicode:
f143
Name:
ruble-sign
Unicode:
f158
Name:
rupee-sign
Unicode:
f156
Name:
save
Unicode:
f0c7
Name:
search-minus
Unicode:
f010
Name:
search-plus
Unicode:
f00e
Name:
server
Unicode:
f233
Name:
share
Unicode:
f064
Name:
share-alt
Unicode:
f1e0
Name:
share-alt-square
Unicode:
f1e1
Name:
share-square
Unicode:
f14d
Name:
shekel-sign
Unicode:
f20b
Name:
shield-alt
Unicode:
f3ed
Name:
ship
Unicode:
f21a
Name:
shopping-bag
Unicode:
f290
Name:
shopping-basket
Unicode:
f291
Name:
shopping-cart
Unicode:
f07a
Name:
shower
Unicode:
f2cc
Name:
sign-in-alt
Unicode:
f2f6
Name:
sign-language
Unicode:
f2a7
Name:
sign-out-alt
Unicode:
f2f5
Name:
signal
Unicode:
f012
Name:
sitemap
Unicode:
f0e8
Name:
sliders-h
Unicode:
f1de
Name:
smile
Unicode:
f118
Name:
snowflake
Unicode:
f2dc
Name:
sort
Unicode:
f0dc
Name:
sort-alpha-down
Unicode:
f15d
Name:
sort-alpha-up
Unicode:
f15e
Name:
sort-amount-down
Unicode:
f160
Name:
sort-amount-up
Unicode:
f161
Name:
sort-down
Unicode:
f0dd
Name:
sort-numeric-down
Unicode:
f162
Name:
sort-numeric-up
Unicode:
f163
Name:
sort-up
Unicode:
f0de
Name:
space-shuttle
Unicode:
f197
Name:
spinner
Unicode:
f110
Name:
square
Unicode:
f0c8
Name:
square-full
Unicode:
f45c
Name:
star
Unicode:
f005
Name:
star-half
Unicode:
f089
Name:
step-backward
Unicode:
f048
Name:
step-forward
Unicode:
f051
Name:
stethoscope
Unicode:
f0f1
Name:
sticky-note
Unicode:
f249
Name:
stop
Unicode:
f04d
Name:
stop-circle
Unicode:
f28d
Name:
stopwatch
Unicode:
f2f2
Name:
street-view
Unicode:
f21d
Name:
strikethrough
Unicode:
f0cc
Name:
subscript
Unicode:
f12c
Name:
subway
Unicode:
f239
Name:
suitcase
Unicode:
f0f2
Name:
sun
Unicode:
f185
Name:
superscript
Unicode:
f12b
Name:
sync
Unicode:
f021
Name:
sync-alt
Unicode:
f2f1
Name:
table
Unicode:
f0ce
Name:
table-tennis
Unicode:
f45d
Name:
tablet
Unicode:
f10a
Name:
tablet-alt
Unicode:
f3fa
Name:
tachometer-alt
Unicode:
f3fd
Name:
tag
Unicode:
f02b
Name:
tags
Unicode:
f02c
Name:
tasks
Unicode:
f0ae
Name:
taxi
Unicode:
f1ba
Name:
terminal
Unicode:
f120
Name:
text-height
Unicode:
f034
Name:
text-width
Unicode:
f035
Name:
th
Unicode:
f00a
Name:
th-large
Unicode:
f009
Name:
th-list
Unicode:
f00b
Name:
thermometer-empty
Unicode:
f2cb
Name:
thermometer-full
Unicode:
f2c7
Name:
thermometer-half
Unicode:
f2c9
Name:
thermometer-quarter
Unicode:
f2ca
Name:
thermometer-three-quarters
Unicode:
f2c8
Name:
thumbs-down
Unicode:
f165
Name:
thumbs-up
Unicode:
f164
Name:
thumbtack
Unicode:
f08d
Name:
ticket-alt
Unicode:
f3ff
Name:
times
Unicode:
f00d
Name:
times-circle
Unicode:
f057
Name:
tint
Unicode:
f043
Name:
toggle-off
Unicode:
f204
Name:
toggle-on
Unicode:
f205
Name:
trademark
Unicode:
f25c
Name:
train
Unicode:
f238
Name:
transgender
Unicode:
f224
Name:
transgender-alt
Unicode:
f225
Name:
trash
Unicode:
f1f8
Name:
trash-alt
Unicode:
f2ed
Name:
tree
Unicode:
f1bb
Name:
trophy
Unicode:
f091
Name:
truck
Unicode:
f0d1
Name:
tty
Unicode:
f1e4
Name:
tv
Unicode:
f26c
Name:
umbrella
Unicode:
f0e9
Name:
underline
Unicode:
f0cd
Name:
undo
Unicode:
f0e2
Name:
undo-alt
Unicode:
f2ea
Name:
universal-access
Unicode:
f29a
Name:
university
Unicode:
f19c
Name:
unlock
Unicode:
f09c
Name:
unlock-alt
Unicode:
f13e
Name:
upload
Unicode:
f093
Name:
user
Unicode:
f007
Name:
user-circle
Unicode:
f2bd
Name:
user-md
Unicode:
f0f0
Name:
user-plus
Unicode:
f234
Name:
user-secret
Unicode:
f21b
Name:
user-times
Unicode:
f235
Name:
users
Unicode:
f0c0
Name:
utensil-spoon
Unicode:
f2e5
Name:
utensils
Unicode:
f2e7
Name:
venus
Unicode:
f221
Name:
venus-double
Unicode:
f226
Name:
venus-mars
Unicode:
f228
Name:
video
Unicode:
f03d
Name:
volleyball-ball
Unicode:
f45f
Name:
volume-down
Unicode:
f027
Name:
volume-off
Unicode:
f026
Name:
volume-up
Unicode:
f028
Name:
wheelchair
Unicode:
f193
Name:
wifi
Unicode:
f1eb
Name:
window-close
Unicode:
f410
Name:
window-maximize
Unicode:
f2d0
Name:
window-minimize
Unicode:
f2d1
Name:
window-restore
Unicode:
f2d2
Name:
won-sign
Unicode:
f159
Name:
wrench
Unicode:
f0ad
Name:
yen-sign
Unicode:
f157

Regular Icons

Name:
address-book
Unicode:
f2b9
Name:
address-card
Unicode:
f2bb
Name:
arrow-alt-circle-down
Unicode:
f358
Name:
arrow-alt-circle-left
Unicode:
f359
Name:
arrow-alt-circle-right
Unicode:
f35a
Name:
arrow-alt-circle-up
Unicode:
f35b
Name:
bell
Unicode:
f0f3
Name:
bell-slash
Unicode:
f1f6
Name:
bookmark
Unicode:
f02e
Name:
building
Unicode:
f1ad
Name:
calendar
Unicode:
f133
Name:
calendar-alt
Unicode:
f073
Name:
calendar-check
Unicode:
f274
Name:
calendar-minus
Unicode:
f272
Name:
calendar-plus
Unicode:
f271
Name:
calendar-times
Unicode:
f273
Name:
caret-square-down
Unicode:
f150
Name:
caret-square-left
Unicode:
f191
Name:
caret-square-right
Unicode:
f152
Name:
caret-square-up
Unicode:
f151
Name:
chart-bar
Unicode:
f080
Name:
check-circle
Unicode:
f058
Name:
check-square
Unicode:
f14a
Name:
circle
Unicode:
f111
Name:
clipboard
Unicode:
f328
Name:
clock
Unicode:
f017
Name:
clone
Unicode:
f24d
Name:
closed-captioning
Unicode:
f20a
Name:
comment
Unicode:
f075
Name:
comment-alt
Unicode:
f27a
Name:
comments
Unicode:
f086
Name:
compass
Unicode:
f14e
Name:
copy
Unicode:
f0c5
Name:
credit-card
Unicode:
f09d
Name:
dot-circle
Unicode:
f192
Name:
edit
Unicode:
f044
Name:
envelope
Unicode:
f0e0
Name:
envelope-open
Unicode:
f2b6
Name:
eye-slash
Unicode:
f070
Name:
file
Unicode:
f15b
Name:
file-alt
Unicode:
f15c
Name:
file-archive
Unicode:
f1c6
Name:
file-audio
Unicode:
f1c7
Name:
file-code
Unicode:
f1c9
Name:
file-excel
Unicode:
f1c3
Name:
file-image
Unicode:
f1c5
Name:
file-pdf
Unicode:
f1c1
Name:
file-powerpoint
Unicode:
f1c4
Name:
file-video
Unicode:
f1c8
Name:
file-word
Unicode:
f1c2
Name:
flag
Unicode:
f024
Name:
folder
Unicode:
f07b
Name:
folder-open
Unicode:
f07c
Name:
frown
Unicode:
f119
Name:
futbol
Unicode:
f1e3
Name:
gem
Unicode:
f3a5
Name:
hand-lizard
Unicode:
f258
Name:
hand-paper
Unicode:
f256
Name:
hand-peace
Unicode:
f25b
Name:
hand-point-down
Unicode:
f0a7
Name:
hand-point-left
Unicode:
f0a5
Name:
hand-point-right
Unicode:
f0a4
Name:
hand-point-up
Unicode:
f0a6
Name:
hand-pointer
Unicode:
f25a
Name:
hand-rock
Unicode:
f255
Name:
hand-scissors
Unicode:
f257
Name:
hand-spock
Unicode:
f259
Name:
handshake
Unicode:
f2b5
Name:
hdd
Unicode:
f0a0
Name:
heart
Unicode:
f004
Name:
hospital
Unicode:
f0f8
Name:
hourglass
Unicode:
f254
Name:
id-badge
Unicode:
f2c1
Name:
id-card
Unicode:
f2c2
Name:
image
Unicode:
f03e
Name:
images
Unicode:
f302
Name:
keyboard
Unicode:
f11c
Name:
lemon
Unicode:
f094
Name:
life-ring
Unicode:
f1cd
Name:
lightbulb
Unicode:
f0eb
Name:
list-alt
Unicode:
f022
Name:
map
Unicode:
f279
Name:
meh
Unicode:
f11a
Name:
minus-square
Unicode:
f146
Name:
money-bill-alt
Unicode:
f3d1
Name:
moon
Unicode:
f186
Name:
newspaper
Unicode:
f1ea
Name:
object-group
Unicode:
f247
Name:
object-ungroup
Unicode:
f248
Name:
paper-plane
Unicode:
f1d8
Name:
pause-circle
Unicode:
f28b
Name:
play-circle
Unicode:
f144
Name:
plus-square
Unicode:
f0fe
Name:
question-circle
Unicode:
f059
Name:
registered
Unicode:
f25d
Name:
save
Unicode:
f0c7
Name:
share-square
Unicode:
f14d
Name:
smile
Unicode:
f118
Name:
snowflake
Unicode:
f2dc
Name:
square
Unicode:
f0c8
Name:
star
Unicode:
f005
Name:
star-half
Unicode:
f089
Name:
sticky-note
Unicode:
f249
Name:
stop-circle
Unicode:
f28d
Name:
sun
Unicode:
f185
Name:
thumbs-down
Unicode:
f165
Name:
thumbs-up
Unicode:
f164
Name:
times-circle
Unicode:
f057
Name:
trash-alt
Unicode:
f2ed
Name:
user
Unicode:
f007
Name:
user-circle
Unicode:
f2bd
Name:
window-close
Unicode:
f410
Name:
window-maximize
Unicode:
f2d0
Name:
window-minimize
Unicode:
f2d1
Name:
window-restore
Unicode:
f2d2

Brand Icons

Name:
500px
Unicode:
f26e
Name:
accessible-icon
Unicode:
f368
Name:
accusoft
Unicode:
f369
Name:
adn
Unicode:
f170
Name:
adversal
Unicode:
f36a
Name:
affiliatetheme
Unicode:
f36b
Name:
algolia
Unicode:
f36c
Name:
amazon
Unicode:
f270
Name:
amazon-pay
Unicode:
f42c
Name:
amilia
Unicode:
f36d
Name:
android
Unicode:
f17b
Name:
angellist
Unicode:
f209
Name:
angrycreative
Unicode:
f36e
Name:
angular
Unicode:
f420
Name:
app-store
Unicode:
f36f
Name:
app-store-ios
Unicode:
f370
Name:
apper
Unicode:
f371
Name:
apple
Unicode:
f179
Name:
apple-pay
Unicode:
f415
Name:
asymmetrik
Unicode:
f372
Name:
audible
Unicode:
f373
Name:
autoprefixer
Unicode:
f41c
Name:
avianex
Unicode:
f374
Name:
aviato
Unicode:
f421
Name:
aws
Unicode:
f375
Name:
bandcamp
Unicode:
f2d5
Name:
behance
Unicode:
f1b4
Name:
behance-square
Unicode:
f1b5
Name:
bimobject
Unicode:
f378
Name:
bitbucket
Unicode:
f171
Name:
bitcoin
Unicode:
f379
Name:
bity
Unicode:
f37a
Name:
black-tie
Unicode:
f27e
Name:
blackberry
Unicode:
f37b
Name:
blogger
Unicode:
f37c
Name:
blogger-b
Unicode:
f37d
Name:
bluetooth
Unicode:
f293
Name:
bluetooth-b
Unicode:
f294
Name:
btc
Unicode:
f15a
Name:
buromobelexperte
Unicode:
f37f
Name:
buysellads
Unicode:
f20d
Name:
cc-amazon-pay
Unicode:
f42d
Name:
cc-amex
Unicode:
f1f3
Name:
cc-apple-pay
Unicode:
f416
Name:
cc-diners-club
Unicode:
f24c
Name:
cc-discover
Unicode:
f1f2
Name:
cc-jcb
Unicode:
f24b
Name:
cc-mastercard
Unicode:
f1f1
Name:
cc-paypal
Unicode:
f1f4
Name:
cc-stripe
Unicode:
f1f5
Name:
cc-visa
Unicode:
f1f0
Name:
centercode
Unicode:
f380
Name:
chrome
Unicode:
f268
Name:
cloudscale
Unicode:
f383
Name:
cloudsmith
Unicode:
f384
Name:
cloudversify
Unicode:
f385
Name:
codepen
Unicode:
f1cb
Name:
codiepie
Unicode:
f284
Name:
connectdevelop
Unicode:
f20e
Name:
contao
Unicode:
f26d
Name:
cpanel
Unicode:
f388
Name:
creative-commons
Unicode:
f25e
Name:
css3
Unicode:
f13c
Name:
css3-alt
Unicode:
f38b
Name:
cuttlefish
Unicode:
f38c
Name:
d-and-d
Unicode:
f38d
Name:
dashcube
Unicode:
f210
Name:
delicious
Unicode:
f1a5
Name:
deploydog
Unicode:
f38e
Name:
deskpro
Unicode:
f38f
Name:
deviantart
Unicode:
f1bd
Name:
digg
Unicode:
f1a6
Name:
digital-ocean
Unicode:
f391
Name:
discord
Unicode:
f392
Name:
discourse
Unicode:
f393
Name:
dochub
Unicode:
f394
Name:
docker
Unicode:
f395
Name:
draft2digital
Unicode:
f396
Name:
dribbble
Unicode:
f17d
Name:
dribbble-square
Unicode:
f397
Name:
dropbox
Unicode:
f16b
Name:
drupal
Unicode:
f1a9
Name:
dyalog
Unicode:
f399
Name:
earlybirds
Unicode:
f39a
Name:
edge
Unicode:
f282
Name:
elementor
Unicode:
f430
Name:
ember
Unicode:
f423
Name:
empire
Unicode:
f1d1
Name:
envira
Unicode:
f299
Name:
erlang
Unicode:
f39d
Name:
ethereum
Unicode:
f42e
Name:
etsy
Unicode:
f2d7
Name:
expeditedssl
Unicode:
f23e
Name:
facebook
Unicode:
f09a
Name:
facebook-f
Unicode:
f39e
Name:
facebook-messenger
Unicode:
f39f
Name:
facebook-square
Unicode:
f082
Name:
firefox
Unicode:
f269
Name:
first-order
Unicode:
f2b0
Name:
firstdraft
Unicode:
f3a1
Name:
flickr
Unicode:
f16e
Name:
flipboard
Unicode:
f44d
Name:
fly
Unicode:
f417
Name:
font-awesome
Unicode:
f2b4
Name:
font-awesome-alt
Unicode:
f35c
Name:
font-awesome-flag
Unicode:
f425
Name:
fonticons
Unicode:
f280
Name:
fonticons-fi
Unicode:
f3a2
Name:
fort-awesome
Unicode:
f286
Name:
fort-awesome-alt
Unicode:
f3a3
Name:
forumbee
Unicode:
f211
Name:
foursquare
Unicode:
f180
Name:
free-code-camp
Unicode:
f2c5
Name:
freebsd
Unicode:
f3a4
Name:
get-pocket
Unicode:
f265
Name:
gg
Unicode:
f260
Name:
gg-circle
Unicode:
f261
Name:
git
Unicode:
f1d3
Name:
git-square
Unicode:
f1d2
Name:
github
Unicode:
f09b
Name:
github-alt
Unicode:
f113
Name:
github-square
Unicode:
f092
Name:
gitkraken
Unicode:
f3a6
Name:
gitlab
Unicode:
f296
Name:
gitter
Unicode:
f426
Name:
glide
Unicode:
f2a5
Name:
glide-g
Unicode:
f2a6
Name:
gofore
Unicode:
f3a7
Name:
goodreads
Unicode:
f3a8
Name:
goodreads-g
Unicode:
f3a9
Name:
google
Unicode:
f1a0
Name:
google-drive
Unicode:
f3aa
Name:
google-play
Unicode:
f3ab
Name:
google-plus
Unicode:
f2b3
Name:
google-plus-g
Unicode:
f0d5
Name:
google-plus-square
Unicode:
f0d4
Name:
google-wallet
Unicode:
f1ee
Name:
gratipay
Unicode:
f184
Name:
grav
Unicode:
f2d6
Name:
gripfire
Unicode:
f3ac
Name:
grunt
Unicode:
f3ad
Name:
gulp
Unicode:
f3ae
Name:
hacker-news
Unicode:
f1d4
Name:
hacker-news-square
Unicode:
f3af
Name:
hips
Unicode:
f452
Name:
hire-a-helper
Unicode:
f3b0
Name:
hooli
Unicode:
f427
Name:
hotjar
Unicode:
f3b1
Name:
houzz
Unicode:
f27c
Name:
html5
Unicode:
f13b
Name:
hubspot
Unicode:
f3b2
Name:
imdb
Unicode:
f2d8
Name:
instagram
Unicode:
f16d
Name:
internet-explorer
Unicode:
f26b
Name:
ioxhost
Unicode:
f208
Name:
itunes
Unicode:
f3b4
Name:
itunes-note
Unicode:
f3b5
Name:
jenkins
Unicode:
f3b6
Name:
joget
Unicode:
f3b7
Name:
joomla
Unicode:
f1aa
Name:
js
Unicode:
f3b8
Name:
js-square
Unicode:
f3b9
Name:
jsfiddle
Unicode:
f1cc
Name:
keycdn
Unicode:
f3ba
Name:
kickstarter
Unicode:
f3bb
Name:
kickstarter-k
Unicode:
f3bc
Name:
korvue
Unicode:
f42f
Name:
laravel
Unicode:
f3bd
Name:
lastfm
Unicode:
f202
Name:
lastfm-square
Unicode:
f203
Name:
leanpub
Unicode:
f212
Name:
less
Unicode:
f41d
Name:
line
Unicode:
f3c0
Name:
linkedin
Unicode:
f08c
Name:
linkedin-in
Unicode:
f0e1
Name:
linode
Unicode:
f2b8
Name:
linux
Unicode:
f17c
Name:
lyft
Unicode:
f3c3
Name:
magento
Unicode:
f3c4
Name:
maxcdn
Unicode:
f136
Name:
medapps
Unicode:
f3c6
Name:
medium
Unicode:
f23a
Name:
medium-m
Unicode:
f3c7
Name:
medrt
Unicode:
f3c8
Name:
meetup
Unicode:
f2e0
Name:
microsoft
Unicode:
f3ca
Name:
mix
Unicode:
f3cb
Name:
mixcloud
Unicode:
f289
Name:
mizuni
Unicode:
f3cc
Name:
modx
Unicode:
f285
Name:
monero
Unicode:
f3d0
Name:
napster
Unicode:
f3d2
Name:
nintendo-switch
Unicode:
f418
Name:
node
Unicode:
f419
Name:
node-js
Unicode:
f3d3
Name:
npm
Unicode:
f3d4
Name:
ns8
Unicode:
f3d5
Name:
nutritionix
Unicode:
f3d6
Name:
odnoklassniki
Unicode:
f263
Name:
odnoklassniki-square
Unicode:
f264
Name:
opencart
Unicode:
f23d
Name:
openid
Unicode:
f19b
Name:
opera
Unicode:
f26a
Name:
optin-monster
Unicode:
f23c
Name:
osi
Unicode:
f41a
Name:
page4
Unicode:
f3d7
Name:
pagelines
Unicode:
f18c
Name:
palfed
Unicode:
f3d8
Name:
patreon
Unicode:
f3d9
Name:
paypal
Unicode:
f1ed
Name:
periscope
Unicode:
f3da
Name:
phabricator
Unicode:
f3db
Name:
phoenix-framework
Unicode:
f3dc
Name:
php
Unicode:
f457
Name:
pied-piper
Unicode:
f2ae
Name:
pied-piper-alt
Unicode:
f1a8
Name:
pied-piper-pp
Unicode:
f1a7
Name:
pinterest
Unicode:
f0d2
Name:
pinterest-p
Unicode:
f231
Name:
pinterest-square
Unicode:
f0d3
Name:
playstation
Unicode:
f3df
Name:
product-hunt
Unicode:
f288
Name:
pushed
Unicode:
f3e1
Name:
python
Unicode:
f3e2
Name:
qq
Unicode:
f1d6
Name:
quinscape
Unicode:
f459
Name:
quora
Unicode:
f2c4
Name:
ravelry
Unicode:
f2d9
Name:
react
Unicode:
f41b
Name:
rebel
Unicode:
f1d0
Name:
red-river
Unicode:
f3e3
Name:
reddit
Unicode:
f1a1
Name:
reddit-alien
Unicode:
f281
Name:
reddit-square
Unicode:
f1a2
Name:
rendact
Unicode:
f3e4
Name:
renren
Unicode:
f18b
Name:
replyd
Unicode:
f3e6
Name:
resolving
Unicode:
f3e7
Name:
rocketchat
Unicode:
f3e8
Name:
rockrms
Unicode:
f3e9
Name:
safari
Unicode:
f267
Name:
sass
Unicode:
f41e
Name:
schlix
Unicode:
f3ea
Name:
scribd
Unicode:
f28a
Name:
searchengin
Unicode:
f3eb
Name:
sellcast
Unicode:
f2da
Name:
sellsy
Unicode:
f213
Name:
servicestack
Unicode:
f3ec
Name:
shirtsinbulk
Unicode:
f214
Name:
simplybuilt
Unicode:
f215
Name:
sistrix
Unicode:
f3ee
Name:
skyatlas
Unicode:
f216
Name:
skype
Unicode:
f17e
Name:
slack
Unicode:
f198
Name:
slack-hash
Unicode:
f3ef
Name:
slideshare
Unicode:
f1e7
Name:
snapchat
Unicode:
f2ab
Name:
snapchat-ghost
Unicode:
f2ac
Name:
snapchat-square
Unicode:
f2ad
Name:
soundcloud
Unicode:
f1be
Name:
speakap
Unicode:
f3f3
Name:
spotify
Unicode:
f1bc
Name:
stack-exchange
Unicode:
f18d
Name:
stack-overflow
Unicode:
f16c
Name:
staylinked
Unicode:
f3f5
Name:
steam
Unicode:
f1b6
Name:
steam-square
Unicode:
f1b7
Name:
steam-symbol
Unicode:
f3f6
Name:
sticker-mule
Unicode:
f3f7
Name:
strava
Unicode:
f428
Name:
stripe
Unicode:
f429
Name:
stripe-s
Unicode:
f42a
Name:
studiovinari
Unicode:
f3f8
Name:
stumbleupon
Unicode:
f1a4
Name:
stumbleupon-circle
Unicode:
f1a3
Name:
superpowers
Unicode:
f2dd
Name:
supple
Unicode:
f3f9
Name:
telegram
Unicode:
f2c6
Name:
telegram-plane
Unicode:
f3fe
Name:
tencent-weibo
Unicode:
f1d5
Name:
themeisle
Unicode:
f2b2
Name:
trello
Unicode:
f181
Name:
tripadvisor
Unicode:
f262
Name:
tumblr
Unicode:
f173
Name:
tumblr-square
Unicode:
f174
Name:
twitch
Unicode:
f1e8
Name:
twitter
Unicode:
f099
Name:
twitter-square
Unicode:
f081
Name:
typo3
Unicode:
f42b
Name:
uber
Unicode:
f402
Name:
uikit
Unicode:
f403
Name:
uniregistry
Unicode:
f404
Name:
untappd
Unicode:
f405
Name:
usb
Unicode:
f287
Name:
ussunnah
Unicode:
f407
Name:
vaadin
Unicode:
f408
Name:
viacoin
Unicode:
f237
Name:
viadeo
Unicode:
f2a9
Name:
viadeo-square
Unicode:
f2aa
Name:
viber
Unicode:
f409
Name:
vimeo
Unicode:
f40a
Name:
vimeo-square
Unicode:
f194
Name:
vimeo-v
Unicode:
f27d
Name:
vine
Unicode:
f1ca
Name:
vk
Unicode:
f189
Name:
vnv
Unicode:
f40b
Name:
vuejs
Unicode:
f41f
Name:
weibo
Unicode:
f18a
Name:
weixin
Unicode:
f1d7
Name:
whatsapp
Unicode:
f232
Name:
whatsapp-square
Unicode:
f40c
Name:
whmcs
Unicode:
f40d
Name:
wikipedia-w
Unicode:
f266
Name:
windows
Unicode:
f17a
Name:
wordpress
Unicode:
f19a
Name:
wordpress-simple
Unicode:
f411
Name:
wpbeginner
Unicode:
f297
Name:
wpexplorer
Unicode:
f2de
Name:
wpforms
Unicode:
f298
Name:
xbox
Unicode:
f412
Name:
xing
Unicode:
f168
Name:
xing-square
Unicode:
f169
Name:
y-combinator
Unicode:
f23b
Name:
yahoo
Unicode:
f19e
Name:
yandex
Unicode:
f413
Name:
yandex-international
Unicode:
f414
Name:
yelp
Unicode:
f1e9
Name:
yoast
Unicode:
f2b1
Name:
youtube
Unicode:
f167
Name:
youtube-square
Unicode:
f431
Back To Top