Material Design Shield Icon

Material Design Shield Icon refers to wide piece of metal or any other suitable material, with straps or handles on one side, used as protection against blows or projectiles. This Material Design Shield icon code is "shield". You can use this shield icon as Material UI, Vuetify, and Angular Material (Mat Icon).

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

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

How to add Material Design Shield Icon ?

Material Icon shield 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">shield</span>
Icon Code -
shield


thumb_up

Shield

shield

Icon

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

Code

shield

Shield

shield

Icon

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

Code

shield

Shield

shield

Icon

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

Code

shield

Shield

shield

Icon

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

Code

shield

Shield

shield

Icon

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

Code

shield

2. Vuetify Icon Shield

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

thumb_up

<v-icon>shield</v-icon>

3. Material Ui Icon Shield - React

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

thumb_up

import ShieldIcon from '@mui/icons-material/Shield'

3. Angular Material Icon Shield - mat-icon

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

thumb_up

<mat-icon>shield</mat-icon>

Tags

certified, privacy, private, protect, protection, secure, security, shield, verified, Vuetify Shield Icon (Vue Js), Material Ui Shield Icon (React Js), Mat Icon Shield (Angular Material)

shield

shield

shield

shield


Material Icon Shield Icon | shield | HTML, CSS

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

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

Output of the above example will be as below-

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

shield- Faq(s)?

⭐What is the Material Design Shield Icon code?

Icon Code is - shield.

⭐ What is Vuetify Shield Icon code?

Vuetify Shield Icon code is: shield

⭐What is Material UI Shield Icon (React) code?

import shieldIcon from '@mui/icons-material/shield

⭐ What is Angular Material Shield Icon code?

Shield.

Advertisements



For More Icons?