Material Design Diamond Icon

Material Design Diamond Icon refers to a gemstone consisting of a clear, colorless crystalline form of pure carbon, the hardest natural material. This Material Design Diamond icon code is "diamond". You can use this diamond icon as Vuetify, Material UI, and Angular Material (Mat Icon).

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

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

How to add Material Design Diamond Icon ?

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


thumb_up

Diamond

diamond

Icon

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

Code

diamond

Diamond

diamond

Icon

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

Code

diamond

Diamond

diamond

Icon

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

Code

diamond

Diamond

diamond

Icon

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

Code

diamond

Diamond

diamond

Icon

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

Code

diamond

2. Vuetify Icon Diamond

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

thumb_up

<v-icon>diamond</v-icon>

3. Material Ui Icon Diamond - React

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

thumb_up

import DiamondIcon from '@mui/icons-material/Diamond'

3. Angular Material Icon Diamond - mat-icon

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

thumb_up

<mat-icon>diamond</mat-icon>

Tags

gem.,jewel.,rhinestone.,allotrope.,corundum.,ice.,lozenge.,paragon.,Vuetify Diamond Icon (Vue Js), Material Ui Diamond Icon (React Js), Mat Icon Diamond (Angular Material)

diamond

diamond

diamond

diamond


Material Icon Diamond Icon | diamond | HTML, CSS

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

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

Output of the above example will be as below-

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

diamond- Faq(s)?

⭐What is the Material Design Diamond Icon code?

Icon Code is - diamond.

⭐ What is Vuetify Diamond Icon code?

Vuetify Diamond Icon code is: diamond

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

import diamondIcon from '@mui/icons-material/diamond

⭐ What is Angular Material Diamond Icon code?

Diamond.

Advertisements



For More Icons?