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

Name
people-community-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M8 2a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M5.5 3.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0M4 8.5q.001-.274.056-.53l-1.944.52a1.5 1.5 0 0 0-1.06 1.838l.388 1.449a3 3 0 0 0 3.773 2.092a4 4 0 0 1-.683-.878a2 2 0 0 1-2.124-1.473l-.389-1.45a.5.5 0 0 1 .354-.612L4 9.02zm6.886 5.398l-.1-.028c.267-.26.498-.555.684-.879a2 2 0 0 0 2.124-1.473l.388-1.45a.5.5 0 0 0-.353-.612L12 9.02V8.5q-.001-.274-.056-.53l1.943.52a1.5 1.5 0 0 1 1.061 1.838l-.388 1.449a3 3 0 0 1-3.674 2.12M2 5a1 1 0 1 1 2 0a1 1 0 0 1-2 0m1-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4m10 1a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-2 1a2 2 0 1 1 4 0a2 2 0 0 1-4 0M6.5 7A1.5 1.5 0 0 0 5 8.5V11a3 3 0 1 0 6 0V8.5A1.5 1.5 0 0 0 9.5 7zM6 8.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V11a2 2 0 1 1-4 0z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleCommunity16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M5.5 3.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0M4 8.5q.001-.274.056-.53l-1.944.52a1.5 1.5 0 0 0-1.06 1.838l.388 1.449a3 3 0 0 0 3.773 2.092a4 4 0 0 1-.683-.878a2 2 0 0 1-2.124-1.473l-.389-1.45a.5.5 0 0 1 .354-.612L4 9.02zm6.886 5.398l-.1-.028c.267-.26.498-.555.684-.879a2 2 0 0 0 2.124-1.473l.388-1.45a.5.5 0 0 0-.353-.612L12 9.02V8.5q-.001-.274-.056-.53l1.943.52a1.5 1.5 0 0 1 1.061 1.838l-.388 1.449a3 3 0 0 1-3.674 2.12M2 5a1 1 0 1 1 2 0a1 1 0 0 1-2 0m1-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4m10 1a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-2 1a2 2 0 1 1 4 0a2 2 0 0 1-4 0M6.5 7A1.5 1.5 0 0 0 5 8.5V11a3 3 0 1 0 6 0V8.5A1.5 1.5 0 0 0 9.5 7zM6 8.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V11a2 2 0 1 1-4 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M5.5 3.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0M4 8.5q.001-.274.056-.53l-1.944.52a1.5 1.5 0 0 0-1.06 1.838l.388 1.449a3 3 0 0 0 3.773 2.092a4 4 0 0 1-.683-.878a2 2 0 0 1-2.124-1.473l-.389-1.45a.5.5 0 0 1 .354-.612L4 9.02zm6.886 5.398l-.1-.028c.267-.26.498-.555.684-.879a2 2 0 0 0 2.124-1.473l.388-1.45a.5.5 0 0 0-.353-.612L12 9.02V8.5q-.001-.274-.056-.53l1.943.52a1.5 1.5 0 0 1 1.061 1.838l-.388 1.449a3 3 0 0 1-3.674 2.12M2 5a1 1 0 1 1 2 0a1 1 0 0 1-2 0m1-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4m10 1a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-2 1a2 2 0 1 1 4 0a2 2 0 0 1-4 0M6.5 7A1.5 1.5 0 0 0 5 8.5V11a3 3 0 1 0 6 0V8.5A1.5 1.5 0 0 0 9.5 7zM6 8.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V11a2 2 0 1 1-4 0z"/></svg>
</template>

CSS

.icon-people-community-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%202a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M5.5%203.5a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200M4%208.5q.001-.274.056-.53l-1.944.52a1.5%201.5%200%200%200-1.06%201.838l.388%201.449a3%203%200%200%200%203.773%202.092a4%204%200%200%201-.683-.878a2%202%200%200%201-2.124-1.473l-.389-1.45a.5.5%200%200%201%20.354-.612L4%209.02zm6.886%205.398l-.1-.028c.267-.26.498-.555.684-.879a2%202%200%200%200%202.124-1.473l.388-1.45a.5.5%200%200%200-.353-.612L12%209.02V8.5q-.001-.274-.056-.53l1.943.52a1.5%201.5%200%200%201%201.061%201.838l-.388%201.449a3%203%200%200%201-3.674%202.12M2%205a1%201%200%201%201%202%200a1%201%200%200%201-2%200m1-2a2%202%200%201%200%200%204a2%202%200%200%200%200-4m10%201a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-2%201a2%202%200%201%201%204%200a2%202%200%200%201-4%200M6.5%207A1.5%201.5%200%200%200%205%208.5V11a3%203%200%201%200%206%200V8.5A1.5%201.5%200%200%200%209.5%207zM6%208.5a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%20.5.5V11a2%202%200%201%201-4%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%202a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M5.5%203.5a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200M4%208.5q.001-.274.056-.53l-1.944.52a1.5%201.5%200%200%200-1.06%201.838l.388%201.449a3%203%200%200%200%203.773%202.092a4%204%200%200%201-.683-.878a2%202%200%200%201-2.124-1.473l-.389-1.45a.5.5%200%200%201%20.354-.612L4%209.02zm6.886%205.398l-.1-.028c.267-.26.498-.555.684-.879a2%202%200%200%200%202.124-1.473l.388-1.45a.5.5%200%200%200-.353-.612L12%209.02V8.5q-.001-.274-.056-.53l1.943.52a1.5%201.5%200%200%201%201.061%201.838l-.388%201.449a3%203%200%200%201-3.674%202.12M2%205a1%201%200%201%201%202%200a1%201%200%200%201-2%200m1-2a2%202%200%201%200%200%204a2%202%200%200%200%200-4m10%201a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-2%201a2%202%200%201%201%204%200a2%202%200%200%201-4%200M6.5%207A1.5%201.5%200%200%200%205%208.5V11a3%203%200%201%200%206%200V8.5A1.5%201.5%200%200%200%209.5%207zM6%208.5a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%20.5.5V11a2%202%200%201%201-4%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-16-regular.svg?color=%231a73e8&size=48