people communication icon

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

Name
people-communication-28-filled
Set
Fluent UI System Icons
Style
28 Filled
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.665a7.5 7.5 0 0 0-2.104 7.562c-.894.266-1.977.431-3.291.431C2 23 2 17.75 2 17.75v-.5A2.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-7"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleCommunication28Filled(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.665a7.5 7.5 0 0 0-2.104 7.562c-.894.266-1.977.431-3.291.431C2 23 2 17.75 2 17.75v-.5A2.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-7"/></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.665a7.5 7.5 0 0 0-2.104 7.562c-.894.266-1.977.431-3.291.431C2 23 2 17.75 2 17.75v-.5A2.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-7"/></svg>
</template>

CSS

.icon-people-communication-28-filled {
  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.665a7.5%207.5%200%200%200-2.104%207.562c-.894.266-1.977.431-3.291.431C2%2023%202%2017.75%202%2017.75v-.5A2.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-7%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.665a7.5%207.5%200%200%200-2.104%207.562c-.894.266-1.977.431-3.291.431C2%2023%202%2017.75%202%2017.75v-.5A2.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-7%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-filled.svg?color=%231a73e8&size=48