Open/Close Side Menu
Search
Close
vi-VNen-US
Search
23 Tháng Ba 2025

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