Material Design Not Started Icon

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

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

How to add Material Design Not Started Icon ?

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

Not Started

not_started

1. Web

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

thumb_up

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


thumb_up

Not Started

not_started

Icon

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

Code

not_started

Not Started

not_started

Icon

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

Code

not_started

Not Started

not_started

Icon

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

Code

not_started

Not Started

not_started

Icon

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

Code

not_started

Not Started

not_started

Icon

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

Code

not_started

2. Vuetify Icon Not Started

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

thumb_up

<v-icon>not_started</v-icon>

3. Material Ui Icon Not Started - React

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

thumb_up

import NotStartedIcon from '@mui/icons-material/NotStarted'

3. Angular Material Icon Not Started - mat-icon

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

thumb_up

<mat-icon>not_started</mat-icon>

Tags

circle, media, not, pause, play, started, video

not_started

not_started

not_started

not_started


Material Icon Not Started Icon | not_started | HTML, CSS

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

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

Output of the above example will be as below-

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



not_started- Faq(s)?

⭐What is the Material Design Not Started Icon code?

Icon Code is - not_started.

⭐ What is Vuetify Not Started Icon code?

Vuetify Not Started Icon code is: not_started

⭐What is Material UI Not Started Icon (React) code?

import not_startedIcon from '@mui/icons-material/not_started

⭐ What is Angular Material Not Started Icon code?

Not Started.

Advertisements



For More Icons?