Material Design Star Icon

Material Design Star Icon refers to a fixed point of light in the night sky that is a large and distant incandescent body like the Sun. This Material Design Star icon code is "star". You can use this star icon as Vuetify, Material UI, and Angular Material (Mat 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.

thumb_up

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


thumb_up

Star

star

Icon

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

Code

star

Star

star

Icon

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

Code

star

Star

star

Icon

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

Code

star

Star

star

Icon

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

Code

star

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-

thumb_up

<v-icon>star</v-icon>

3. Material Ui Icon Star - React

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

thumb_up

import StarIcon from '@mui/icons-material/Star'

3. Angular Material Icon Star - mat-icon

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

thumb_up

<mat-icon>star</mat-icon>

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)

star

star

star

star


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-

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



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: star

⭐What is Material UI Star Icon (React) code?

import starIcon from '@mui/icons-material/star

⭐ What is Angular Material Star Icon code?

Star.

Advertisements



For More Icons?