Material Design Local Convenience Store Icon

Local Convenience Store Icon is given below. You can use this icon on the same way in your project. First make sure you have added Material Icon library. If this library is added just add the HTML css class local_convenience_store to any element to add the icon. Material Design Local Convenience Store Icon can be resized as per your need. You can manage size of icon(local_convenience_store) by using font-size css style.

You can get steps to add HTML icon Local Convenience Store in Web, Vuetify, Material UI, Material Design and Angular Material framwork.

How to add Material Design Local Convenience Store Icon ?

Material Icon local_convenience_store Icon can be added to any web page simply as below.

Local Convenience Store

local_convenience_store

1. Web

You can integrate Icon in web pages by just adding following below syntax & icon code.

thumb_up

Icon -
<span class="material-icons">local_convenience_store</span>
Icon Code -
local_convenience_store


thumb_up

Local Convenience Store

local_convenience_store

Icon

<span class='material-icons-outlined'>local_convenience_store</span>

Code

local_convenience_store

Local Convenience Store

local_convenience_store

Icon

<span class='material-icons'>local_convenience_store</span>

Code

local_convenience_store

Local Convenience Store

local_convenience_store

Icon

<span class='material-icons-round'>local_convenience_store</span>

Code

local_convenience_store

Local Convenience Store

local_convenience_store

Icon

<span class='material-icons-sharp'>local_convenience_store</span>

Code

local_convenience_store

Local Convenience Store

local_convenience_store

Icon

<span class='material-icons-two-tone'>local_convenience_store</span>

Code

local_convenience_store

2. Vuetify Icon Local Convenience Store

You can add icon in vuetify(VueJS) material design framework just as below-

thumb_up

<v-icon>local_convenience_store</v-icon>

3. Material Ui Icon Local Convenience Store - React

You can add icon in MaterialUi react framework just as below-

thumb_up

import LocalConvenienceStoreIcon from '@mui/icons-material/LocalConvenienceStore'

3. Angular Material Icon Local Convenience Store - mat-icon

You can add mat icon Angular Material in Angular Material framework by just adding below code-

thumb_up

<mat-icon>local_convenience_store</mat-icon>

Tags

--, 24, bill, building, business, card, cash, coin, commerce, company, convenience, credit, currency, dollars, local, maps, market, money, new, online, pay, payment, plus, shop, shopping, store, storefront, symbol

local_convenience_store

local_convenience_store

local_convenience_store

local_convenience_store


Material Icon Local Convenience Store Icon | local_convenience_store | HTML, CSS

Adding Material Icon icon HTML Local Convenience Store(local_convenience_store) in web project is very simple. You need to add the icon class along with material-icons, it is basically main class and mandatory for icons so do not forget to add this class. You can customize Material Icon Local Convenience Store Icon Local Convenience Store as per your requirement, suppose that you need to chnage the color of Local Convenience Store icon or change the size of size. It is pretty simple to change color of icon Local Convenience Store just add style="color:red" it will make font color red. On the same way you can change size of Local Convenience Store icon by just adding style="font-size:50px;". Smililarly you can add border color, shadow and other font styles to Local Convenience Store. Hope this icon fullfilled your need. Thanks for visiting us.

Change Material Icon Icon Local Convenience Store 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>
<span class="material-icons blue-color"> local_convenience_store</span>
<span class="material-icons green-color">local_convenience_store </span>
<span class="material-icons teal-color"> local_convenience_store</span>
<span class="material-icons yellow-color">local_convenience_store </span>
<span class="material-icons red-color">local_convenience_store </span>

Output of the above example will be as below-

local_convenience_store local_convenience_store local_convenience_store local_convenience_store local_convenience_store
Note- Make Sure You have included the below Material Design file in header-

        <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
    

Advertisements



local_convenience_store- Faq(s)?

⭐What is the Material Design Local Convenience Store Icon code?

Icon Code is - local_convenience_store.

⭐ What is Vuetify Local Convenience Store Icon code?

Vuetify Local Convenience Store Icon code is: local_convenience_store

⭐What is Material UI Local Convenience Store Icon (React) code?

import local_convenience_storeIcon from '@mui/icons-material/local_convenience_store

⭐ What is Angular Material Local Convenience Store Icon code?

Local Convenience Store.

Advertisements



For More Icons?