Material Design Brush Icon

Material Design Brush Icon refers to utensil with a handle and a block of bristles, hair or wire, used especially to clean, apply liquid or powder on a surface, or to fix the hair. This Material Design Brush icon code is "brush". You can use this brush icon as Material UI, Vuetify, and Angular Material (Mat Icon).

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

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

How to add Material Design Brush Icon ?

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


thumb_up

Brush

brush

Icon

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

Code

brush

Brush

brush

Icon

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

Code

brush

Brush

brush

Icon

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

Code

brush

Brush

brush

Icon

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

Code

brush

Brush

brush

Icon

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

Code

brush

2. Vuetify Icon Brush

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

thumb_up

<v-icon>brush</v-icon>

3. Material Ui Icon Brush - React

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

thumb_up

import BrushIcon from '@mui/icons-material/Brush'

3. Angular Material Icon Brush - mat-icon

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

thumb_up

<mat-icon>brush</mat-icon>

Tags

art, brush, design, draw, edit, editing, paint, painting, tool,Vuetify Brush Icon (Vue Js), Material Ui Brush Icon (React Js), Mat Icon Brush (Angular Material)

brush

brush

brush

brush


Material Icon Brush Icon | brush | HTML, CSS

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

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

Output of the above example will be as below-

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

brush- Faq(s)?

⭐What is the Material Design Brush Icon code?

Icon Code is - brush.

⭐ What is Vuetify Brush Icon code?

Vuetify Brush Icon code is: brush

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

import brushIcon from '@mui/icons-material/brush

⭐ What is Angular Material Brush Icon code?

Brush.

Advertisements



For More Icons?