Font Awesome Shop Icon (Retail, Store, Purchasing)

The Font Awesome Shop icon is used to indicate store, purchasing, and retail. This Font Awesome icon is also known as 'fa shop' and is available in version 6. It can be accessed by the class name 'fa-solid fa-shop'.

Fontawesome Version 6.X

shop

Web

<i class='fa-solid fa-shop'></i>

React

<FontAwesomeIcon icon="fa-solid fa-shop" />

Vue

<font-awesome-icon icon="fa-solid fa-shop" />

shop

Web

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

React

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

Vue

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

shop

Web

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

React

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

Vue

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

shop

Web

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

React

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

Vue

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

shop

Web

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

React

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

Vue

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

How to add Font Awesome shop Icon ?

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

HTML Code

Get complete html code for icon shop

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

Tags

retail,store,shopping,purchasing,service

Change Font Awesome Icon Shop 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-shop blue-color'></i> <i class='fa-solid fa-shop green-color'></i> <i class='fa-solid fa-shop teal-color'></i> <i class='fa-solid fa-shop yellow-color'></i> <i class='fa-solid fa-shop 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

Shop Icon Font Awesome - FAQs

⭐What is the Font Awesome Shop Icon code?

Icon Code is - fa-solid fa-shop.

⭐ What does the fa-solid fa-shop Icon mean?

fa-solid fa-shop is the Icon code of Font Awesome Shop.

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

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

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

Add the blue color Shop icon of the font awesome by using code: fa-solid fa-shop style='color: blue;'.

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

To change the Shop icon to white color use code: fa-solid fa-shop style='color: white;'.

Advertisements



Advertisements



Looking For More Icons?