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

Name
people-list-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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="M5.5 8a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0M8 4a4 4 0 1 0 0 8a4 4 0 0 0 0-8m7.5 5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0M17 6a3 3 0 1 0 0 6a3 3 0 0 0 0-6M4.25 14A2.25 2.25 0 0 0 2 16.25v.278a2 2 0 0 0 .014.208a4.5 4.5 0 0 0 .778 2.07C3.61 19.974 5.172 21 8 21c1.819 0 3.113-.424 4.024-1.037a1.74 1.74 0 0 1 .501-.963a1.74 1.74 0 0 1-.518-1.095l-.028.04C11.486 18.65 10.422 19.5 8 19.5s-3.486-.85-3.98-1.555a3 3 0 0 1-.513-1.358l-.007-.08v-.257a.75.75 0 0 1 .75-.75h7.5q.147.001.276.052a1.76 1.76 0 0 1 .402-1.448A2.3 2.3 0 0 0 11.75 14zm8.275 2.5l-.027.027l.002-.02v-.032zm1.225-2a.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 FluentPeopleList24Regular(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="M5.5 8a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0M8 4a4 4 0 1 0 0 8a4 4 0 0 0 0-8m7.5 5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0M17 6a3 3 0 1 0 0 6a3 3 0 0 0 0-6M4.25 14A2.25 2.25 0 0 0 2 16.25v.278a2 2 0 0 0 .014.208a4.5 4.5 0 0 0 .778 2.07C3.61 19.974 5.172 21 8 21c1.819 0 3.113-.424 4.024-1.037a1.74 1.74 0 0 1 .501-.963a1.74 1.74 0 0 1-.518-1.095l-.028.04C11.486 18.65 10.422 19.5 8 19.5s-3.486-.85-3.98-1.555a3 3 0 0 1-.513-1.358l-.007-.08v-.257a.75.75 0 0 1 .75-.75h7.5q.147.001.276.052a1.76 1.76 0 0 1 .402-1.448A2.3 2.3 0 0 0 11.75 14zm8.275 2.5l-.027.027l.002-.02v-.032zm1.225-2a.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="M5.5 8a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0M8 4a4 4 0 1 0 0 8a4 4 0 0 0 0-8m7.5 5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0M17 6a3 3 0 1 0 0 6a3 3 0 0 0 0-6M4.25 14A2.25 2.25 0 0 0 2 16.25v.278a2 2 0 0 0 .014.208a4.5 4.5 0 0 0 .778 2.07C3.61 19.974 5.172 21 8 21c1.819 0 3.113-.424 4.024-1.037a1.74 1.74 0 0 1 .501-.963a1.74 1.74 0 0 1-.518-1.095l-.028.04C11.486 18.65 10.422 19.5 8 19.5s-3.486-.85-3.98-1.555a3 3 0 0 1-.513-1.358l-.007-.08v-.257a.75.75 0 0 1 .75-.75h7.5q.147.001.276.052a1.76 1.76 0 0 1 .402-1.448A2.3 2.3 0 0 0 11.75 14zm8.275 2.5l-.027.027l.002-.02v-.032zm1.225-2a.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-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%208a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200M8%204a4%204%200%201%200%200%208a4%204%200%200%200%200-8m7.5%205a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200M17%206a3%203%200%201%200%200%206a3%203%200%200%200%200-6M4.25%2014A2.25%202.25%200%200%200%202%2016.25v.278a2%202%200%200%200%20.014.208a4.5%204.5%200%200%200%20.778%202.07C3.61%2019.974%205.172%2021%208%2021c1.819%200%203.113-.424%204.024-1.037a1.74%201.74%200%200%201%20.501-.963a1.74%201.74%200%200%201-.518-1.095l-.028.04C11.486%2018.65%2010.422%2019.5%208%2019.5s-3.486-.85-3.98-1.555a3%203%200%200%201-.513-1.358l-.007-.08v-.257a.75.75%200%200%201%20.75-.75h7.5q.147.001.276.052a1.76%201.76%200%200%201%20.402-1.448A2.3%202.3%200%200%200%2011.75%2014zm8.275%202.5l-.027.027l.002-.02v-.032zm1.225-2a.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%22M5.5%208a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200M8%204a4%204%200%201%200%200%208a4%204%200%200%200%200-8m7.5%205a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200M17%206a3%203%200%201%200%200%206a3%203%200%200%200%200-6M4.25%2014A2.25%202.25%200%200%200%202%2016.25v.278a2%202%200%200%200%20.014.208a4.5%204.5%200%200%200%20.778%202.07C3.61%2019.974%205.172%2021%208%2021c1.819%200%203.113-.424%204.024-1.037a1.74%201.74%200%200%201%20.501-.963a1.74%201.74%200%200%201-.518-1.095l-.028.04C11.486%2018.65%2010.422%2019.5%208%2019.5s-3.486-.85-3.98-1.555a3%203%200%200%201-.513-1.358l-.007-.08v-.257a.75.75%200%200%201%20.75-.75h7.5q.147.001.276.052a1.76%201.76%200%200%201%20.402-1.448A2.3%202.3%200%200%200%2011.75%2014zm8.275%202.5l-.027.027l.002-.02v-.032zm1.225-2a.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-regular.svg?color=%231a73e8&size=48