Material Design Store Mall Directory Icon

Store Mall Directory 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 store_mall_directory to any element to add the icon. Material Design Store Mall Directory Icon can be resized as per your need. You can manage size of icon(store_mall_directory) by using font-size css style.

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

How to add Material Design Store Mall Directory Icon ?

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

Store Mall Directory

store_mall_directory

1. Web

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

thumb_up

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


thumb_up

Store Mall Directory

store_mall_directory

Icon

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

Code

store_mall_directory

Store Mall Directory

store_mall_directory

Icon

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

Code

store_mall_directory

Store Mall Directory

store_mall_directory

Icon

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

Code

store_mall_directory

Store Mall Directory

store_mall_directory

Icon

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

Code

store_mall_directory

Store Mall Directory

store_mall_directory

Icon

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

Code

store_mall_directory

2. Vuetify Icon Store Mall Directory

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

thumb_up

<v-icon>store_mall_directory</v-icon>

3. Material Ui Icon Store Mall Directory - React

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

thumb_up

import StoreMallDirectoryIcon from '@mui/icons-material/StoreMallDirectory'

3. Angular Material Icon Store Mall Directory - mat-icon

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

thumb_up

<mat-icon>store_mall_directory</mat-icon>

Tags

directory, mall, store

store_mall_directory

store_mall_directory

store_mall_directory

store_mall_directory


Material Icon Store Mall Directory Icon | store_mall_directory | HTML, CSS

Adding Material Icon icon HTML Store Mall Directory(store_mall_directory) 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 Store Mall Directory Icon Store Mall Directory as per your requirement, suppose that you need to chnage the color of Store Mall Directory icon or change the size of size. It is pretty simple to change color of icon Store Mall Directory just add style="color:red" it will make font color red. On the same way you can change size of Store Mall Directory icon by just adding style="font-size:50px;". Smililarly you can add border color, shadow and other font styles to Store Mall Directory. Hope this icon fullfilled your need. Thanks for visiting us.

Change Material Icon Icon Store Mall Directory 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"> store_mall_directory</span>
<span class="material-icons green-color">store_mall_directory </span>
<span class="material-icons teal-color"> store_mall_directory</span>
<span class="material-icons yellow-color">store_mall_directory </span>
<span class="material-icons red-color">store_mall_directory </span>

Output of the above example will be as below-

store_mall_directory store_mall_directory store_mall_directory store_mall_directory store_mall_directory
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



store_mall_directory- Faq(s)?

⭐What is the Material Design Store Mall Directory Icon code?

Icon Code is - store_mall_directory.

⭐ What is Vuetify Store Mall Directory Icon code?

Vuetify Store Mall Directory Icon code is: store_mall_directory

⭐What is Material UI Store Mall Directory Icon (React) code?

import store_mall_directoryIcon from '@mui/icons-material/store_mall_directory

⭐ What is Angular Material Store Mall Directory Icon code?

Store Mall Directory.

Advertisements



For More Icons?