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

Name
people-community-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M10 3a2 2 0 1 0 0 4a2 2 0 0 0 0-4M7 5a3 3 0 1 1 6 0a3 3 0 0 1-6 0M5.053 9.996q-.051.244-.051.504v.545l-2.631.705a.5.5 0 0 0-.354.612l.647 2.415A3 3 0 0 0 5.98 16.97c.23.31.495.594.789.843l-.171.05a4 4 0 0 1-4.9-2.828l-.647-2.415a1.5 1.5 0 0 1 1.061-1.837zm9.949 1.049V10.5q-.001-.26-.05-.504l2.94.788a1.5 1.5 0 0 1 1.06 1.837l-.647 2.415a4 4 0 0 1-5.07 2.778q.443-.376.789-.843a3 3 0 0 0 3.315-2.194l.648-2.415a.5.5 0 0 0-.354-.612zM15 6.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0M16.5 4a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m-13 1a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M1 6.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0M7.5 9A1.5 1.5 0 0 0 6 10.5V14a4 4 0 0 0 8 0v-3.5A1.5 1.5 0 0 0 12.5 9zM7 10.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5V14a3 3 0 1 1-6 0z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleCommunity20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 3a2 2 0 1 0 0 4a2 2 0 0 0 0-4M7 5a3 3 0 1 1 6 0a3 3 0 0 1-6 0M5.053 9.996q-.051.244-.051.504v.545l-2.631.705a.5.5 0 0 0-.354.612l.647 2.415A3 3 0 0 0 5.98 16.97c.23.31.495.594.789.843l-.171.05a4 4 0 0 1-4.9-2.828l-.647-2.415a1.5 1.5 0 0 1 1.061-1.837zm9.949 1.049V10.5q-.001-.26-.05-.504l2.94.788a1.5 1.5 0 0 1 1.06 1.837l-.647 2.415a4 4 0 0 1-5.07 2.778q.443-.376.789-.843a3 3 0 0 0 3.315-2.194l.648-2.415a.5.5 0 0 0-.354-.612zM15 6.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0M16.5 4a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m-13 1a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M1 6.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0M7.5 9A1.5 1.5 0 0 0 6 10.5V14a4 4 0 0 0 8 0v-3.5A1.5 1.5 0 0 0 12.5 9zM7 10.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5V14a3 3 0 1 1-6 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 3a2 2 0 1 0 0 4a2 2 0 0 0 0-4M7 5a3 3 0 1 1 6 0a3 3 0 0 1-6 0M5.053 9.996q-.051.244-.051.504v.545l-2.631.705a.5.5 0 0 0-.354.612l.647 2.415A3 3 0 0 0 5.98 16.97c.23.31.495.594.789.843l-.171.05a4 4 0 0 1-4.9-2.828l-.647-2.415a1.5 1.5 0 0 1 1.061-1.837zm9.949 1.049V10.5q-.001-.26-.05-.504l2.94.788a1.5 1.5 0 0 1 1.06 1.837l-.647 2.415a4 4 0 0 1-5.07 2.778q.443-.376.789-.843a3 3 0 0 0 3.315-2.194l.648-2.415a.5.5 0 0 0-.354-.612zM15 6.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0M16.5 4a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m-13 1a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M1 6.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0M7.5 9A1.5 1.5 0 0 0 6 10.5V14a4 4 0 0 0 8 0v-3.5A1.5 1.5 0 0 0 12.5 9zM7 10.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5V14a3 3 0 1 1-6 0z"/></svg>
</template>

CSS

.icon-people-community-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%203a2%202%200%201%200%200%204a2%202%200%200%200%200-4M7%205a3%203%200%201%201%206%200a3%203%200%200%201-6%200M5.053%209.996q-.051.244-.051.504v.545l-2.631.705a.5.5%200%200%200-.354.612l.647%202.415A3%203%200%200%200%205.98%2016.97c.23.31.495.594.789.843l-.171.05a4%204%200%200%201-4.9-2.828l-.647-2.415a1.5%201.5%200%200%201%201.061-1.837zm9.949%201.049V10.5q-.001-.26-.05-.504l2.94.788a1.5%201.5%200%200%201%201.06%201.837l-.647%202.415a4%204%200%200%201-5.07%202.778q.443-.376.789-.843a3%203%200%200%200%203.315-2.194l.648-2.415a.5.5%200%200%200-.354-.612zM15%206.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200M16.5%204a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5m-13%201a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M1%206.5a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200M7.5%209A1.5%201.5%200%200%200%206%2010.5V14a4%204%200%200%200%208%200v-3.5A1.5%201.5%200%200%200%2012.5%209zM7%2010.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%20.5.5V14a3%203%200%201%201-6%200z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%203a2%202%200%201%200%200%204a2%202%200%200%200%200-4M7%205a3%203%200%201%201%206%200a3%203%200%200%201-6%200M5.053%209.996q-.051.244-.051.504v.545l-2.631.705a.5.5%200%200%200-.354.612l.647%202.415A3%203%200%200%200%205.98%2016.97c.23.31.495.594.789.843l-.171.05a4%204%200%200%201-4.9-2.828l-.647-2.415a1.5%201.5%200%200%201%201.061-1.837zm9.949%201.049V10.5q-.001-.26-.05-.504l2.94.788a1.5%201.5%200%200%201%201.06%201.837l-.647%202.415a4%204%200%200%201-5.07%202.778q.443-.376.789-.843a3%203%200%200%200%203.315-2.194l.648-2.415a.5.5%200%200%200-.354-.612zM15%206.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200M16.5%204a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5m-13%201a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M1%206.5a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200M7.5%209A1.5%201.5%200%200%200%206%2010.5V14a4%204%200%200%200%208%200v-3.5A1.5%201.5%200%200%200%2012.5%209zM7%2010.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%20.5.5V14a3%203%200%201%201-6%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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