Material Design Format Clear Icon

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

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

How to add Material Design Format Clear Icon ?

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

Format Clear

format_clear

1. Web

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

thumb_up

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


thumb_up

Format Clear

format_clear

Icon

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

Code

format_clear

Format Clear

format_clear

Icon

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

Code

format_clear

Format Clear

format_clear

Icon

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

Code

format_clear

Format Clear

format_clear

Icon

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

Code

format_clear

Format Clear

format_clear

Icon

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

Code

format_clear

2. Vuetify Icon Format Clear

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

thumb_up

<v-icon>format_clear</v-icon>

3. Material Ui Icon Format Clear - React

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

thumb_up

import FormatClearIcon from '@mui/icons-material/FormatClear'

3. Angular Material Icon Format Clear - mat-icon

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

thumb_up

<mat-icon>format_clear</mat-icon>

Tags

T, alphabet, character, clear, disabled, doc, edit, editing, editor, enabled, font, format, letter, off, on, sheet, slash, spreadsheet, style, symbol, text, type, writing

format_clear

format_clear

format_clear

format_clear


Material Icon Format Clear Icon | format_clear | HTML, CSS

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

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

Output of the above example will be as below-

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



format_clear- Faq(s)?

⭐What is the Material Design Format Clear Icon code?

Icon Code is - format_clear.

⭐ What is Vuetify Format Clear Icon code?

Vuetify Format Clear Icon code is: format_clear

⭐What is Material UI Format Clear Icon (React) code?

import format_clearIcon from '@mui/icons-material/format_clear

⭐ What is Angular Material Format Clear Icon code?

Format Clear.

Advertisements



For More Icons?