Material Design Clean Hands Icon

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

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

How to add Material Design Clean Hands Icon ?

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

Clean Hands

clean_hands

1. Web

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

thumb_up

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


thumb_up

Clean Hands

clean_hands

Icon

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

Code

clean_hands

Clean Hands

clean_hands

Icon

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

Code

clean_hands

Clean Hands

clean_hands

Icon

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

Code

clean_hands

Clean Hands

clean_hands

Icon

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

Code

clean_hands

Clean Hands

clean_hands

Icon

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

Code

clean_hands

2. Vuetify Icon Clean Hands

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

thumb_up

<v-icon>clean_hands</v-icon>

3. Material Ui Icon Clean Hands - React

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

thumb_up

import CleanHandsIcon from '@mui/icons-material/CleanHands'

3. Angular Material Icon Clean Hands - mat-icon

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

thumb_up

<mat-icon>clean_hands</mat-icon>

Tags

bacteria, clean, disinfect, germs, gesture, hand, hands, sanitize, sanitizer

clean_hands

clean_hands

clean_hands

clean_hands


Material Icon Clean Hands Icon | clean_hands | HTML, CSS

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

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

Output of the above example will be as below-

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



clean_hands- Faq(s)?

⭐What is the Material Design Clean Hands Icon code?

Icon Code is - clean_hands.

⭐ What is Vuetify Clean Hands Icon code?

Vuetify Clean Hands Icon code is: clean_hands

⭐What is Material UI Clean Hands Icon (React) code?

import clean_handsIcon from '@mui/icons-material/clean_hands

⭐ What is Angular Material Clean Hands Icon code?

Clean Hands.

Advertisements



For More Icons?