Search Results
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
1. Web
You can integrate Icon in web pages by just adding following below syntax & icon code.
Donut Small
Icon
<span class='material-icons-outlined'>donut_small</span>
Code
donut_small
Donut Small
Icon
<span class='material-icons'>donut_small</span>
Code
donut_small
Donut Small
Icon
<span class='material-icons-round'>donut_small</span>
Code
donut_small
Donut Small
Icon
<span class='material-icons-sharp'>donut_small</span>
Code
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-
3. Material Ui Icon Donut Small - React
You can add icon in MaterialUi react framework just as below-
3. Angular Material Icon Donut Small - mat-icon
You can add mat icon Angular Material in Angular Material framework by just adding below code-
Tags
analytics, chart, data, diagram, donut, graph, infographic, inprogress, measure, metrics, pie, small, statistics, tracking
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-
<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:
import donut_smallIcon from '@mui/icons-material/donut_small
⭐ What is Angular Material Donut Small Icon code?
Advertisements