people communication icon

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

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

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the people communication icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.403 15.904a6.5 6.5 0 0 1 9.193 9.193a.75.75 0 0 1-1.06-1.06a5 5 0 1 0-7.072 0a.75.75 0 0 1-1.06 1.06a6.5 6.5 0 0 1 0-9.193m1.768 1.768a4 4 0 1 1 5.656 5.657a.75.75 0 0 1-1.06-1.061a2.5 2.5 0 1 0-3.536 0a.751.751 0 0 1-1.06 1.061a4 4 0 0 1 0-5.657m-2.276-2.665c-.475.44-.89.943-1.238 1.493H4.25a.75.75 0 0 0-.75.75v.495l.001.018q.001.03.008.1c.01.094.03.235.074.409c.087.347.261.812.61 1.278c.673.897 2.115 1.95 5.307 1.95c1.262 0 2.25-.168 3.024-.422q.061.77.266 1.488c-.902.27-1.987.434-3.29.434c-3.558 0-5.491-1.197-6.506-2.55a5.1 5.1 0 0 1-.866-1.815a4.5 4.5 0 0 1-.125-.797L2 17.78v-.531A2.25 2.25 0 0 1 4.25 15h10.5q.073.001.145.007M9.5 4a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9M20 6a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7M9.5 5.5a3 3 0 1 0 0 6a3 3 0 0 0 0-6m10.5 2a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleCommunication28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.403 15.904a6.5 6.5 0 0 1 9.193 9.193a.75.75 0 0 1-1.06-1.06a5 5 0 1 0-7.072 0a.75.75 0 0 1-1.06 1.06a6.5 6.5 0 0 1 0-9.193m1.768 1.768a4 4 0 1 1 5.656 5.657a.75.75 0 0 1-1.06-1.061a2.5 2.5 0 1 0-3.536 0a.751.751 0 0 1-1.06 1.061a4 4 0 0 1 0-5.657m-2.276-2.665c-.475.44-.89.943-1.238 1.493H4.25a.75.75 0 0 0-.75.75v.495l.001.018q.001.03.008.1c.01.094.03.235.074.409c.087.347.261.812.61 1.278c.673.897 2.115 1.95 5.307 1.95c1.262 0 2.25-.168 3.024-.422q.061.77.266 1.488c-.902.27-1.987.434-3.29.434c-3.558 0-5.491-1.197-6.506-2.55a5.1 5.1 0 0 1-.866-1.815a4.5 4.5 0 0 1-.125-.797L2 17.78v-.531A2.25 2.25 0 0 1 4.25 15h10.5q.073.001.145.007M9.5 4a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9M20 6a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7M9.5 5.5a3 3 0 1 0 0 6a3 3 0 0 0 0-6m10.5 2a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.403 15.904a6.5 6.5 0 0 1 9.193 9.193a.75.75 0 0 1-1.06-1.06a5 5 0 1 0-7.072 0a.75.75 0 0 1-1.06 1.06a6.5 6.5 0 0 1 0-9.193m1.768 1.768a4 4 0 1 1 5.656 5.657a.75.75 0 0 1-1.06-1.061a2.5 2.5 0 1 0-3.536 0a.751.751 0 0 1-1.06 1.061a4 4 0 0 1 0-5.657m-2.276-2.665c-.475.44-.89.943-1.238 1.493H4.25a.75.75 0 0 0-.75.75v.495l.001.018q.001.03.008.1c.01.094.03.235.074.409c.087.347.261.812.61 1.278c.673.897 2.115 1.95 5.307 1.95c1.262 0 2.25-.168 3.024-.422q.061.77.266 1.488c-.902.27-1.987.434-3.29.434c-3.558 0-5.491-1.197-6.506-2.55a5.1 5.1 0 0 1-.866-1.815a4.5 4.5 0 0 1-.125-.797L2 17.78v-.531A2.25 2.25 0 0 1 4.25 15h10.5q.073.001.145.007M9.5 4a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9M20 6a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7M9.5 5.5a3 3 0 1 0 0 6a3 3 0 0 0 0-6m10.5 2a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>
</template>

CSS

.icon-people-communication-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.403%2015.904a6.5%206.5%200%200%201%209.193%209.193a.75.75%200%200%201-1.06-1.06a5%205%200%201%200-7.072%200a.75.75%200%200%201-1.06%201.06a6.5%206.5%200%200%201%200-9.193m1.768%201.768a4%204%200%201%201%205.656%205.657a.75.75%200%200%201-1.06-1.061a2.5%202.5%200%201%200-3.536%200a.751.751%200%200%201-1.06%201.061a4%204%200%200%201%200-5.657m-2.276-2.665c-.475.44-.89.943-1.238%201.493H4.25a.75.75%200%200%200-.75.75v.495l.001.018q.001.03.008.1c.01.094.03.235.074.409c.087.347.261.812.61%201.278c.673.897%202.115%201.95%205.307%201.95c1.262%200%202.25-.168%203.024-.422q.061.77.266%201.488c-.902.27-1.987.434-3.29.434c-3.558%200-5.491-1.197-6.506-2.55a5.1%205.1%200%200%201-.866-1.815a4.5%204.5%200%200%201-.125-.797L2%2017.78v-.531A2.25%202.25%200%200%201%204.25%2015h10.5q.073.001.145.007M9.5%204a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9M20%206a3.5%203.5%200%201%201%200%207a3.5%203.5%200%200%201%200-7M9.5%205.5a3%203%200%201%200%200%206a3%203%200%200%200%200-6m10.5%202a2%202%200%201%200%200%204a2%202%200%200%200%200-4%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.403%2015.904a6.5%206.5%200%200%201%209.193%209.193a.75.75%200%200%201-1.06-1.06a5%205%200%201%200-7.072%200a.75.75%200%200%201-1.06%201.06a6.5%206.5%200%200%201%200-9.193m1.768%201.768a4%204%200%201%201%205.656%205.657a.75.75%200%200%201-1.06-1.061a2.5%202.5%200%201%200-3.536%200a.751.751%200%200%201-1.06%201.061a4%204%200%200%201%200-5.657m-2.276-2.665c-.475.44-.89.943-1.238%201.493H4.25a.75.75%200%200%200-.75.75v.495l.001.018q.001.03.008.1c.01.094.03.235.074.409c.087.347.261.812.61%201.278c.673.897%202.115%201.95%205.307%201.95c1.262%200%202.25-.168%203.024-.422q.061.77.266%201.488c-.902.27-1.987.434-3.29.434c-3.558%200-5.491-1.197-6.506-2.55a5.1%205.1%200%200%201-.866-1.815a4.5%204.5%200%200%201-.125-.797L2%2017.78v-.531A2.25%202.25%200%200%201%204.25%2015h10.5q.073.001.145.007M9.5%204a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9M20%206a3.5%203.5%200%201%201%200%207a3.5%203.5%200%200%201%200-7M9.5%205.5a3%203%200%201%200%200%206a3%203%200%200%200%200-6m10.5%202a2%202%200%201%200%200%204a2%202%200%200%200%200-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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