Material Design Male Icon

Material Design Male Icon refers to of or denoting the sex that produces gametes, especially sperm, with which a female can be fertilized or inseminated to produce offspring. This Material Design Male icon code is "male". You can use this male icon as Material UI, Vuetify, and Angular Material (Mat Icon).

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

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

How to add Material Design Male Icon ?

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


thumb_up

Male

male

Icon

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

Code

male

Male

male

Icon

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

Code

male

Male

male

Icon

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

Code

male

Male

male

Icon

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

Code

male

Male

male

Icon

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

Code

male

2. Vuetify Icon Male

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

thumb_up

<v-icon>male</v-icon>

3. Material Ui Icon Male - React

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

thumb_up

import MaleIcon from '@mui/icons-material/Male'

3. Angular Material Icon Male - mat-icon

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

thumb_up

<mat-icon>male</mat-icon>

Tags

boy, gender, male, man, social, symbol,Vuetify Male Icon (Vue Js), Material Ui Male Icon (React Js), Mat Icon Male (Angular Material)

male

male

male

male


Material Icon Male Icon | male | HTML, CSS

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

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

Output of the above example will be as below-

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

male- Faq(s)?

⭐What is the Material Design Male Icon code?

Icon Code is - male.

⭐ What is Vuetify Male Icon code?

Vuetify Male Icon code is: male

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

import maleIcon from '@mui/icons-material/male

⭐ What is Angular Material Male Icon code?

Male.

Advertisements



For More Icons?