people communication icon
people-communication-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- people-communication-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
people-communication-16-filledpeople-communication-16-regularpeople-communication-20-filledpeople-communication-20-regularpeople-communication-24-filledpeople-communication-24-regularpeople-communication-28-filledpeople-communication-28-regularpeople-communication-32-filledpeople-communication-32-regularpeople-communication-48-filled
Related icons in Fluent UI System Icons
people-add-16-filledpeople-audience-20-filledpeople-call-16-filledpeople-chat-16-filledpeople-checkmark-16-filledpeople-community-12-filledpeople-community-add-20-filledpeople-edit-16-filledpeople-error-16-filledpeople-eye-16-filledpeople-game-controller-20-filledpeople-interwoven-16-filledpeople-link-16-filledpeople-list-16-filledpeople-lock-16-filledpeople-money-20-filledpeople-prohibited-16-filledpeople-queue-20-filledpeople-search-20-filledpeople-settings-20-filledpeople-star-16-filledpeople-subtract-20-filledpeople-swap-16-filledpeople-sync-16-filled
Use the people communication icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M26.222 27.222c4.295-4.296 11.26-4.296 15.556 0c4.296 4.295 4.296 11.26 0 15.556a1.25 1.25 0 0 1-1.768-1.767a8.5 8.5 0 1 0-12.02 0a1.25 1.25 0 0 1-1.768 1.767c-4.296-4.295-4.296-11.26 0-15.556m3.18 3.181a6.5 6.5 0 0 1 9.193 9.193a1.25 1.25 0 0 1-1.768-1.768a4 4 0 1 0-5.656 0a1.25 1.25 0 0 1-1.769 1.768a6.5 6.5 0 0 1 0-9.193M25.25 25q.212 0 .417.023a13 13 0 0 0-2.286 2.477H6.75c-.69 0-1.25.56-1.25 1.25v1.242l.001.032q.002.053.015.174c.017.162.054.407.13.706a6.2 6.2 0 0 0 1.069 2.216c1.182 1.56 3.71 3.38 9.285 3.38c2.066 0 3.713-.25 5.028-.645c.056.853.194 1.684.406 2.484C19.925 38.755 18.13 39 16 39c-6.175 0-9.522-2.055-11.277-4.37a8.7 8.7 0 0 1-1.501-3.112a8 8 0 0 1-.192-1.05a6 6 0 0 1-.029-.415L3 30.02v-1.27A3.75 3.75 0 0 1 6.75 25zM16 6a8 8 0 1 1 0 16a8 8 0 0 1 0-16m18 4a6 6 0 1 1 0 12a6 6 0 0 1 0-12M16 8.5a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11m18 4a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></svg>
React
import type { SVGProps } from "react";
export function FluentPeopleCommunication48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M26.222 27.222c4.295-4.296 11.26-4.296 15.556 0c4.296 4.295 4.296 11.26 0 15.556a1.25 1.25 0 0 1-1.768-1.767a8.5 8.5 0 1 0-12.02 0a1.25 1.25 0 0 1-1.768 1.767c-4.296-4.295-4.296-11.26 0-15.556m3.18 3.181a6.5 6.5 0 0 1 9.193 9.193a1.25 1.25 0 0 1-1.768-1.768a4 4 0 1 0-5.656 0a1.25 1.25 0 0 1-1.769 1.768a6.5 6.5 0 0 1 0-9.193M25.25 25q.212 0 .417.023a13 13 0 0 0-2.286 2.477H6.75c-.69 0-1.25.56-1.25 1.25v1.242l.001.032q.002.053.015.174c.017.162.054.407.13.706a6.2 6.2 0 0 0 1.069 2.216c1.182 1.56 3.71 3.38 9.285 3.38c2.066 0 3.713-.25 5.028-.645c.056.853.194 1.684.406 2.484C19.925 38.755 18.13 39 16 39c-6.175 0-9.522-2.055-11.277-4.37a8.7 8.7 0 0 1-1.501-3.112a8 8 0 0 1-.192-1.05a6 6 0 0 1-.029-.415L3 30.02v-1.27A3.75 3.75 0 0 1 6.75 25zM16 6a8 8 0 1 1 0 16a8 8 0 0 1 0-16m18 4a6 6 0 1 1 0 12a6 6 0 0 1 0-12M16 8.5a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11m18 4a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M26.222 27.222c4.295-4.296 11.26-4.296 15.556 0c4.296 4.295 4.296 11.26 0 15.556a1.25 1.25 0 0 1-1.768-1.767a8.5 8.5 0 1 0-12.02 0a1.25 1.25 0 0 1-1.768 1.767c-4.296-4.295-4.296-11.26 0-15.556m3.18 3.181a6.5 6.5 0 0 1 9.193 9.193a1.25 1.25 0 0 1-1.768-1.768a4 4 0 1 0-5.656 0a1.25 1.25 0 0 1-1.769 1.768a6.5 6.5 0 0 1 0-9.193M25.25 25q.212 0 .417.023a13 13 0 0 0-2.286 2.477H6.75c-.69 0-1.25.56-1.25 1.25v1.242l.001.032q.002.053.015.174c.017.162.054.407.13.706a6.2 6.2 0 0 0 1.069 2.216c1.182 1.56 3.71 3.38 9.285 3.38c2.066 0 3.713-.25 5.028-.645c.056.853.194 1.684.406 2.484C19.925 38.755 18.13 39 16 39c-6.175 0-9.522-2.055-11.277-4.37a8.7 8.7 0 0 1-1.501-3.112a8 8 0 0 1-.192-1.05a6 6 0 0 1-.029-.415L3 30.02v-1.27A3.75 3.75 0 0 1 6.75 25zM16 6a8 8 0 1 1 0 16a8 8 0 0 1 0-16m18 4a6 6 0 1 1 0 12a6 6 0 0 1 0-12M16 8.5a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11m18 4a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></svg> </template>
CSS
.icon-people-communication-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.222%2027.222c4.295-4.296%2011.26-4.296%2015.556%200c4.296%204.295%204.296%2011.26%200%2015.556a1.25%201.25%200%200%201-1.768-1.767a8.5%208.5%200%201%200-12.02%200a1.25%201.25%200%200%201-1.768%201.767c-4.296-4.295-4.296-11.26%200-15.556m3.18%203.181a6.5%206.5%200%200%201%209.193%209.193a1.25%201.25%200%200%201-1.768-1.768a4%204%200%201%200-5.656%200a1.25%201.25%200%200%201-1.769%201.768a6.5%206.5%200%200%201%200-9.193M25.25%2025q.212%200%20.417.023a13%2013%200%200%200-2.286%202.477H6.75c-.69%200-1.25.56-1.25%201.25v1.242l.001.032q.002.053.015.174c.017.162.054.407.13.706a6.2%206.2%200%200%200%201.069%202.216c1.182%201.56%203.71%203.38%209.285%203.38c2.066%200%203.713-.25%205.028-.645c.056.853.194%201.684.406%202.484C19.925%2038.755%2018.13%2039%2016%2039c-6.175%200-9.522-2.055-11.277-4.37a8.7%208.7%200%200%201-1.501-3.112a8%208%200%200%201-.192-1.05a6%206%200%200%201-.029-.415L3%2030.02v-1.27A3.75%203.75%200%200%201%206.75%2025zM16%206a8%208%200%201%201%200%2016a8%208%200%200%201%200-16m18%204a6%206%200%201%201%200%2012a6%206%200%200%201%200-12M16%208.5a5.5%205.5%200%201%200%200%2011a5.5%205.5%200%200%200%200-11m18%204a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.222%2027.222c4.295-4.296%2011.26-4.296%2015.556%200c4.296%204.295%204.296%2011.26%200%2015.556a1.25%201.25%200%200%201-1.768-1.767a8.5%208.5%200%201%200-12.02%200a1.25%201.25%200%200%201-1.768%201.767c-4.296-4.295-4.296-11.26%200-15.556m3.18%203.181a6.5%206.5%200%200%201%209.193%209.193a1.25%201.25%200%200%201-1.768-1.768a4%204%200%201%200-5.656%200a1.25%201.25%200%200%201-1.769%201.768a6.5%206.5%200%200%201%200-9.193M25.25%2025q.212%200%20.417.023a13%2013%200%200%200-2.286%202.477H6.75c-.69%200-1.25.56-1.25%201.25v1.242l.001.032q.002.053.015.174c.017.162.054.407.13.706a6.2%206.2%200%200%200%201.069%202.216c1.182%201.56%203.71%203.38%209.285%203.38c2.066%200%203.713-.25%205.028-.645c.056.853.194%201.684.406%202.484C19.925%2038.755%2018.13%2039%2016%2039c-6.175%200-9.522-2.055-11.277-4.37a8.7%208.7%200%200%201-1.501-3.112a8%208%200%200%201-.192-1.05a6%206%200%200%201-.029-.415L3%2030.02v-1.27A3.75%203.75%200%200%201%206.75%2025zM16%206a8%208%200%201%201%200%2016a8%208%200%200%201%200-16m18%204a6%206%200%201%201%200%2012a6%206%200%200%201%200-12M16%208.5a5.5%205.5%200%201%200%200%2011a5.5%205.5%200%200%200%200-11m18%204a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%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-48-regular.svg?color=%231a73e8&size=48