Material Design Badge Icon

Material Design Badge Icon refers to a small piece of metal, plastic, or cloth that bears a design or text, usually used to identify a person or to indicate membership in an organization or support for a cause. This Material Design Badge icon code is "badge". You can use this badge icon as Vuetify, Material UI, and Angular Material (Mat Icon).

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

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

How to add Material Design Badge Icon ?

Material Icon badge 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">badge</span>
Icon Code -
badge


thumb_up

Badge

badge

Icon

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

Code

badge

Badge

badge

Icon

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

Code

badge

Badge

badge

Icon

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

Code

badge

Badge

badge

Icon

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

Code

badge

Badge

badge

Icon

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

Code

badge

2. Vuetify Icon Badge

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

thumb_up

<v-icon>badge</v-icon>

3. Material Ui Icon Badge - React

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

thumb_up

import BadgeIcon from '@mui/icons-material/Badge'

3. Angular Material Icon Badge - mat-icon

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

thumb_up

<mat-icon>badge</mat-icon>

Tags

account, avatar, badge, card, certified, employee, face, human, identification, name, people, person, profile, security, user, work,Vuetify Badge Icon (Vue Js), Material Ui Badge Icon (React Js), Mat Icon Badge (Angular Material)

badge

badge

badge

badge


Material Icon Badge Icon | badge | HTML, CSS

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

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

Output of the above example will be as below-

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



Related Icons

badge- Faq(s)?

⭐What is the Material Design Badge Icon code?

Icon Code is - badge.

⭐ What is Vuetify Badge Icon code?

Vuetify Badge Icon code is: badge

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

import badgeIcon from '@mui/icons-material/badge

⭐ What is Angular Material Badge Icon code?

Badge.

Advertisements



For More Icons?