people-list-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
people-list-28-filled
Set
Fluent UI System Icons
Style
28 Filled
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

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="M9.5 14a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m14-3.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0M2 18.25A2.25 2.25 0 0 1 4.25 16h10.5q.355.001.678.104a1.75 1.75 0 0 0 .42 2.646a1.75 1.75 0 0 0-.052 2.967a5 5 0 0 1-.178.199a2 2 0 0 0-.206.205C14.337 23.143 12.53 24 9.5 24C2 24 2 18.75 2 18.75zm14.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 FluentPeopleList28Filled(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="M9.5 14a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m14-3.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0M2 18.25A2.25 2.25 0 0 1 4.25 16h10.5q.355.001.678.104a1.75 1.75 0 0 0 .42 2.646a1.75 1.75 0 0 0-.052 2.967a5 5 0 0 1-.178.199a2 2 0 0 0-.206.205C14.337 23.143 12.53 24 9.5 24C2 24 2 18.75 2 18.75zm14.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="M9.5 14a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m14-3.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0M2 18.25A2.25 2.25 0 0 1 4.25 16h10.5q.355.001.678.104a1.75 1.75 0 0 0 .42 2.646a1.75 1.75 0 0 0-.052 2.967a5 5 0 0 1-.178.199a2 2 0 0 0-.206.205C14.337 23.143 12.53 24 9.5 24C2 24 2 18.75 2 18.75zm14.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-filled {
  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%22M9.5%2014a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m14-3.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200M2%2018.25A2.25%202.25%200%200%201%204.25%2016h10.5q.355.001.678.104a1.75%201.75%200%200%200%20.42%202.646a1.75%201.75%200%200%200-.052%202.967a5%205%200%200%201-.178.199a2%202%200%200%200-.206.205C14.337%2023.143%2012.53%2024%209.5%2024C2%2024%202%2018.75%202%2018.75zm14.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%22M9.5%2014a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m14-3.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200M2%2018.25A2.25%202.25%200%200%201%204.25%2016h10.5q.355.001.678.104a1.75%201.75%200%200%200%20.42%202.646a1.75%201.75%200%200%200-.052%202.967a5%205%200%200%201-.178.199a2%202%200%200%200-.206.205C14.337%2023.143%2012.53%2024%209.5%2024C2%2024%202%2018.75%202%2018.75zm14.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-filled.svg?color=%231a73e8&size=48