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

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

14 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the people icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M10.5 16a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0M16 8a8 8 0 1 0 0 16a8 8 0 0 0 0-16m14.5 10a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0m3.5-6a6 6 0 1 0 0 12a6 6 0 0 0 0-12m0 27c-2.176 0-3.922-.352-5.316-.922l.186-.24c.494-.651.873-1.303 1.163-1.921c1.02.355 2.316.583 3.966.583c4.276 0 6.173-1.533 7.063-2.831a5.55 5.55 0 0 0 .925-2.5a3 3 0 0 0 .012-.176v-.243c0-.69-.56-1.25-1.25-1.25h-9.886a5.7 5.7 0 0 0-1.255-2.5H40.75a3.75 3.75 0 0 1 3.75 3.75v.297l-.003.086q-.005.106-.02.279a8.05 8.05 0 0 1-1.351 3.67C41.701 37.158 38.973 39 33.998 39M6.75 27A3.75 3.75 0 0 0 3 30.75v1.303l.004.097q.006.12.026.318c.029.262.084.622.192 1.05a8.7 8.7 0 0 0 1.5 3.112C6.479 38.946 9.826 41 16 41s9.522-2.054 11.277-4.37a8.7 8.7 0 0 0 1.501-3.113c.108-.427.163-.787.192-1.05a6 6 0 0 0 .03-.414V30.75A3.75 3.75 0 0 0 25.25 27zm-1.249 5.024l-.001-.032V30.75c0-.69.56-1.25 1.25-1.25h18.5c.69 0 1.25.56 1.25 1.25v1.242l-.001.032a5 5 0 0 1-.144.88a6.2 6.2 0 0 1-1.07 2.216c-1.182 1.56-3.71 3.38-9.285 3.38s-8.103-1.82-9.285-3.38a6.2 6.2 0 0 1-1.07-2.215a5 5 0 0 1-.144-.881"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeople48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M10.5 16a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0M16 8a8 8 0 1 0 0 16a8 8 0 0 0 0-16m14.5 10a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0m3.5-6a6 6 0 1 0 0 12a6 6 0 0 0 0-12m0 27c-2.176 0-3.922-.352-5.316-.922l.186-.24c.494-.651.873-1.303 1.163-1.921c1.02.355 2.316.583 3.966.583c4.276 0 6.173-1.533 7.063-2.831a5.55 5.55 0 0 0 .925-2.5a3 3 0 0 0 .012-.176v-.243c0-.69-.56-1.25-1.25-1.25h-9.886a5.7 5.7 0 0 0-1.255-2.5H40.75a3.75 3.75 0 0 1 3.75 3.75v.297l-.003.086q-.005.106-.02.279a8.05 8.05 0 0 1-1.351 3.67C41.701 37.158 38.973 39 33.998 39M6.75 27A3.75 3.75 0 0 0 3 30.75v1.303l.004.097q.006.12.026.318c.029.262.084.622.192 1.05a8.7 8.7 0 0 0 1.5 3.112C6.479 38.946 9.826 41 16 41s9.522-2.054 11.277-4.37a8.7 8.7 0 0 0 1.501-3.113c.108-.427.163-.787.192-1.05a6 6 0 0 0 .03-.414V30.75A3.75 3.75 0 0 0 25.25 27zm-1.249 5.024l-.001-.032V30.75c0-.69.56-1.25 1.25-1.25h18.5c.69 0 1.25.56 1.25 1.25v1.242l-.001.032a5 5 0 0 1-.144.88a6.2 6.2 0 0 1-1.07 2.216c-1.182 1.56-3.71 3.38-9.285 3.38s-8.103-1.82-9.285-3.38a6.2 6.2 0 0 1-1.07-2.215a5 5 0 0 1-.144-.881"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M10.5 16a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0M16 8a8 8 0 1 0 0 16a8 8 0 0 0 0-16m14.5 10a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0m3.5-6a6 6 0 1 0 0 12a6 6 0 0 0 0-12m0 27c-2.176 0-3.922-.352-5.316-.922l.186-.24c.494-.651.873-1.303 1.163-1.921c1.02.355 2.316.583 3.966.583c4.276 0 6.173-1.533 7.063-2.831a5.55 5.55 0 0 0 .925-2.5a3 3 0 0 0 .012-.176v-.243c0-.69-.56-1.25-1.25-1.25h-9.886a5.7 5.7 0 0 0-1.255-2.5H40.75a3.75 3.75 0 0 1 3.75 3.75v.297l-.003.086q-.005.106-.02.279a8.05 8.05 0 0 1-1.351 3.67C41.701 37.158 38.973 39 33.998 39M6.75 27A3.75 3.75 0 0 0 3 30.75v1.303l.004.097q.006.12.026.318c.029.262.084.622.192 1.05a8.7 8.7 0 0 0 1.5 3.112C6.479 38.946 9.826 41 16 41s9.522-2.054 11.277-4.37a8.7 8.7 0 0 0 1.501-3.113c.108-.427.163-.787.192-1.05a6 6 0 0 0 .03-.414V30.75A3.75 3.75 0 0 0 25.25 27zm-1.249 5.024l-.001-.032V30.75c0-.69.56-1.25 1.25-1.25h18.5c.69 0 1.25.56 1.25 1.25v1.242l-.001.032a5 5 0 0 1-.144.88a6.2 6.2 0 0 1-1.07 2.216c-1.182 1.56-3.71 3.38-9.285 3.38s-8.103-1.82-9.285-3.38a6.2 6.2 0 0 1-1.07-2.215a5 5 0 0 1-.144-.881"/></svg>
</template>

CSS

.icon-people-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%2016a5.5%205.5%200%201%201%2011%200a5.5%205.5%200%200%201-11%200M16%208a8%208%200%201%200%200%2016a8%208%200%200%200%200-16m14.5%2010a3.5%203.5%200%201%201%207%200a3.5%203.5%200%200%201-7%200m3.5-6a6%206%200%201%200%200%2012a6%206%200%200%200%200-12m0%2027c-2.176%200-3.922-.352-5.316-.922l.186-.24c.494-.651.873-1.303%201.163-1.921c1.02.355%202.316.583%203.966.583c4.276%200%206.173-1.533%207.063-2.831a5.55%205.55%200%200%200%20.925-2.5a3%203%200%200%200%20.012-.176v-.243c0-.69-.56-1.25-1.25-1.25h-9.886a5.7%205.7%200%200%200-1.255-2.5H40.75a3.75%203.75%200%200%201%203.75%203.75v.297l-.003.086q-.005.106-.02.279a8.05%208.05%200%200%201-1.351%203.67C41.701%2037.158%2038.973%2039%2033.998%2039M6.75%2027A3.75%203.75%200%200%200%203%2030.75v1.303l.004.097q.006.12.026.318c.029.262.084.622.192%201.05a8.7%208.7%200%200%200%201.5%203.112C6.479%2038.946%209.826%2041%2016%2041s9.522-2.054%2011.277-4.37a8.7%208.7%200%200%200%201.501-3.113c.108-.427.163-.787.192-1.05a6%206%200%200%200%20.03-.414V30.75A3.75%203.75%200%200%200%2025.25%2027zm-1.249%205.024l-.001-.032V30.75c0-.69.56-1.25%201.25-1.25h18.5c.69%200%201.25.56%201.25%201.25v1.242l-.001.032a5%205%200%200%201-.144.88a6.2%206.2%200%200%201-1.07%202.216c-1.182%201.56-3.71%203.38-9.285%203.38s-8.103-1.82-9.285-3.38a6.2%206.2%200%200%201-1.07-2.215a5%205%200%200%201-.144-.881%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%2016a5.5%205.5%200%201%201%2011%200a5.5%205.5%200%200%201-11%200M16%208a8%208%200%201%200%200%2016a8%208%200%200%200%200-16m14.5%2010a3.5%203.5%200%201%201%207%200a3.5%203.5%200%200%201-7%200m3.5-6a6%206%200%201%200%200%2012a6%206%200%200%200%200-12m0%2027c-2.176%200-3.922-.352-5.316-.922l.186-.24c.494-.651.873-1.303%201.163-1.921c1.02.355%202.316.583%203.966.583c4.276%200%206.173-1.533%207.063-2.831a5.55%205.55%200%200%200%20.925-2.5a3%203%200%200%200%20.012-.176v-.243c0-.69-.56-1.25-1.25-1.25h-9.886a5.7%205.7%200%200%200-1.255-2.5H40.75a3.75%203.75%200%200%201%203.75%203.75v.297l-.003.086q-.005.106-.02.279a8.05%208.05%200%200%201-1.351%203.67C41.701%2037.158%2038.973%2039%2033.998%2039M6.75%2027A3.75%203.75%200%200%200%203%2030.75v1.303l.004.097q.006.12.026.318c.029.262.084.622.192%201.05a8.7%208.7%200%200%200%201.5%203.112C6.479%2038.946%209.826%2041%2016%2041s9.522-2.054%2011.277-4.37a8.7%208.7%200%200%200%201.501-3.113c.108-.427.163-.787.192-1.05a6%206%200%200%200%20.03-.414V30.75A3.75%203.75%200%200%200%2025.25%2027zm-1.249%205.024l-.001-.032V30.75c0-.69.56-1.25%201.25-1.25h18.5c.69%200%201.25.56%201.25%201.25v1.242l-.001.032a5%205%200%200%201-.144.88a6.2%206.2%200%200%201-1.07%202.216c-1.182%201.56-3.71%203.38-9.285%203.38s-8.103-1.82-9.285-3.38a6.2%206.2%200%200%201-1.07-2.215a5%205%200%200%201-.144-.881%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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