Search Results
Font Awesome Bank (Money, Transaction, Withdraw)
Fontawesome Version 4.X
bank
<i class='fa fa-bank'></i>
bank
<i class='fa fa-bank' style='color: white'></i>
bank
<i class='fa fa-bank' style='color: red'></i>
bank
<i class='fa fa-bank' style='color: blue'></i>
bank
<i class='fa fa-bank' style='color: #f3da35'></i>
How to add Font Awesome bank Icon ?
Font Awesome Icon fa fa bank Icon can be added to any web page simply as below. You can integrate Icon in web pages by just adding following below syntax & icon code.
HTML Code
Get complete html code for icon bank
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
</head>
<body>
<i class='fa fa-bank'></i>
</body>
</html>
Tags
fund,stock,store,treasury,coffer,countinghouse,depository,exchequer,reserve,reservoir,savings,stockpile,storehouse,credit union,investment firm, Commerce,Money,Banking,Temple,transaction,withdraw,safe,Market,money transfer,office,organization,accounting ,piggy-bank, finance,payment,currancy
Change Font Awesome Icon Bank Color
Sometimes we need icons in different color, as we suggested by adding css style we can change color. Here we have created one example to change color of icons with css classes.
<style>
.blue-color {
color:blue;
}
.green-color {
color:green;
}
.teal-color {
color:teal;
}
.yellow-color {
color:yellow;
}
.red-color {
color:red;
}
</style>
<i class='fa fa-bank blue-color'></i>
<i class='fa fa-bank green-color'></i>
<i class='fa fa-bank teal-color'></i>
<i class='fa fa-bank yellow-color'></i>
<i class='fa fa-bank red-color'></i>
Output of the above example will be as below-
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
Bank Icon Font Awesome - FAQs
⭐What is the Font Awesome Bank Icon code?Icon Code is - fa fa-bank.
⭐ What does the fa fa-bank Icon mean?fa fa-bank is the Icon code of Font Awesome Bank.
⭐ Can we add fa fa-bank Icon in different sizes?Yes, you can Icon of fa fa-bank in various pixels.
⭐ How to add a Blue color Font Awesome Bank Icon?Add the blue color Bank icon of the font awesome by using code: fa fa-bank style='color: blue;'.
⭐ How to make white color icon of a Font Awesome Bank?To change the Bank icon to white color use code: fa fa-bank style='color: white;'.
Advertisements
Advertisements