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

Name
people-list-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M8 12a4 4 0 1 0 0-8a4 4 0 0 0 0 8m9 0a3 3 0 1 0 0-6a3 3 0 0 0 0 6M4.25 14A2.25 2.25 0 0 0 2 16.25v.25S2 21 8 21c1.855 0 3.136-.43 4.021-1.024c.06-.38.242-.719.504-.976A1.74 1.74 0 0 1 12 17.75c0-.49.201-.932.525-1.25A1.74 1.74 0 0 1 12 15.25c0-.438.161-.84.428-1.146A2.3 2.3 0 0 0 11.75 14zm9.5.5a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm0 2.5a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm0 2.5a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleList24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 12a4 4 0 1 0 0-8a4 4 0 0 0 0 8m9 0a3 3 0 1 0 0-6a3 3 0 0 0 0 6M4.25 14A2.25 2.25 0 0 0 2 16.25v.25S2 21 8 21c1.855 0 3.136-.43 4.021-1.024c.06-.38.242-.719.504-.976A1.74 1.74 0 0 1 12 17.75c0-.49.201-.932.525-1.25A1.74 1.74 0 0 1 12 15.25c0-.438.161-.84.428-1.146A2.3 2.3 0 0 0 11.75 14zm9.5.5a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm0 2.5a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm0 2.5a.75.75 0 0 0 0 1.5h7.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 24 24"><path fill="currentColor" d="M8 12a4 4 0 1 0 0-8a4 4 0 0 0 0 8m9 0a3 3 0 1 0 0-6a3 3 0 0 0 0 6M4.25 14A2.25 2.25 0 0 0 2 16.25v.25S2 21 8 21c1.855 0 3.136-.43 4.021-1.024c.06-.38.242-.719.504-.976A1.74 1.74 0 0 1 12 17.75c0-.49.201-.932.525-1.25A1.74 1.74 0 0 1 12 15.25c0-.438.161-.84.428-1.146A2.3 2.3 0 0 0 11.75 14zm9.5.5a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm0 2.5a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm0 2.5a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5z"/></svg>
</template>

CSS

.icon-people-list-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2012a4%204%200%201%200%200-8a4%204%200%200%200%200%208m9%200a3%203%200%201%200%200-6a3%203%200%200%200%200%206M4.25%2014A2.25%202.25%200%200%200%202%2016.25v.25S2%2021%208%2021c1.855%200%203.136-.43%204.021-1.024c.06-.38.242-.719.504-.976A1.74%201.74%200%200%201%2012%2017.75c0-.49.201-.932.525-1.25A1.74%201.74%200%200%201%2012%2015.25c0-.438.161-.84.428-1.146A2.3%202.3%200%200%200%2011.75%2014zm9.5.5a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zm0%202.5a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zm0%202.5a.75.75%200%200%200%200%201.5h7.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2012a4%204%200%201%200%200-8a4%204%200%200%200%200%208m9%200a3%203%200%201%200%200-6a3%203%200%200%200%200%206M4.25%2014A2.25%202.25%200%200%200%202%2016.25v.25S2%2021%208%2021c1.855%200%203.136-.43%204.021-1.024c.06-.38.242-.719.504-.976A1.74%201.74%200%200%201%2012%2017.75c0-.49.201-.932.525-1.25A1.74%201.74%200%200%201%2012%2015.25c0-.438.161-.84.428-1.146A2.3%202.3%200%200%200%2011.75%2014zm9.5.5a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zm0%202.5a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zm0%202.5a.75.75%200%200%200%200%201.5h7.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-24-filled.svg?color=%231a73e8&size=48