Font Awesome Whiskey Icon (Bourbon , Scotch magnate)

Font Awesome Whiskey Icon is used to indicate Bourbon , Scotch magnate. This Icon Available in Version 6 And Can be Access by Class Name : fa-solid fa-whiskey-glass. If You Want to Edit or Customize this Fa whiskey-glass use tryit Editor.

Fontawesome Version 6.X

whiskey glass

Web

<i class='fa-solid fa-whiskey-glass'></i>

React

<FontAwesomeIcon icon="fa-solid fa-whiskey-glass" />

Vue

<font-awesome-icon icon="fa-solid fa-whiskey-glass" />

whiskey glass

Web

<i class='fa-solid fa-whiskey-glass' style='color: white'></i>

React

<FontAwesomeIcon icon="fa-solid fa-whiskey-glass" style={{color: 'white'}} />

Vue

<font-awesome-icon icon="fa-solid fa-whiskey-glass" :style="{color: 'white'}" />

whiskey glass

Web

<i class='fa-solid fa-whiskey-glass' style='color: red'></i>

React

<FontAwesomeIcon icon="fa-solid fa-whiskey-glass" style={{color: 'red'}} />

Vue

<font-awesome-icon icon="fa-solid fa-whiskey-glass" :style="{color: 'red'}" />

whiskey glass

Web

<i class='fa-solid fa-whiskey-glass' style='color: blue'></i>

React

<FontAwesomeIcon icon="fa-solid fa-whiskey-glass" style={{color: 'blue'}} />

Vue

<font-awesome-icon icon="fa-solid fa-whiskey-glass" :style="{color: 'blue'}" />

whiskey glass

Web

<i class='fa-solid fa-whiskey-glass' style='color: #f3da35'></i>

React

<FontAwesomeIcon icon="fa-solid fa-whiskey-glass" style={{color: '#f3da35'}} />

Vue

<font-awesome-icon icon="fa-solid fa-whiskey-glass" :style="{color: '#f3da35'}" />
Try it Yourself

How to add Font Awesome whiskey glass Icon ?

Font Awesome Icon fa solid fa whiskey glass 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-solid fa-whiskey-glass'></i>
Icon Code -
fa-solid fa-whiskey-glass

HTML Code

Get complete html code for icon whiskey glass

                    
                    <!DOCTYPE html>
                    <html>
                        <head>
                        <title>Page Title</title>
                        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"  crossorigin="anonymous" referrerpolicy="no-referrer" />
                       </head>
                        <body>
                        <i class='fa-solid fa-whiskey-glass'></i>
                        </body>
                    </html>                    

Tags

barrel,distill,spirits

Change Font Awesome Icon Whiskey glass 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-solid fa-whiskey-glass blue-color'></i> <i class='fa-solid fa-whiskey-glass green-color'></i> <i class='fa-solid fa-whiskey-glass teal-color'></i> <i class='fa-solid fa-whiskey-glass yellow-color'></i> <i class='fa-solid fa-whiskey-glass 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/6.5.1/css/all.min.css"  crossorigin="anonymous" referrerpolicy="no-referrer" />            
            
Related Icons

Whiskey Glass Icon Font Awesome - FAQs

⭐What is the Font Awesome Whiskey Glass Icon code?

Icon Code is - fa-solid fa-whiskey-glass.

⭐ What does the fa-solid fa-whiskey-glass Icon mean?

fa-solid fa-whiskey-glass is the Icon code of Font Awesome Whiskey Glass.

⭐ Can we add fa-solid fa-whiskey-glass Icon in different sizes?

Yes, you can Icon of fa-solid fa-whiskey-glass in various pixels.

⭐ How to add a Blue color Font Awesome Whiskey Glass Icon?

Add the blue color Whiskey Glass icon of the font awesome by using code: fa-solid fa-whiskey-glass style='color: blue;'.

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

To change the Whiskey Glass icon to white color use code: fa-solid fa-whiskey-glass style='color: white;'.

Advertisements



Advertisements



Looking For More Icons?