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

Name
people-team-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the people team icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.754 10c.966 0 1.75.784 1.75 1.75v4.749a4.501 4.501 0 0 1-9.002 0V11.75c0-.966.783-1.75 1.75-1.75zm0 1.5H9.252a.25.25 0 0 0-.25.25v4.749a3.001 3.001 0 0 0 6.002 0V11.75a.25.25 0 0 0-.25-.25M3.75 10h3.381a2.74 2.74 0 0 0-.618 1.5H3.75a.25.25 0 0 0-.25.25v3.249a2.5 2.5 0 0 0 3.082 2.433c.085.504.24.985.453 1.432Q6.539 18.999 6 19a4 4 0 0 1-4-4.001V11.75c0-.966.784-1.75 1.75-1.75m13.125 0h3.375c.966 0 1.75.784 1.75 1.75V15a4 4 0 0 1-5.03 3.866c.214-.448.369-.929.455-1.433q.277.066.575.067a2.5 2.5 0 0 0 2.5-2.5v-3.25a.25.25 0 0 0-.25-.25h-2.757a2.74 2.74 0 0 0-.618-1.5M12 3a3 3 0 1 1 0 6a3 3 0 0 1 0-6m6.5 1a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5m-13 0a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5m6.5.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m6.5 1a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-13 0a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleTeam24Regular(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="M14.754 10c.966 0 1.75.784 1.75 1.75v4.749a4.501 4.501 0 0 1-9.002 0V11.75c0-.966.783-1.75 1.75-1.75zm0 1.5H9.252a.25.25 0 0 0-.25.25v4.749a3.001 3.001 0 0 0 6.002 0V11.75a.25.25 0 0 0-.25-.25M3.75 10h3.381a2.74 2.74 0 0 0-.618 1.5H3.75a.25.25 0 0 0-.25.25v3.249a2.5 2.5 0 0 0 3.082 2.433c.085.504.24.985.453 1.432Q6.539 18.999 6 19a4 4 0 0 1-4-4.001V11.75c0-.966.784-1.75 1.75-1.75m13.125 0h3.375c.966 0 1.75.784 1.75 1.75V15a4 4 0 0 1-5.03 3.866c.214-.448.369-.929.455-1.433q.277.066.575.067a2.5 2.5 0 0 0 2.5-2.5v-3.25a.25.25 0 0 0-.25-.25h-2.757a2.74 2.74 0 0 0-.618-1.5M12 3a3 3 0 1 1 0 6a3 3 0 0 1 0-6m6.5 1a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5m-13 0a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5m6.5.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m6.5 1a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-13 0a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.754 10c.966 0 1.75.784 1.75 1.75v4.749a4.501 4.501 0 0 1-9.002 0V11.75c0-.966.783-1.75 1.75-1.75zm0 1.5H9.252a.25.25 0 0 0-.25.25v4.749a3.001 3.001 0 0 0 6.002 0V11.75a.25.25 0 0 0-.25-.25M3.75 10h3.381a2.74 2.74 0 0 0-.618 1.5H3.75a.25.25 0 0 0-.25.25v3.249a2.5 2.5 0 0 0 3.082 2.433c.085.504.24.985.453 1.432Q6.539 18.999 6 19a4 4 0 0 1-4-4.001V11.75c0-.966.784-1.75 1.75-1.75m13.125 0h3.375c.966 0 1.75.784 1.75 1.75V15a4 4 0 0 1-5.03 3.866c.214-.448.369-.929.455-1.433q.277.066.575.067a2.5 2.5 0 0 0 2.5-2.5v-3.25a.25.25 0 0 0-.25-.25h-2.757a2.74 2.74 0 0 0-.618-1.5M12 3a3 3 0 1 1 0 6a3 3 0 0 1 0-6m6.5 1a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5m-13 0a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5m6.5.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m6.5 1a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-13 0a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>
</template>

CSS

.icon-people-team-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%22M14.754%2010c.966%200%201.75.784%201.75%201.75v4.749a4.501%204.501%200%200%201-9.002%200V11.75c0-.966.783-1.75%201.75-1.75zm0%201.5H9.252a.25.25%200%200%200-.25.25v4.749a3.001%203.001%200%200%200%206.002%200V11.75a.25.25%200%200%200-.25-.25M3.75%2010h3.381a2.74%202.74%200%200%200-.618%201.5H3.75a.25.25%200%200%200-.25.25v3.249a2.5%202.5%200%200%200%203.082%202.433c.085.504.24.985.453%201.432Q6.539%2018.999%206%2019a4%204%200%200%201-4-4.001V11.75c0-.966.784-1.75%201.75-1.75m13.125%200h3.375c.966%200%201.75.784%201.75%201.75V15a4%204%200%200%201-5.03%203.866c.214-.448.369-.929.455-1.433q.277.066.575.067a2.5%202.5%200%200%200%202.5-2.5v-3.25a.25.25%200%200%200-.25-.25h-2.757a2.74%202.74%200%200%200-.618-1.5M12%203a3%203%200%201%201%200%206a3%203%200%200%201%200-6m6.5%201a2.5%202.5%200%201%201%200%205a2.5%202.5%200%200%201%200-5m-13%200a2.5%202.5%200%201%201%200%205a2.5%202.5%200%200%201%200-5m6.5.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m6.5%201a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-13%200a1%201%200%201%200%200%202a1%201%200%200%200%200-2%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%22M14.754%2010c.966%200%201.75.784%201.75%201.75v4.749a4.501%204.501%200%200%201-9.002%200V11.75c0-.966.783-1.75%201.75-1.75zm0%201.5H9.252a.25.25%200%200%200-.25.25v4.749a3.001%203.001%200%200%200%206.002%200V11.75a.25.25%200%200%200-.25-.25M3.75%2010h3.381a2.74%202.74%200%200%200-.618%201.5H3.75a.25.25%200%200%200-.25.25v3.249a2.5%202.5%200%200%200%203.082%202.433c.085.504.24.985.453%201.432Q6.539%2018.999%206%2019a4%204%200%200%201-4-4.001V11.75c0-.966.784-1.75%201.75-1.75m13.125%200h3.375c.966%200%201.75.784%201.75%201.75V15a4%204%200%200%201-5.03%203.866c.214-.448.369-.929.455-1.433q.277.066.575.067a2.5%202.5%200%200%200%202.5-2.5v-3.25a.25.25%200%200%200-.25-.25h-2.757a2.74%202.74%200%200%200-.618-1.5M12%203a3%203%200%201%201%200%206a3%203%200%200%201%200-6m6.5%201a2.5%202.5%200%201%201%200%205a2.5%202.5%200%200%201%200-5m-13%200a2.5%202.5%200%201%201%200%205a2.5%202.5%200%200%201%200-5m6.5.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m6.5%201a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-13%200a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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