people list icon
people-list-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- people-list-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
10 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
people-add-16-filledpeople-audience-20-filledpeople-call-16-filledpeople-chat-16-filledpeople-checkmark-16-filledpeople-communication-16-filledpeople-community-12-filledpeople-community-add-20-filledpeople-edit-16-filledpeople-error-16-filledpeople-eye-16-filledpeople-game-controller-20-filledpeople-interwoven-16-filledpeople-link-16-filledpeople-lock-16-filledpeople-money-20-filledpeople-prohibited-16-filledpeople-queue-20-filledpeople-search-20-filledpeople-settings-20-filledpeople-star-16-filledpeople-subtract-20-filledpeople-swap-16-filledpeople-sync-16-filled
Use the people list icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5 9.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0m4.5-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6m7 4a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0m3.5-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4M2 18.25A2.25 2.25 0 0 1 4.25 16h10.5q.355.001.678.104a1.74 1.74 0 0 0-.402 1.448a.8.8 0 0 0-.276-.052H4.25a.75.75 0 0 0-.75.75v.513l.009.1c.01.094.03.235.074.408a3.6 3.6 0 0 0 .61 1.279c.674.897 2.115 1.95 5.307 1.95s4.633-1.053 5.306-1.95q.107-.144.194-.286a1.75 1.75 0 0 0 .793 1.451a5 5 0 0 1-.208.229q-.073.066-.139.139C14.332 23.155 12.489 24 9.5 24c-3.558 0-5.492-1.197-6.506-2.55a5.1 5.1 0 0 1-.866-1.815a4.5 4.5 0 0 1-.125-.797L2 18.781zm14.75-1.75a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5zm0 3a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5zm0 3a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPeopleList28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5 9.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0m4.5-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6m7 4a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0m3.5-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4M2 18.25A2.25 2.25 0 0 1 4.25 16h10.5q.355.001.678.104a1.74 1.74 0 0 0-.402 1.448a.8.8 0 0 0-.276-.052H4.25a.75.75 0 0 0-.75.75v.513l.009.1c.01.094.03.235.074.408a3.6 3.6 0 0 0 .61 1.279c.674.897 2.115 1.95 5.307 1.95s4.633-1.053 5.306-1.95q.107-.144.194-.286a1.75 1.75 0 0 0 .793 1.451a5 5 0 0 1-.208.229q-.073.066-.139.139C14.332 23.155 12.489 24 9.5 24c-3.558 0-5.492-1.197-6.506-2.55a5.1 5.1 0 0 1-.866-1.815a4.5 4.5 0 0 1-.125-.797L2 18.781zm14.75-1.75a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5zm0 3a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5zm0 3a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5 9.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0m4.5-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6m7 4a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0m3.5-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4M2 18.25A2.25 2.25 0 0 1 4.25 16h10.5q.355.001.678.104a1.74 1.74 0 0 0-.402 1.448a.8.8 0 0 0-.276-.052H4.25a.75.75 0 0 0-.75.75v.513l.009.1c.01.094.03.235.074.408a3.6 3.6 0 0 0 .61 1.279c.674.897 2.115 1.95 5.307 1.95s4.633-1.053 5.306-1.95q.107-.144.194-.286a1.75 1.75 0 0 0 .793 1.451a5 5 0 0 1-.208.229q-.073.066-.139.139C14.332 23.155 12.489 24 9.5 24c-3.558 0-5.492-1.197-6.506-2.55a5.1 5.1 0 0 1-.866-1.815a4.5 4.5 0 0 1-.125-.797L2 18.781zm14.75-1.75a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5zm0 3a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5zm0 3a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5z"/></svg> </template>
CSS
.icon-people-list-28-regular {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%209.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200m4.5-3a3%203%200%201%200%200%206a3%203%200%200%200%200-6m7%204a3.5%203.5%200%201%201%207%200a3.5%203.5%200%200%201-7%200m3.5-2a2%202%200%201%200%200%204a2%202%200%200%200%200-4M2%2018.25A2.25%202.25%200%200%201%204.25%2016h10.5q.355.001.678.104a1.74%201.74%200%200%200-.402%201.448a.8.8%200%200%200-.276-.052H4.25a.75.75%200%200%200-.75.75v.513l.009.1c.01.094.03.235.074.408a3.6%203.6%200%200%200%20.61%201.279c.674.897%202.115%201.95%205.307%201.95s4.633-1.053%205.306-1.95q.107-.144.194-.286a1.75%201.75%200%200%200%20.793%201.451a5%205%200%200%201-.208.229q-.073.066-.139.139C14.332%2023.155%2012.489%2024%209.5%2024c-3.558%200-5.492-1.197-6.506-2.55a5.1%205.1%200%200%201-.866-1.815a4.5%204.5%200%200%201-.125-.797L2%2018.781zm14.75-1.75a.75.75%200%200%200%200%201.5h8.5a.75.75%200%200%200%200-1.5zm0%203a.75.75%200%200%200%200%201.5h8.5a.75.75%200%200%200%200-1.5zm0%203a.75.75%200%200%200%200%201.5h8.5a.75.75%200%200%200%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%209.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200m4.5-3a3%203%200%201%200%200%206a3%203%200%200%200%200-6m7%204a3.5%203.5%200%201%201%207%200a3.5%203.5%200%200%201-7%200m3.5-2a2%202%200%201%200%200%204a2%202%200%200%200%200-4M2%2018.25A2.25%202.25%200%200%201%204.25%2016h10.5q.355.001.678.104a1.74%201.74%200%200%200-.402%201.448a.8.8%200%200%200-.276-.052H4.25a.75.75%200%200%200-.75.75v.513l.009.1c.01.094.03.235.074.408a3.6%203.6%200%200%200%20.61%201.279c.674.897%202.115%201.95%205.307%201.95s4.633-1.053%205.306-1.95q.107-.144.194-.286a1.75%201.75%200%200%200%20.793%201.451a5%205%200%200%201-.208.229q-.073.066-.139.139C14.332%2023.155%2012.489%2024%209.5%2024c-3.558%200-5.492-1.197-6.506-2.55a5.1%205.1%200%200%201-.866-1.815a4.5%204.5%200%200%201-.125-.797L2%2018.781zm14.75-1.75a.75.75%200%200%200%200%201.5h8.5a.75.75%200%200%200%200-1.5zm0%203a.75.75%200%200%200%200%201.5h8.5a.75.75%200%200%200%200-1.5zm0%203a.75.75%200%200%200%200%201.5h8.5a.75.75%200%200%200%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/people-list-28-regular.svg?color=%231a73e8&size=48