Material Design People Icon

Material Design People Icon refers to a member of a particular nation, community, or ethnic group. This Material Design People icon code is "people". You can use this people icon as Material UI, Vuetify, and Angular Material (Mat Icon).

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

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

How to add Material Design People Icon ?

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


thumb_up

People

people

Icon

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

Code

people

People

people

Icon

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

Code

people

People

people

Icon

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

Code

people

People

people

Icon

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

Code

people

People

people

Icon

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

Code

people

2. Vuetify Icon People

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

thumb_up

<v-icon>people</v-icon>

3. Material Ui Icon People - React

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

thumb_up

import PeopleIcon from '@mui/icons-material/People'

3. Angular Material Icon People - mat-icon

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

thumb_up

<mat-icon>people</mat-icon>

Tags

accounts, committee, community, face, family, friends, group, humans, network, people, persons, profiles, social, team, users,Vuetify People Icon (Vue Js), Material Ui People Icon (React Js), Mat Icon People (Angular Material)

people

people

people

people


Material Icon People Icon | people | HTML, CSS

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

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

Output of the above example will be as below-

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



people- Faq(s)?

⭐What is the Material Design People Icon code?

Icon Code is - people.

⭐ What is Vuetify People Icon code?

Vuetify People Icon code is: people

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

import peopleIcon from '@mui/icons-material/people

⭐ What is Angular Material People Icon code?

People.

Advertisements



For More Icons?