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

Name
people-list-28
Set
Fluent UI System Color Icons
Style
28
Viewbox
28×28
License
MIT

4 other variants in Fluent UI System Color Icons

The same icon in other sets

Related icons in Fluent UI System Color Icons

Use the people list icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGK5vbid1d)" d="M2 18.25A2.25 2.25 0 0 1 4.25 16h10.5A2.25 2.25 0 0 1 17 18.25v.5S17 24 9.5 24S2 18.75 2 18.75z"/><path fill="url(#SVG0htPpeHI)" d="M2 18.25A2.25 2.25 0 0 1 4.25 16h10.5A2.25 2.25 0 0 1 17 18.25v.5S17 24 9.5 24S2 18.75 2 18.75z"/><path fill="url(#SVGX999VdIu)" fill-opacity=".75" d="M2 18.25A2.25 2.25 0 0 1 4.25 16h10.5A2.25 2.25 0 0 1 17 18.25v.5S17 24 9.5 24S2 18.75 2 18.75z"/><path fill="url(#SVGywpzHbqs)" d="M23.5 10.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path fill="url(#SVGxAwXxerQ)" d="M9.5 14a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9"/><path fill="url(#SVGPrbmkdAz)" d="M14 17a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-9a2 2 0 0 1-2-2z"/><path fill="url(#SVGYdr1ndXm)" d="M16.75 17a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm0 3.25a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm0 3.25a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5z"/><defs><linearGradient id="SVGK5vbid1d" x1="5.567" x2="8.291" y1="17.064" y2="25.217" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#bd96ff"/><stop offset="1" stop-color="#9c6cfe"/></linearGradient><linearGradient id="SVG0htPpeHI" x1="9.5" x2="13.325" y1="15.048" y2="28.448" gradientUnits="userSpaceOnUse"><stop stop-color="#885edb" stop-opacity="0"/><stop offset="1" stop-color="#e362f8"/></linearGradient><linearGradient id="SVGX999VdIu" x1="18" x2="12" y1="21" y2="21" gradientUnits="userSpaceOnUse"><stop stop-color="#0a1852" stop-opacity=".75"/><stop offset="1" stop-color="#0a1852" stop-opacity="0"/></linearGradient><linearGradient id="SVGywpzHbqs" x1="18.165" x2="21.732" y1="7.931" y2="13.627" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGxAwXxerQ" x1="7.14" x2="11.727" y1="6.196" y2="13.52" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#bd96ff"/><stop offset="1" stop-color="#9c6cfe"/></linearGradient><linearGradient id="SVGPrbmkdAz" x1="18.643" x2="22.977" y1="15" y2="26.595" gradientUnits="userSpaceOnUse"><stop stop-color="#b3e0ff"/><stop offset="1" stop-color="#8cd0ff"/></linearGradient><linearGradient id="SVGYdr1ndXm" x1="11.501" x2="23.246" y1="11.4" y2="26.376" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#2764e7"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorPeopleList28(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGK5vbid1d)" d="M2 18.25A2.25 2.25 0 0 1 4.25 16h10.5A2.25 2.25 0 0 1 17 18.25v.5S17 24 9.5 24S2 18.75 2 18.75z"/><path fill="url(#SVG0htPpeHI)" d="M2 18.25A2.25 2.25 0 0 1 4.25 16h10.5A2.25 2.25 0 0 1 17 18.25v.5S17 24 9.5 24S2 18.75 2 18.75z"/><path fill="url(#SVGX999VdIu)" fillOpacity=".75" d="M2 18.25A2.25 2.25 0 0 1 4.25 16h10.5A2.25 2.25 0 0 1 17 18.25v.5S17 24 9.5 24S2 18.75 2 18.75z"/><path fill="url(#SVGywpzHbqs)" d="M23.5 10.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path fill="url(#SVGxAwXxerQ)" d="M9.5 14a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9"/><path fill="url(#SVGPrbmkdAz)" d="M14 17a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-9a2 2 0 0 1-2-2z"/><path fill="url(#SVGYdr1ndXm)" d="M16.75 17a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm0 3.25a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm0 3.25a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5z"/><defs><linearGradient id="SVGK5vbid1d" x1="5.567" x2="8.291" y1="17.064" y2="25.217" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#bd96ff"/><stop offset="1" stopColor="#9c6cfe"/></linearGradient><linearGradient id="SVG0htPpeHI" x1="9.5" x2="13.325" y1="15.048" y2="28.448" gradientUnits="userSpaceOnUse"><stop stopColor="#885edb" stopOpacity="0"/><stop offset="1" stopColor="#e362f8"/></linearGradient><linearGradient id="SVGX999VdIu" x1="18" x2="12" y1="21" y2="21" gradientUnits="userSpaceOnUse"><stop stopColor="#0a1852" stopOpacity=".75"/><stop offset="1" stopColor="#0a1852" stopOpacity="0"/></linearGradient><linearGradient id="SVGywpzHbqs" x1="18.165" x2="21.732" y1="7.931" y2="13.627" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#9c6cfe"/><stop offset="1" stopColor="#7a41dc"/></linearGradient><linearGradient id="SVGxAwXxerQ" x1="7.14" x2="11.727" y1="6.196" y2="13.52" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#bd96ff"/><stop offset="1" stopColor="#9c6cfe"/></linearGradient><linearGradient id="SVGPrbmkdAz" x1="18.643" x2="22.977" y1="15" y2="26.595" gradientUnits="userSpaceOnUse"><stop stopColor="#b3e0ff"/><stop offset="1" stopColor="#8cd0ff"/></linearGradient><linearGradient id="SVGYdr1ndXm" x1="11.501" x2="23.246" y1="11.4" y2="26.376" gradientUnits="userSpaceOnUse"><stop stopColor="#0fafff"/><stop offset="1" stopColor="#2764e7"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGK5vbid1d)" d="M2 18.25A2.25 2.25 0 0 1 4.25 16h10.5A2.25 2.25 0 0 1 17 18.25v.5S17 24 9.5 24S2 18.75 2 18.75z"/><path fill="url(#SVG0htPpeHI)" d="M2 18.25A2.25 2.25 0 0 1 4.25 16h10.5A2.25 2.25 0 0 1 17 18.25v.5S17 24 9.5 24S2 18.75 2 18.75z"/><path fill="url(#SVGX999VdIu)" fill-opacity=".75" d="M2 18.25A2.25 2.25 0 0 1 4.25 16h10.5A2.25 2.25 0 0 1 17 18.25v.5S17 24 9.5 24S2 18.75 2 18.75z"/><path fill="url(#SVGywpzHbqs)" d="M23.5 10.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path fill="url(#SVGxAwXxerQ)" d="M9.5 14a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9"/><path fill="url(#SVGPrbmkdAz)" d="M14 17a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-9a2 2 0 0 1-2-2z"/><path fill="url(#SVGYdr1ndXm)" d="M16.75 17a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm0 3.25a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm0 3.25a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5z"/><defs><linearGradient id="SVGK5vbid1d" x1="5.567" x2="8.291" y1="17.064" y2="25.217" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#bd96ff"/><stop offset="1" stop-color="#9c6cfe"/></linearGradient><linearGradient id="SVG0htPpeHI" x1="9.5" x2="13.325" y1="15.048" y2="28.448" gradientUnits="userSpaceOnUse"><stop stop-color="#885edb" stop-opacity="0"/><stop offset="1" stop-color="#e362f8"/></linearGradient><linearGradient id="SVGX999VdIu" x1="18" x2="12" y1="21" y2="21" gradientUnits="userSpaceOnUse"><stop stop-color="#0a1852" stop-opacity=".75"/><stop offset="1" stop-color="#0a1852" stop-opacity="0"/></linearGradient><linearGradient id="SVGywpzHbqs" x1="18.165" x2="21.732" y1="7.931" y2="13.627" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGxAwXxerQ" x1="7.14" x2="11.727" y1="6.196" y2="13.52" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#bd96ff"/><stop offset="1" stop-color="#9c6cfe"/></linearGradient><linearGradient id="SVGPrbmkdAz" x1="18.643" x2="22.977" y1="15" y2="26.595" gradientUnits="userSpaceOnUse"><stop stop-color="#b3e0ff"/><stop offset="1" stop-color="#8cd0ff"/></linearGradient><linearGradient id="SVGYdr1ndXm" x1="11.501" x2="23.246" y1="11.4" y2="26.376" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#2764e7"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-people-list-28 {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGK5vbid1d)%22%20d%3D%22M2%2018.25A2.25%202.25%200%200%201%204.25%2016h10.5A2.25%202.25%200%200%201%2017%2018.25v.5S17%2024%209.5%2024S2%2018.75%202%2018.75z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG0htPpeHI)%22%20d%3D%22M2%2018.25A2.25%202.25%200%200%201%204.25%2016h10.5A2.25%202.25%200%200%201%2017%2018.25v.5S17%2024%209.5%2024S2%2018.75%202%2018.75z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGX999VdIu)%22%20fill-opacity%3D%22.75%22%20d%3D%22M2%2018.25A2.25%202.25%200%200%201%204.25%2016h10.5A2.25%202.25%200%200%201%2017%2018.25v.5S17%2024%209.5%2024S2%2018.75%202%2018.75z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGywpzHbqs)%22%20d%3D%22M23.5%2010.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGxAwXxerQ)%22%20d%3D%22M9.5%2014a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGPrbmkdAz)%22%20d%3D%22M14%2017a2%202%200%200%201%202-2h9a2%202%200%200%201%202%202v8a2%202%200%200%201-2%202h-9a2%202%200%200%201-2-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGYdr1ndXm)%22%20d%3D%22M16.75%2017a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zm0%203.25a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zm0%203.25a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGK5vbid1d%22%20x1%3D%225.567%22%20x2%3D%228.291%22%20y1%3D%2217.064%22%20y2%3D%2225.217%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%23bd96ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG0htPpeHI%22%20x1%3D%229.5%22%20x2%3D%2213.325%22%20y1%3D%2215.048%22%20y2%3D%2228.448%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23885edb%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e362f8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGX999VdIu%22%20x1%3D%2218%22%20x2%3D%2212%22%20y1%3D%2221%22%20y2%3D%2221%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230a1852%22%20stop-opacity%3D%22.75%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230a1852%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGywpzHbqs%22%20x1%3D%2218.165%22%20x2%3D%2221.732%22%20y1%3D%227.931%22%20y2%3D%2213.627%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237a41dc%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGxAwXxerQ%22%20x1%3D%227.14%22%20x2%3D%2211.727%22%20y1%3D%226.196%22%20y2%3D%2213.52%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%23bd96ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGPrbmkdAz%22%20x1%3D%2218.643%22%20x2%3D%2222.977%22%20y1%3D%2215%22%20y2%3D%2226.595%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b3e0ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%238cd0ff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGYdr1ndXm%22%20x1%3D%2211.501%22%20x2%3D%2223.246%22%20y1%3D%2211.4%22%20y2%3D%2226.376%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232764e7%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGK5vbid1d)%22%20d%3D%22M2%2018.25A2.25%202.25%200%200%201%204.25%2016h10.5A2.25%202.25%200%200%201%2017%2018.25v.5S17%2024%209.5%2024S2%2018.75%202%2018.75z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG0htPpeHI)%22%20d%3D%22M2%2018.25A2.25%202.25%200%200%201%204.25%2016h10.5A2.25%202.25%200%200%201%2017%2018.25v.5S17%2024%209.5%2024S2%2018.75%202%2018.75z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGX999VdIu)%22%20fill-opacity%3D%22.75%22%20d%3D%22M2%2018.25A2.25%202.25%200%200%201%204.25%2016h10.5A2.25%202.25%200%200%201%2017%2018.25v.5S17%2024%209.5%2024S2%2018.75%202%2018.75z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGywpzHbqs)%22%20d%3D%22M23.5%2010.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGxAwXxerQ)%22%20d%3D%22M9.5%2014a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGPrbmkdAz)%22%20d%3D%22M14%2017a2%202%200%200%201%202-2h9a2%202%200%200%201%202%202v8a2%202%200%200%201-2%202h-9a2%202%200%200%201-2-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGYdr1ndXm)%22%20d%3D%22M16.75%2017a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zm0%203.25a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zm0%203.25a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGK5vbid1d%22%20x1%3D%225.567%22%20x2%3D%228.291%22%20y1%3D%2217.064%22%20y2%3D%2225.217%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%23bd96ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG0htPpeHI%22%20x1%3D%229.5%22%20x2%3D%2213.325%22%20y1%3D%2215.048%22%20y2%3D%2228.448%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23885edb%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e362f8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGX999VdIu%22%20x1%3D%2218%22%20x2%3D%2212%22%20y1%3D%2221%22%20y2%3D%2221%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230a1852%22%20stop-opacity%3D%22.75%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230a1852%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGywpzHbqs%22%20x1%3D%2218.165%22%20x2%3D%2221.732%22%20y1%3D%227.931%22%20y2%3D%2213.627%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237a41dc%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGxAwXxerQ%22%20x1%3D%227.14%22%20x2%3D%2211.727%22%20y1%3D%226.196%22%20y2%3D%2213.52%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%23bd96ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGPrbmkdAz%22%20x1%3D%2218.643%22%20x2%3D%2222.977%22%20y1%3D%2215%22%20y2%3D%2226.595%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b3e0ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%238cd0ff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGYdr1ndXm%22%20x1%3D%2211.501%22%20x2%3D%2223.246%22%20y1%3D%2211.4%22%20y2%3D%2226.376%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232764e7%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/people-list-28.svg?color=%231a73e8&size=48