Material Design Donut Small Icon

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

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

How to add Material Design Donut Small Icon ?

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

Donut Small

donut_small

1. Web

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

thumb_up

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


thumb_up

Donut Small

donut_small

Icon

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

Code

donut_small

Donut Small

donut_small

Icon

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

Code

donut_small

Donut Small

donut_small

Icon

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

Code

donut_small

Donut Small

donut_small

Icon

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

Code

donut_small

Donut Small

donut_small

Icon

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

Code

donut_small

2. Vuetify Icon Donut Small

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

thumb_up

<v-icon>donut_small</v-icon>

3. Material Ui Icon Donut Small - React

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

thumb_up

import DonutSmallIcon from '@mui/icons-material/DonutSmall'

3. Angular Material Icon Donut Small - mat-icon

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

thumb_up

<mat-icon>donut_small</mat-icon>

Tags

analytics, chart, data, diagram, donut, graph, infographic, inprogress, measure, metrics, pie, small, statistics, tracking

donut_small

donut_small

donut_small

donut_small


Material Icon Donut Small Icon | donut_small | HTML, CSS

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

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

Output of the above example will be as below-

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



donut_small- Faq(s)?

⭐What is the Material Design Donut Small Icon code?

Icon Code is - donut_small.

⭐ What is Vuetify Donut Small Icon code?

Vuetify Donut Small Icon code is: donut_small

⭐What is Material UI Donut Small Icon (React) code?

import donut_smallIcon from '@mui/icons-material/donut_small

⭐ What is Angular Material Donut Small Icon code?

Donut Small.

Advertisements



For More Icons?