Material Design Construction Icon

Material Design Construction Icon refers to the act of making something, usually a large structure. This Material Design Construction icon code is "construction". You can use this construction icon as Vuetify, Material UI, and Angular Material (Mat Icon).

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

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

How to add Material Design Construction Icon ?

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

1. Web

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

thumb_up

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


thumb_up

Construction

construction

Icon

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

Code

construction

Construction

construction

Icon

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

Code

construction

Construction

construction

Icon

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

Code

construction

Construction

construction

Icon

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

Code

construction

Construction

construction

Icon

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

Code

construction

2. Vuetify Icon Construction

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

thumb_up

<v-icon>construction</v-icon>

3. Material Ui Icon Construction - React

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

thumb_up

import ConstructionIcon from '@mui/icons-material/Construction'

3. Angular Material Icon Construction - mat-icon

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

thumb_up

<mat-icon>construction</mat-icon>

Tags

build, carpenter, construction, equipment, fix, hammer, improvement, industrial, industry, repair, tools, wrench,Vuetify Construction Icon (Vue Js), Material Ui Construction Icon (React Js), Mat Icon Construction (Angular Material)

construction

construction

construction

construction


Material Icon Construction Icon | construction | HTML, CSS

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

Change Material Icon Icon Construction 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"> construction</span>
<span class="material-icons green-color">construction </span>
<span class="material-icons teal-color"> construction</span>
<span class="material-icons yellow-color">construction </span>
<span class="material-icons red-color">construction </span>

Output of the above example will be as below-

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



Related Icons

Advertisements



For More Icons?