people chat icon
people-chat-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- people-chat-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M9.5 13a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m14-3.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0M2 17.25A2.25 2.25 0 0 1 4.25 15h10.5q.3 0 .577.075a7.48 7.48 0 0 0-2.321 5.425c0 .663.086 1.307.248 1.92c-.975.356-2.204.58-3.754.58C2 23 2 17.75 2 17.75zm25.005 3.25a6.5 6.5 0 0 1-9.648 5.688l-2.717.791a.5.5 0 0 1-.62-.62l.795-2.713a6.5 6.5 0 1 1 12.19-3.146m-9-1.5a.5.5 0 1 0 0 1h5a.5.5 0 0 0 0-1zm-.5 2.5a.5.5 0 0 0 .5.5h2.5a.5.5 0 0 0 0-1h-2.5a.5.5 0 0 0-.5.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentPeopleChat28Filled(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="M9.5 13a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m14-3.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0M2 17.25A2.25 2.25 0 0 1 4.25 15h10.5q.3 0 .577.075a7.48 7.48 0 0 0-2.321 5.425c0 .663.086 1.307.248 1.92c-.975.356-2.204.58-3.754.58C2 23 2 17.75 2 17.75zm25.005 3.25a6.5 6.5 0 0 1-9.648 5.688l-2.717.791a.5.5 0 0 1-.62-.62l.795-2.713a6.5 6.5 0 1 1 12.19-3.146m-9-1.5a.5.5 0 1 0 0 1h5a.5.5 0 0 0 0-1zm-.5 2.5a.5.5 0 0 0 .5.5h2.5a.5.5 0 0 0 0-1h-2.5a.5.5 0 0 0-.5.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9.5 13a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m14-3.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0M2 17.25A2.25 2.25 0 0 1 4.25 15h10.5q.3 0 .577.075a7.48 7.48 0 0 0-2.321 5.425c0 .663.086 1.307.248 1.92c-.975.356-2.204.58-3.754.58C2 23 2 17.75 2 17.75zm25.005 3.25a6.5 6.5 0 0 1-9.648 5.688l-2.717.791a.5.5 0 0 1-.62-.62l.795-2.713a6.5 6.5 0 1 1 12.19-3.146m-9-1.5a.5.5 0 1 0 0 1h5a.5.5 0 0 0 0-1zm-.5 2.5a.5.5 0 0 0 .5.5h2.5a.5.5 0 0 0 0-1h-2.5a.5.5 0 0 0-.5.5"/></svg> </template>
CSS
.icon-people-chat-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%22M9.5%2013a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m14-3.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200M2%2017.25A2.25%202.25%200%200%201%204.25%2015h10.5q.3%200%20.577.075a7.48%207.48%200%200%200-2.321%205.425c0%20.663.086%201.307.248%201.92c-.975.356-2.204.58-3.754.58C2%2023%202%2017.75%202%2017.75zm25.005%203.25a6.5%206.5%200%200%201-9.648%205.688l-2.717.791a.5.5%200%200%201-.62-.62l.795-2.713a6.5%206.5%200%201%201%2012.19-3.146m-9-1.5a.5.5%200%201%200%200%201h5a.5.5%200%200%200%200-1zm-.5%202.5a.5.5%200%200%200%20.5.5h2.5a.5.5%200%200%200%200-1h-2.5a.5.5%200%200%200-.5.5%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%22M9.5%2013a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m14-3.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200M2%2017.25A2.25%202.25%200%200%201%204.25%2015h10.5q.3%200%20.577.075a7.48%207.48%200%200%200-2.321%205.425c0%20.663.086%201.307.248%201.92c-.975.356-2.204.58-3.754.58C2%2023%202%2017.75%202%2017.75zm25.005%203.25a6.5%206.5%200%200%201-9.648%205.688l-2.717.791a.5.5%200%200%201-.62-.62l.795-2.713a6.5%206.5%200%201%201%2012.19-3.146m-9-1.5a.5.5%200%201%200%200%201h5a.5.5%200%200%200%200-1zm-.5%202.5a.5.5%200%200%200%20.5.5h2.5a.5.5%200%200%200%200-1h-2.5a.5.5%200%200%200-.5.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/people-chat-28-filled.svg?color=%231a73e8&size=48