Material Design Description Icon

Material Design Description Icon refers to a statement that gives details about someone or something. This Material Design Description icon code is "description". You can use this description icon as Material UI, Vuetify, and Angular Material (Mat Icon).

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

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

How to add Material Design Description Icon ?

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


thumb_up

Description

description

Icon

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

Code

description

Description

description

Icon

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

Code

description

Description

description

Icon

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

Code

description

Description

description

Icon

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

Code

description

Description

description

Icon

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

Code

description

2. Vuetify Icon Description

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

thumb_up

<v-icon>description</v-icon>

3. Material Ui Icon Description - React

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

thumb_up

import DescriptionIcon from '@mui/icons-material/Description'

3. Angular Material Icon Description - mat-icon

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

thumb_up

<mat-icon>description</mat-icon>

Tags

article, data, description, doc, document, drive, file, folder, folders, notes, page, paper, sheet, slide, text, writing,Vuetify Description Icon (Vue Js), Material Ui Description Icon (React Js), Mat Icon Description (Angular Material)

description

description

description

description


Material Icon Description Icon | description | HTML, CSS

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

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

Output of the above example will be as below-

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

description- Faq(s)?

⭐What is the Material Design Description Icon code?

Icon Code is - description.

⭐ What is Vuetify Description Icon code?

Vuetify Description Icon code is: description

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

import descriptionIcon from '@mui/icons-material/description

⭐ What is Angular Material Description Icon code?

Description.

Advertisements



For More Icons?