Material Design New Label Icon

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

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

How to add Material Design New Label Icon ?

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

New Label

new_label

1. Web

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

thumb_up

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


thumb_up

New Label

new_label

Icon

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

Code

new_label

New Label

new_label

Icon

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

Code

new_label

New Label

new_label

Icon

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

Code

new_label

New Label

new_label

Icon

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

Code

new_label

New Label

new_label

Icon

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

Code

new_label

2. Vuetify Icon New Label

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

thumb_up

<v-icon>new_label</v-icon>

3. Material Ui Icon New Label - React

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

thumb_up

import NewLabelIcon from '@mui/icons-material/NewLabel'

3. Angular Material Icon New Label - mat-icon

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

thumb_up

<mat-icon>new_label</mat-icon>

new_label

new_label

new_label

new_label


Material Icon New Label Icon | new_label | HTML, CSS

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

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

Output of the above example will be as below-

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



new_label- Faq(s)?

⭐What is the Material Design New Label Icon code?

Icon Code is - new_label.

⭐ What is Vuetify New Label Icon code?

Vuetify New Label Icon code is: new_label

⭐What is Material UI New Label Icon (React) code?

import new_labelIcon from '@mui/icons-material/new_label

⭐ What is Angular Material New Label Icon code?

New Label.

Advertisements



For More Icons?