Search Results
Material Design Star Icon
Star 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 star to any element to add the icon. Material Design Star Icon can be resized as per your need. You can manage size of icon(star) by using font-size css style.
You can get steps to add HTML icon Star in Web, Vuetify, Material UI, Material Design and Angular Material framwork.
How to add Material Design Star Icon ?
Material Icon star Icon can be added to any web page simply as below.
1. Web
You can integrate Icon in web pages by just adding following below syntax & icon code.
Star
Icon
<span class='material-icons-outlined'>star</span>
Code
star
Star
Icon
<span class='material-icons'>star</span>
Code
star
Star
Icon
<span class='material-icons-round'>star</span>
Code
star
Star
Icon
<span class='material-icons-sharp'>star</span>
Code
star
Star
Icon
<span class='material-icons-two-tone'>star</span>
Code
star
2. Vuetify Icon Star
You can add icon in vuetify(VueJS) material design framework just as below-
3. Material Ui Icon Star - React
You can add icon in MaterialUi react framework just as below-
3. Angular Material Icon Star - mat-icon
You can add mat icon Angular Material in Angular Material framework by just adding below code-
Tags
best, bookmark, favorite, highlight, ranking, rate, rating, save, star, toggle,Vuetify Star Icon (Vue Js), Material UI Star Icon (React Js), Mat Icon Star (Angular Material)
Material Icon Star Icon | star | HTML, CSS
Adding Material Icon icon HTML Star(star) 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 Star Icon Star as per your requirement, suppose that you need to chnage the color of Star icon or change the size of size. It is pretty simple to change color of icon Star just add style="color:red" it will make font color red. On the same way you can change size of Star icon by just adding style="font-size:50px;". Smililarly you can add border color, shadow and other font styles to Star. Hope this icon fullfilled your need. Thanks for visiting us.
Change Material Icon Icon Star 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"> star</span>
<span class="material-icons green-color">star </span>
<span class="material-icons teal-color"> star</span>
<span class="material-icons yellow-color">star </span>
<span class="material-icons red-color">star </span>
Output of the above example will be as below-
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
Advertisements
star- Faq(s)?
⭐What is the Material Design Star Icon code?Icon Code is - star.
⭐ What is Vuetify Star Icon code? Vuetify Star Icon code is:
import starIcon from '@mui/icons-material/star
⭐ What is Angular Material Star Icon code?
Advertisements