Material Design Mark Email Read Icon

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

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

How to add Material Design Mark Email Read Icon ?

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

Mark Email Read

mark_email_read

1. Web

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

thumb_up

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


thumb_up

Mark Email Read

mark_email_read

Icon

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

Code

mark_email_read

Mark Email Read

mark_email_read

Icon

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

Code

mark_email_read

Mark Email Read

mark_email_read

Icon

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

Code

mark_email_read

Mark Email Read

mark_email_read

Icon

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

Code

mark_email_read

Mark Email Read

mark_email_read

Icon

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

Code

mark_email_read

2. Vuetify Icon Mark Email Read

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

thumb_up

<v-icon>mark_email_read</v-icon>

3. Material Ui Icon Mark Email Read - React

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

thumb_up

import MarkEmailReadIcon from '@mui/icons-material/MarkEmailRead'

3. Angular Material Icon Mark Email Read - mat-icon

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

thumb_up

<mat-icon>mark_email_read</mat-icon>

Tags

approve, check, complete, done, email, envelop, letter, mail, mark, message, note, ok, read, select, send, sent, tick, yes

mark_email_read

mark_email_read

mark_email_read

mark_email_read


Material Icon Mark Email Read Icon | mark_email_read | HTML, CSS

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

Change Material Icon Icon Mark Email Read 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"> mark_email_read</span>
<span class="material-icons green-color">mark_email_read </span>
<span class="material-icons teal-color"> mark_email_read</span>
<span class="material-icons yellow-color">mark_email_read </span>
<span class="material-icons red-color">mark_email_read </span>

Output of the above example will be as below-

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



mark_email_read- Faq(s)?

⭐What is the Material Design Mark Email Read Icon code?

Icon Code is - mark_email_read.

⭐ What is Vuetify Mark Email Read Icon code?

Vuetify Mark Email Read Icon code is: mark_email_read

⭐What is Material UI Mark Email Read Icon (React) code?

import mark_email_readIcon from '@mui/icons-material/mark_email_read

⭐ What is Angular Material Mark Email Read Icon code?

Mark Email Read.

Advertisements



For More Icons?