people-community-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.

Name
people-community-32-light
Set
Fluent UI System Icons
Style
32 Light
Viewbox
32×32
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 community icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m-4.5 3.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0M6 7a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-4 3a4 4 0 1 1 8 0a4 4 0 0 1-8 0m21 0a3 3 0 1 1 6 0a3 3 0 0 1-6 0m3-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8M10 16.5a2.5 2.5 0 0 1 2.5-2.5h7a2.5 2.5 0 0 1 2.5 2.5V22a6 6 0 0 1-12 0zm2.5-1.5a1.5 1.5 0 0 0-1.5 1.5V22a5 5 0 0 0 10 0v-5.5a1.5 1.5 0 0 0-1.5-1.5zm-3.41.707A3.5 3.5 0 0 0 9 16.5v.267l-4.888 1.31a1.5 1.5 0 0 0-1.06 1.836l.906 3.381a5 5 0 0 0 6.772 3.314q.353.403.763.749a6 6 0 0 1-8.502-3.803l-.905-3.382a2.5 2.5 0 0 1 1.768-3.062zm11.417 11.65q.543.273 1.154.439a6 6 0 0 0 7.348-4.243l.906-3.38a2.5 2.5 0 0 0-1.767-3.062l-5.238-1.404q.09.383.09.793v.267l4.889 1.31a1.5 1.5 0 0 1 1.06 1.836l-.905 3.381a5 5 0 0 1-6.774 3.314q-.353.402-.763.748"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleCommunity32Light(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m-4.5 3.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0M6 7a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-4 3a4 4 0 1 1 8 0a4 4 0 0 1-8 0m21 0a3 3 0 1 1 6 0a3 3 0 0 1-6 0m3-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8M10 16.5a2.5 2.5 0 0 1 2.5-2.5h7a2.5 2.5 0 0 1 2.5 2.5V22a6 6 0 0 1-12 0zm2.5-1.5a1.5 1.5 0 0 0-1.5 1.5V22a5 5 0 0 0 10 0v-5.5a1.5 1.5 0 0 0-1.5-1.5zm-3.41.707A3.5 3.5 0 0 0 9 16.5v.267l-4.888 1.31a1.5 1.5 0 0 0-1.06 1.836l.906 3.381a5 5 0 0 0 6.772 3.314q.353.403.763.749a6 6 0 0 1-8.502-3.803l-.905-3.382a2.5 2.5 0 0 1 1.768-3.062zm11.417 11.65q.543.273 1.154.439a6 6 0 0 0 7.348-4.243l.906-3.38a2.5 2.5 0 0 0-1.767-3.062l-5.238-1.404q.09.383.09.793v.267l4.889 1.31a1.5 1.5 0 0 1 1.06 1.836l-.905 3.381a5 5 0 0 1-6.774 3.314q-.353.402-.763.748"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m-4.5 3.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0M6 7a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-4 3a4 4 0 1 1 8 0a4 4 0 0 1-8 0m21 0a3 3 0 1 1 6 0a3 3 0 0 1-6 0m3-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8M10 16.5a2.5 2.5 0 0 1 2.5-2.5h7a2.5 2.5 0 0 1 2.5 2.5V22a6 6 0 0 1-12 0zm2.5-1.5a1.5 1.5 0 0 0-1.5 1.5V22a5 5 0 0 0 10 0v-5.5a1.5 1.5 0 0 0-1.5-1.5zm-3.41.707A3.5 3.5 0 0 0 9 16.5v.267l-4.888 1.31a1.5 1.5 0 0 0-1.06 1.836l.906 3.381a5 5 0 0 0 6.772 3.314q.353.403.763.749a6 6 0 0 1-8.502-3.803l-.905-3.382a2.5 2.5 0 0 1 1.768-3.062zm11.417 11.65q.543.273 1.154.439a6 6 0 0 0 7.348-4.243l.906-3.38a2.5 2.5 0 0 0-1.767-3.062l-5.238-1.404q.09.383.09.793v.267l4.889 1.31a1.5 1.5 0 0 1 1.06 1.836l-.905 3.381a5 5 0 0 1-6.774 3.314q-.353.402-.763.748"/></svg>
</template>

CSS

.icon-people-community-32-light {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m-4.5%203.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200M6%207a3%203%200%201%200%200%206a3%203%200%200%200%200-6m-4%203a4%204%200%201%201%208%200a4%204%200%200%201-8%200m21%200a3%203%200%201%201%206%200a3%203%200%200%201-6%200m3-4a4%204%200%201%200%200%208a4%204%200%200%200%200-8M10%2016.5a2.5%202.5%200%200%201%202.5-2.5h7a2.5%202.5%200%200%201%202.5%202.5V22a6%206%200%200%201-12%200zm2.5-1.5a1.5%201.5%200%200%200-1.5%201.5V22a5%205%200%200%200%2010%200v-5.5a1.5%201.5%200%200%200-1.5-1.5zm-3.41.707A3.5%203.5%200%200%200%209%2016.5v.267l-4.888%201.31a1.5%201.5%200%200%200-1.06%201.836l.906%203.381a5%205%200%200%200%206.772%203.314q.353.403.763.749a6%206%200%200%201-8.502-3.803l-.905-3.382a2.5%202.5%200%200%201%201.768-3.062zm11.417%2011.65q.543.273%201.154.439a6%206%200%200%200%207.348-4.243l.906-3.38a2.5%202.5%200%200%200-1.767-3.062l-5.238-1.404q.09.383.09.793v.267l4.889%201.31a1.5%201.5%200%200%201%201.06%201.836l-.905%203.381a5%205%200%200%201-6.774%203.314q-.353.402-.763.748%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m-4.5%203.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200M6%207a3%203%200%201%200%200%206a3%203%200%200%200%200-6m-4%203a4%204%200%201%201%208%200a4%204%200%200%201-8%200m21%200a3%203%200%201%201%206%200a3%203%200%200%201-6%200m3-4a4%204%200%201%200%200%208a4%204%200%200%200%200-8M10%2016.5a2.5%202.5%200%200%201%202.5-2.5h7a2.5%202.5%200%200%201%202.5%202.5V22a6%206%200%200%201-12%200zm2.5-1.5a1.5%201.5%200%200%200-1.5%201.5V22a5%205%200%200%200%2010%200v-5.5a1.5%201.5%200%200%200-1.5-1.5zm-3.41.707A3.5%203.5%200%200%200%209%2016.5v.267l-4.888%201.31a1.5%201.5%200%200%200-1.06%201.836l.906%203.381a5%205%200%200%200%206.772%203.314q.353.403.763.749a6%206%200%200%201-8.502-3.803l-.905-3.382a2.5%202.5%200%200%201%201.768-3.062zm11.417%2011.65q.543.273%201.154.439a6%206%200%200%200%207.348-4.243l.906-3.38a2.5%202.5%200%200%200-1.767-3.062l-5.238-1.404q.09.383.09.793v.267l4.889%201.31a1.5%201.5%200%200%201%201.06%201.836l-.905%203.381a5%205%200%200%201-6.774%203.314q-.353.402-.763.748%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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