people chat icon
people-chat-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- people-chat-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
people-add-16-filledpeople-audience-20-filledpeople-call-16-filledpeople-checkmark-16-filledpeople-communication-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 chat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 4.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5M4 7a4 4 0 1 1 8 0a4 4 0 0 1-8 0m13-.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M14 8a3 3 0 1 1 6 0a3 3 0 0 1-6 0M2 15.25A2.25 2.25 0 0 1 4.25 13h7.5c.316 0 .617.065.89.183c-.354.398-.66.84-.908 1.317H4.25a.75.75 0 0 0-.75.75v.257l.007.08c.007.074.023.188.055.329c.066.281.198.656.459 1.029C4.514 17.65 5.578 18.5 8 18.5c1.413 0 2.363-.29 3.008-.67c.027.536.119 1.055.268 1.55c-.835.38-1.907.62-3.276.62c-2.828 0-4.39-1.025-5.208-2.195a4.5 4.5 0 0 1-.778-2.07A3 3 0 0 1 2 15.529zm15.501 7.752a5.501 5.501 0 1 0-4.812-2.833l-.666 2.186a.5.5 0 0 0 .624.625l2.187-.666c.79.439 1.7.688 2.667.688m-2-6a.5.5 0 1 1 0-1.001h4a.5.5 0 1 1 0 1zm2 2h-2a.5.5 0 1 1 0-1h2a.5.5 0 1 1 0 1"/></svg>
React
import type { SVGProps } from "react";
export function FluentPeopleChat24Regular(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="M8 4.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5M4 7a4 4 0 1 1 8 0a4 4 0 0 1-8 0m13-.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M14 8a3 3 0 1 1 6 0a3 3 0 0 1-6 0M2 15.25A2.25 2.25 0 0 1 4.25 13h7.5c.316 0 .617.065.89.183c-.354.398-.66.84-.908 1.317H4.25a.75.75 0 0 0-.75.75v.257l.007.08c.007.074.023.188.055.329c.066.281.198.656.459 1.029C4.514 17.65 5.578 18.5 8 18.5c1.413 0 2.363-.29 3.008-.67c.027.536.119 1.055.268 1.55c-.835.38-1.907.62-3.276.62c-2.828 0-4.39-1.025-5.208-2.195a4.5 4.5 0 0 1-.778-2.07A3 3 0 0 1 2 15.529zm15.501 7.752a5.501 5.501 0 1 0-4.812-2.833l-.666 2.186a.5.5 0 0 0 .624.625l2.187-.666c.79.439 1.7.688 2.667.688m-2-6a.5.5 0 1 1 0-1.001h4a.5.5 0 1 1 0 1zm2 2h-2a.5.5 0 1 1 0-1h2a.5.5 0 1 1 0 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 4.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5M4 7a4 4 0 1 1 8 0a4 4 0 0 1-8 0m13-.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M14 8a3 3 0 1 1 6 0a3 3 0 0 1-6 0M2 15.25A2.25 2.25 0 0 1 4.25 13h7.5c.316 0 .617.065.89.183c-.354.398-.66.84-.908 1.317H4.25a.75.75 0 0 0-.75.75v.257l.007.08c.007.074.023.188.055.329c.066.281.198.656.459 1.029C4.514 17.65 5.578 18.5 8 18.5c1.413 0 2.363-.29 3.008-.67c.027.536.119 1.055.268 1.55c-.835.38-1.907.62-3.276.62c-2.828 0-4.39-1.025-5.208-2.195a4.5 4.5 0 0 1-.778-2.07A3 3 0 0 1 2 15.529zm15.501 7.752a5.501 5.501 0 1 0-4.812-2.833l-.666 2.186a.5.5 0 0 0 .624.625l2.187-.666c.79.439 1.7.688 2.667.688m-2-6a.5.5 0 1 1 0-1.001h4a.5.5 0 1 1 0 1zm2 2h-2a.5.5 0 1 1 0-1h2a.5.5 0 1 1 0 1"/></svg> </template>
CSS
.icon-people-chat-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%22M8%204.5a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5M4%207a4%204%200%201%201%208%200a4%204%200%200%201-8%200m13-.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M14%208a3%203%200%201%201%206%200a3%203%200%200%201-6%200M2%2015.25A2.25%202.25%200%200%201%204.25%2013h7.5c.316%200%20.617.065.89.183c-.354.398-.66.84-.908%201.317H4.25a.75.75%200%200%200-.75.75v.257l.007.08c.007.074.023.188.055.329c.066.281.198.656.459%201.029C4.514%2017.65%205.578%2018.5%208%2018.5c1.413%200%202.363-.29%203.008-.67c.027.536.119%201.055.268%201.55c-.835.38-1.907.62-3.276.62c-2.828%200-4.39-1.025-5.208-2.195a4.5%204.5%200%200%201-.778-2.07A3%203%200%200%201%202%2015.529zm15.501%207.752a5.501%205.501%200%201%200-4.812-2.833l-.666%202.186a.5.5%200%200%200%20.624.625l2.187-.666c.79.439%201.7.688%202.667.688m-2-6a.5.5%200%201%201%200-1.001h4a.5.5%200%201%201%200%201zm2%202h-2a.5.5%200%201%201%200-1h2a.5.5%200%201%201%200%201%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%22M8%204.5a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5M4%207a4%204%200%201%201%208%200a4%204%200%200%201-8%200m13-.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M14%208a3%203%200%201%201%206%200a3%203%200%200%201-6%200M2%2015.25A2.25%202.25%200%200%201%204.25%2013h7.5c.316%200%20.617.065.89.183c-.354.398-.66.84-.908%201.317H4.25a.75.75%200%200%200-.75.75v.257l.007.08c.007.074.023.188.055.329c.066.281.198.656.459%201.029C4.514%2017.65%205.578%2018.5%208%2018.5c1.413%200%202.363-.29%203.008-.67c.027.536.119%201.055.268%201.55c-.835.38-1.907.62-3.276.62c-2.828%200-4.39-1.025-5.208-2.195a4.5%204.5%200%200%201-.778-2.07A3%203%200%200%201%202%2015.529zm15.501%207.752a5.501%205.501%200%201%200-4.812-2.833l-.666%202.186a.5.5%200%200%200%20.624.625l2.187-.666c.79.439%201.7.688%202.667.688m-2-6a.5.5%200%201%201%200-1.001h4a.5.5%200%201%201%200%201zm2%202h-2a.5.5%200%201%201%200-1h2a.5.5%200%201%201%200%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/people-chat-24-regular.svg?color=%231a73e8&size=48