people communication icon

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

Name
people-communication-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M13.111 13.61a5.5 5.5 0 0 1 7.779 7.779a.751.751 0 0 1-1.062-1.06a4 4 0 1 0-5.656 0a.75.75 0 0 1-1.06 1.06a5.5 5.5 0 0 1 0-7.779M11.75 13q.261 0 .506.058c-.403.43-.748.915-1.023 1.442H4.25a.75.75 0 0 0-.75.75c0 .112-.004.225.007.337a3 3 0 0 0 .514 1.358C4.514 17.651 5.578 18.5 8 18.5c1.096 0 1.913-.176 2.525-.432q.07.776.308 1.488C10.071 19.83 9.139 20 8 20c-2.828 0-4.39-1.026-5.208-2.195a4.5 4.5 0 0 1-.778-2.07C1.998 15.573 2 15.413 2 15.25A2.25 2.25 0 0 1 4.25 13zm3.133 2.378a3 3 0 0 1 4.242 4.242a.75.75 0 1 1-1.06-1.06a1.5 1.5 0 1 0-2.122 0a.75.75 0 0 1-1.06 1.06a3 3 0 0 1 0-4.242M8 3a4 4 0 1 1 0 8a4 4 0 0 1 0-8m9 2a3 3 0 1 1 0 6a3 3 0 0 1 0-6m-9-.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m9 2a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleCommunication24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.111 13.61a5.5 5.5 0 0 1 7.779 7.779a.751.751 0 0 1-1.062-1.06a4 4 0 1 0-5.656 0a.75.75 0 0 1-1.06 1.06a5.5 5.5 0 0 1 0-7.779M11.75 13q.261 0 .506.058c-.403.43-.748.915-1.023 1.442H4.25a.75.75 0 0 0-.75.75c0 .112-.004.225.007.337a3 3 0 0 0 .514 1.358C4.514 17.651 5.578 18.5 8 18.5c1.096 0 1.913-.176 2.525-.432q.07.776.308 1.488C10.071 19.83 9.139 20 8 20c-2.828 0-4.39-1.026-5.208-2.195a4.5 4.5 0 0 1-.778-2.07C1.998 15.573 2 15.413 2 15.25A2.25 2.25 0 0 1 4.25 13zm3.133 2.378a3 3 0 0 1 4.242 4.242a.75.75 0 1 1-1.06-1.06a1.5 1.5 0 1 0-2.122 0a.75.75 0 0 1-1.06 1.06a3 3 0 0 1 0-4.242M8 3a4 4 0 1 1 0 8a4 4 0 0 1 0-8m9 2a3 3 0 1 1 0 6a3 3 0 0 1 0-6m-9-.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m9 2a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.111 13.61a5.5 5.5 0 0 1 7.779 7.779a.751.751 0 0 1-1.062-1.06a4 4 0 1 0-5.656 0a.75.75 0 0 1-1.06 1.06a5.5 5.5 0 0 1 0-7.779M11.75 13q.261 0 .506.058c-.403.43-.748.915-1.023 1.442H4.25a.75.75 0 0 0-.75.75c0 .112-.004.225.007.337a3 3 0 0 0 .514 1.358C4.514 17.651 5.578 18.5 8 18.5c1.096 0 1.913-.176 2.525-.432q.07.776.308 1.488C10.071 19.83 9.139 20 8 20c-2.828 0-4.39-1.026-5.208-2.195a4.5 4.5 0 0 1-.778-2.07C1.998 15.573 2 15.413 2 15.25A2.25 2.25 0 0 1 4.25 13zm3.133 2.378a3 3 0 0 1 4.242 4.242a.75.75 0 1 1-1.06-1.06a1.5 1.5 0 1 0-2.122 0a.75.75 0 0 1-1.06 1.06a3 3 0 0 1 0-4.242M8 3a4 4 0 1 1 0 8a4 4 0 0 1 0-8m9 2a3 3 0 1 1 0 6a3 3 0 0 1 0-6m-9-.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m9 2a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
</template>

CSS

.icon-people-communication-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.111%2013.61a5.5%205.5%200%200%201%207.779%207.779a.751.751%200%200%201-1.062-1.06a4%204%200%201%200-5.656%200a.75.75%200%200%201-1.06%201.06a5.5%205.5%200%200%201%200-7.779M11.75%2013q.261%200%20.506.058c-.403.43-.748.915-1.023%201.442H4.25a.75.75%200%200%200-.75.75c0%20.112-.004.225.007.337a3%203%200%200%200%20.514%201.358C4.514%2017.651%205.578%2018.5%208%2018.5c1.096%200%201.913-.176%202.525-.432q.07.776.308%201.488C10.071%2019.83%209.139%2020%208%2020c-2.828%200-4.39-1.026-5.208-2.195a4.5%204.5%200%200%201-.778-2.07C1.998%2015.573%202%2015.413%202%2015.25A2.25%202.25%200%200%201%204.25%2013zm3.133%202.378a3%203%200%200%201%204.242%204.242a.75.75%200%201%201-1.06-1.06a1.5%201.5%200%201%200-2.122%200a.75.75%200%200%201-1.06%201.06a3%203%200%200%201%200-4.242M8%203a4%204%200%201%201%200%208a4%204%200%200%201%200-8m9%202a3%203%200%201%201%200%206a3%203%200%200%201%200-6m-9-.5a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5m9%202a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.111%2013.61a5.5%205.5%200%200%201%207.779%207.779a.751.751%200%200%201-1.062-1.06a4%204%200%201%200-5.656%200a.75.75%200%200%201-1.06%201.06a5.5%205.5%200%200%201%200-7.779M11.75%2013q.261%200%20.506.058c-.403.43-.748.915-1.023%201.442H4.25a.75.75%200%200%200-.75.75c0%20.112-.004.225.007.337a3%203%200%200%200%20.514%201.358C4.514%2017.651%205.578%2018.5%208%2018.5c1.096%200%201.913-.176%202.525-.432q.07.776.308%201.488C10.071%2019.83%209.139%2020%208%2020c-2.828%200-4.39-1.026-5.208-2.195a4.5%204.5%200%200%201-.778-2.07C1.998%2015.573%202%2015.413%202%2015.25A2.25%202.25%200%200%201%204.25%2013zm3.133%202.378a3%203%200%200%201%204.242%204.242a.75.75%200%201%201-1.06-1.06a1.5%201.5%200%201%200-2.122%200a.75.75%200%200%201-1.06%201.06a3%203%200%200%201%200-4.242M8%203a4%204%200%201%201%200%208a4%204%200%200%201%200-8m9%202a3%203%200%201%201%200%206a3%203%200%200%201%200-6m-9-.5a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5m9%202a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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