Font Awesome Coffee Icon (Steam, Espresso, Latte)

The Font Awesome Coffee icon is used to indicate Steam, Espresso, Latte . This icon is available in two versions : fa fa-coffee for 4 version and fas fa-coffee for 5 version. It is Represents in the seeds (coffee beans) of a tropical tree, ground into a powder and used to make beverages

Fontawesome Version 4.X

coffee

<i class='fa fa-coffee'></i>

coffee

<i class='fa fa-coffee' style='color: white'></i>

coffee

<i class='fa fa-coffee' style='color: red'></i>

coffee

<i class='fa fa-coffee' style='color: blue'></i>

coffee

<i class='fa fa-coffee' style='color: #f3da35'></i>
Try it Yourself


Fontawesome Version 5.X

coffee

<i class='fas fa-coffee'></i>

coffee

<i class='fas fa-coffee' style='color: white'></i>

coffee

<i class='fas fa-coffee' style='color: red'></i>

coffee

<i class='fas fa-coffee' style='color: blue'></i>

coffee

<i class='fas fa-coffee' style='color: #f3da35'></i>
Try it Yourself

How to add Font Awesome coffee Icon ?

Font Awesome Icon fa fa coffee 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.

Icon -
<i class='fa fa-coffee'></i>
Icon Code -
fa fa-coffee

HTML Code

Get complete html code for icon coffee

                    
                    <!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-coffee'></i>
                        </body>
                    </html>                    

Tags

mug,tea,coffee bean,espresso,steam,brands,latte

Change Font Awesome Icon Coffee 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-coffee blue-color'></i> <i class='fa fa-coffee green-color'></i> <i class='fa fa-coffee teal-color'></i> <i class='fa fa-coffee yellow-color'></i> <i class='fa fa-coffee red-color'></i>

Output of the above example will be as below-


Note- Make Sure You have included the below Font Awesome file in header-
            
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>            
            
Related Icons
 

Coffee Icon Font Awesome - FAQs

⭐What is the Font Awesome Coffee Icon code?

Icon Code is - fa fa-coffee.

⭐ What does the fa fa-coffee Icon mean?

fa fa-coffee is the Icon code of Font Awesome Coffee.

⭐ Can we add fa fa-coffee Icon in different sizes?

Yes, you can Icon of fa fa-coffee in various pixels.

⭐ How to add a Blue color Font Awesome Coffee Icon?

Add the blue color Coffee icon of the font awesome by using code: fa fa-coffee style='color: blue;'.

⭐ How to make white color icon of a Font Awesome Coffee?

To change the Coffee icon to white color use code: fa fa-coffee style='color: white;'.

Advertisements



Advertisements



Looking For More Icons?