chat multiple person icon
chat-multiple-person-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- chat-multiple-person-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
chat-multiple-person-16-regularchat-multiple-person-20-filledchat-multiple-person-20-regularchat-multiple-person-24-filledchat-multiple-person-24-regularchat-multiple-person-28-filledchat-multiple-person-28-regularchat-multiple-person-32-filledchat-multiple-person-32-regularchat-multiple-person-48-filledchat-multiple-person-48-regular
Related icons in Fluent UI System Icons
chat-add-16-filledchat-arrow-back-16-filledchat-arrow-back-down-16-filledchat-arrow-double-back-16-filledchat-bubbles-question-16-filledchat-checkmark-12-filledchat-cursor-16-filledchat-dismiss-16-filledchat-empty-12-filledchat-help-16-filledchat-hint-half-16-filledchat-history-20-filledchat-lock-16-filledchat-mail-20-filledchat-multiple-12-filledchat-multiple-checkmark-16-filledchat-multiple-heart-16-filledchat-multiple-minus-16-filledchat-off-16-filledchat-person-20-filledchat-settings-16-filledchat-sparkle-16-filledchat-video-20-filledchat-warning-16-filled
Use the chat multiple person icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.82 5.428A5.97 5.97 0 0 1 15 9a6 6 0 0 1-.71 2.825l.692 2.543a.5.5 0 0 1-.64.607l-2.344-.783A5.97 5.97 0 0 1 9 15a5.97 5.97 0 0 1-3.571-1.179a7 7 0 0 0 2.657.094q.445.084.914.085c.984 0 1.9-.285 2.674-.775c.136-.087.276-.085.426-.053l1.673.557l-.5-1.832a.5.5 0 0 1 .05-.384a4.97 4.97 0 0 0 .592-3.427Q14 7.554 14 7a7 7 0 0 0-.18-1.572M7 1a6 6 0 0 1 0 12a5.97 5.97 0 0 1-2.998-.808l-2.344.783a.5.5 0 0 1-.64-.607l.692-2.543A6 6 0 0 1 1 7a6 6 0 0 1 6-6M5.5 7a1 1 0 0 0-1 1c0 1.105 1.12 2 2.5 2s2.5-.895 2.5-2a1 1 0 0 0-1-1zM7 3.5A1.25 1.25 0 1 0 7 6a1.25 1.25 0 0 0 0-2.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentChatMultiplePerson16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.82 5.428A5.97 5.97 0 0 1 15 9a6 6 0 0 1-.71 2.825l.692 2.543a.5.5 0 0 1-.64.607l-2.344-.783A5.97 5.97 0 0 1 9 15a5.97 5.97 0 0 1-3.571-1.179a7 7 0 0 0 2.657.094q.445.084.914.085c.984 0 1.9-.285 2.674-.775c.136-.087.276-.085.426-.053l1.673.557l-.5-1.832a.5.5 0 0 1 .05-.384a4.97 4.97 0 0 0 .592-3.427Q14 7.554 14 7a7 7 0 0 0-.18-1.572M7 1a6 6 0 0 1 0 12a5.97 5.97 0 0 1-2.998-.808l-2.344.783a.5.5 0 0 1-.64-.607l.692-2.543A6 6 0 0 1 1 7a6 6 0 0 1 6-6M5.5 7a1 1 0 0 0-1 1c0 1.105 1.12 2 2.5 2s2.5-.895 2.5-2a1 1 0 0 0-1-1zM7 3.5A1.25 1.25 0 1 0 7 6a1.25 1.25 0 0 0 0-2.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.82 5.428A5.97 5.97 0 0 1 15 9a6 6 0 0 1-.71 2.825l.692 2.543a.5.5 0 0 1-.64.607l-2.344-.783A5.97 5.97 0 0 1 9 15a5.97 5.97 0 0 1-3.571-1.179a7 7 0 0 0 2.657.094q.445.084.914.085c.984 0 1.9-.285 2.674-.775c.136-.087.276-.085.426-.053l1.673.557l-.5-1.832a.5.5 0 0 1 .05-.384a4.97 4.97 0 0 0 .592-3.427Q14 7.554 14 7a7 7 0 0 0-.18-1.572M7 1a6 6 0 0 1 0 12a5.97 5.97 0 0 1-2.998-.808l-2.344.783a.5.5 0 0 1-.64-.607l.692-2.543A6 6 0 0 1 1 7a6 6 0 0 1 6-6M5.5 7a1 1 0 0 0-1 1c0 1.105 1.12 2 2.5 2s2.5-.895 2.5-2a1 1 0 0 0-1-1zM7 3.5A1.25 1.25 0 1 0 7 6a1.25 1.25 0 0 0 0-2.5"/></svg> </template>
CSS
.icon-chat-multiple-person-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.82%205.428A5.97%205.97%200%200%201%2015%209a6%206%200%200%201-.71%202.825l.692%202.543a.5.5%200%200%201-.64.607l-2.344-.783A5.97%205.97%200%200%201%209%2015a5.97%205.97%200%200%201-3.571-1.179a7%207%200%200%200%202.657.094q.445.084.914.085c.984%200%201.9-.285%202.674-.775c.136-.087.276-.085.426-.053l1.673.557l-.5-1.832a.5.5%200%200%201%20.05-.384a4.97%204.97%200%200%200%20.592-3.427Q14%207.554%2014%207a7%207%200%200%200-.18-1.572M7%201a6%206%200%200%201%200%2012a5.97%205.97%200%200%201-2.998-.808l-2.344.783a.5.5%200%200%201-.64-.607l.692-2.543A6%206%200%200%201%201%207a6%206%200%200%201%206-6M5.5%207a1%201%200%200%200-1%201c0%201.105%201.12%202%202.5%202s2.5-.895%202.5-2a1%201%200%200%200-1-1zM7%203.5A1.25%201.25%200%201%200%207%206a1.25%201.25%200%200%200%200-2.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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.82%205.428A5.97%205.97%200%200%201%2015%209a6%206%200%200%201-.71%202.825l.692%202.543a.5.5%200%200%201-.64.607l-2.344-.783A5.97%205.97%200%200%201%209%2015a5.97%205.97%200%200%201-3.571-1.179a7%207%200%200%200%202.657.094q.445.084.914.085c.984%200%201.9-.285%202.674-.775c.136-.087.276-.085.426-.053l1.673.557l-.5-1.832a.5.5%200%200%201%20.05-.384a4.97%204.97%200%200%200%20.592-3.427Q14%207.554%2014%207a7%207%200%200%200-.18-1.572M7%201a6%206%200%200%201%200%2012a5.97%205.97%200%200%201-2.998-.808l-2.344.783a.5.5%200%200%201-.64-.607l.692-2.543A6%206%200%200%201%201%207a6%206%200%200%201%206-6M5.5%207a1%201%200%200%200-1%201c0%201.105%201.12%202%202.5%202s2.5-.895%202.5-2a1%201%200%200%200-1-1zM7%203.5A1.25%201.25%200%201%200%207%206a1.25%201.25%200%200%200%200-2.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/chat-multiple-person-16-filled.svg?color=%231a73e8&size=48