Search Results
Material Design People Outline Icon
People Outline 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_outline to any element to add the icon. Material Design People Outline Icon can be resized as per your need. You can manage size of icon(people_outline) by using font-size css style.
You can get steps to add HTML icon People Outline in Web, Vuetify, Material UI, Material Design and Angular Material framwork.
How to add Material Design People Outline Icon ?
Material Icon people_outline Icon can be added to any web page simply as below.
People Outline
1. Web
You can integrate Icon in web pages by just adding following below syntax & icon code.
People Outline
Icon
<span class='material-icons-outlined'>people_outline</span>
Code
people_outline
People Outline
Icon
<span class='material-icons'>people_outline</span>
Code
people_outline
People Outline
Icon
<span class='material-icons-round'>people_outline</span>
Code
people_outline
People Outline
Icon
<span class='material-icons-sharp'>people_outline</span>
Code
people_outline
People Outline
Icon
<span class='material-icons-two-tone'>people_outline</span>
Code
people_outline
2. Vuetify Icon People Outline
You can add icon in vuetify(VueJS) material design framework just as below-
3. Material Ui Icon People Outline - React
You can add icon in MaterialUi react framework just as below-
3. Angular Material Icon People Outline - mat-icon
You can add mat icon Angular Material in Angular Material framework by just adding below code-
Tags
accounts, committee, face, family, friends, humans, network, outline, people, persons, profiles, social, team, users
Material Icon People Outline Icon | people_outline | HTML, CSS
Adding Material Icon icon HTML People Outline(people_outline) 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 Outline Icon People Outline as per your requirement, suppose that you need to chnage the color of People Outline icon or change the size of size. It is pretty simple to change color of icon People Outline just add style="color:red" it will make font color red. On the same way you can change size of People Outline icon by just adding style="font-size:50px;". Smililarly you can add border color, shadow and other font styles to People Outline. Hope this icon fullfilled your need. Thanks for visiting us.
Change Material Icon Icon People Outline 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_outline</span>
<span class="material-icons green-color">people_outline </span>
<span class="material-icons teal-color"> people_outline</span>
<span class="material-icons yellow-color">people_outline </span>
<span class="material-icons red-color">people_outline </span>
Output of the above example will be as below-
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
Advertisements
people_outline- Faq(s)?
⭐What is the Material Design People Outline Icon code?Icon Code is - people_outline.
⭐ What is Vuetify People Outline Icon code? Vuetify People Outline Icon code is:
import people_outlineIcon from '@mui/icons-material/people_outline
⭐ What is Angular Material People Outline Icon code?
Advertisements