chat multiple person icon
chat-multiple-person-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- chat-multiple-person-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
11 other variants in Fluent UI System Icons
chat-multiple-person-16-filledchat-multiple-person-16-regularchat-multiple-person-20-filledchat-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 20 20"><path fill="currentColor" d="M15.802 6.627a6.48 6.48 0 0 1 2.199 4.873c0 1.151-.3 2.233-.826 3.172l.796 2.082a1 1 0 0 1-1.204 1.32l-2.487-.697c-.843.4-1.786.623-2.78.623a6.49 6.49 0 0 1-4.926-2.26a7.5 7.5 0 0 0 1.76.257A5.5 5.5 0 0 0 11.5 17a5.5 5.5 0 0 0 2.503-.6l.173-.09l2.86.801l-.969-2.536l.129-.21c.51-.834.804-1.814.804-2.865a5.47 5.47 0 0 0-.963-3.11a7.5 7.5 0 0 0-.236-1.763M8.54 2a6.5 6.5 0 1 1-2.78 12.377l-2.487.697a1 1 0 0 1-1.204-1.32l.796-2.082A6.5 6.5 0 0 1 8.539 2m0 1a5.5 5.5 0 0 0-4.697 8.365l.13.21l-.97 2.536l2.86-.8l.174.088A5.5 5.5 0 1 0 8.539 3m1.71 6c.691 0 1.25.56 1.25 1.25c0 1.25-1 2.25-3 2.25s-3-1-3-2.25C5.5 9.56 6.06 9 6.75 9zM8.5 4.5a1.75 1.75 0 1 1 0 3.5a1.75 1.75 0 0 1 0-3.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentChatMultiplePerson20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.802 6.627a6.48 6.48 0 0 1 2.199 4.873c0 1.151-.3 2.233-.826 3.172l.796 2.082a1 1 0 0 1-1.204 1.32l-2.487-.697c-.843.4-1.786.623-2.78.623a6.49 6.49 0 0 1-4.926-2.26a7.5 7.5 0 0 0 1.76.257A5.5 5.5 0 0 0 11.5 17a5.5 5.5 0 0 0 2.503-.6l.173-.09l2.86.801l-.969-2.536l.129-.21c.51-.834.804-1.814.804-2.865a5.47 5.47 0 0 0-.963-3.11a7.5 7.5 0 0 0-.236-1.763M8.54 2a6.5 6.5 0 1 1-2.78 12.377l-2.487.697a1 1 0 0 1-1.204-1.32l.796-2.082A6.5 6.5 0 0 1 8.539 2m0 1a5.5 5.5 0 0 0-4.697 8.365l.13.21l-.97 2.536l2.86-.8l.174.088A5.5 5.5 0 1 0 8.539 3m1.71 6c.691 0 1.25.56 1.25 1.25c0 1.25-1 2.25-3 2.25s-3-1-3-2.25C5.5 9.56 6.06 9 6.75 9zM8.5 4.5a1.75 1.75 0 1 1 0 3.5a1.75 1.75 0 0 1 0-3.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.802 6.627a6.48 6.48 0 0 1 2.199 4.873c0 1.151-.3 2.233-.826 3.172l.796 2.082a1 1 0 0 1-1.204 1.32l-2.487-.697c-.843.4-1.786.623-2.78.623a6.49 6.49 0 0 1-4.926-2.26a7.5 7.5 0 0 0 1.76.257A5.5 5.5 0 0 0 11.5 17a5.5 5.5 0 0 0 2.503-.6l.173-.09l2.86.801l-.969-2.536l.129-.21c.51-.834.804-1.814.804-2.865a5.47 5.47 0 0 0-.963-3.11a7.5 7.5 0 0 0-.236-1.763M8.54 2a6.5 6.5 0 1 1-2.78 12.377l-2.487.697a1 1 0 0 1-1.204-1.32l.796-2.082A6.5 6.5 0 0 1 8.539 2m0 1a5.5 5.5 0 0 0-4.697 8.365l.13.21l-.97 2.536l2.86-.8l.174.088A5.5 5.5 0 1 0 8.539 3m1.71 6c.691 0 1.25.56 1.25 1.25c0 1.25-1 2.25-3 2.25s-3-1-3-2.25C5.5 9.56 6.06 9 6.75 9zM8.5 4.5a1.75 1.75 0 1 1 0 3.5a1.75 1.75 0 0 1 0-3.5"/></svg> </template>
CSS
.icon-chat-multiple-person-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.802%206.627a6.48%206.48%200%200%201%202.199%204.873c0%201.151-.3%202.233-.826%203.172l.796%202.082a1%201%200%200%201-1.204%201.32l-2.487-.697c-.843.4-1.786.623-2.78.623a6.49%206.49%200%200%201-4.926-2.26a7.5%207.5%200%200%200%201.76.257A5.5%205.5%200%200%200%2011.5%2017a5.5%205.5%200%200%200%202.503-.6l.173-.09l2.86.801l-.969-2.536l.129-.21c.51-.834.804-1.814.804-2.865a5.47%205.47%200%200%200-.963-3.11a7.5%207.5%200%200%200-.236-1.763M8.54%202a6.5%206.5%200%201%201-2.78%2012.377l-2.487.697a1%201%200%200%201-1.204-1.32l.796-2.082A6.5%206.5%200%200%201%208.539%202m0%201a5.5%205.5%200%200%200-4.697%208.365l.13.21l-.97%202.536l2.86-.8l.174.088A5.5%205.5%200%201%200%208.539%203m1.71%206c.691%200%201.25.56%201.25%201.25c0%201.25-1%202.25-3%202.25s-3-1-3-2.25C5.5%209.56%206.06%209%206.75%209zM8.5%204.5a1.75%201.75%200%201%201%200%203.5a1.75%201.75%200%200%201%200-3.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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.802%206.627a6.48%206.48%200%200%201%202.199%204.873c0%201.151-.3%202.233-.826%203.172l.796%202.082a1%201%200%200%201-1.204%201.32l-2.487-.697c-.843.4-1.786.623-2.78.623a6.49%206.49%200%200%201-4.926-2.26a7.5%207.5%200%200%200%201.76.257A5.5%205.5%200%200%200%2011.5%2017a5.5%205.5%200%200%200%202.503-.6l.173-.09l2.86.801l-.969-2.536l.129-.21c.51-.834.804-1.814.804-2.865a5.47%205.47%200%200%200-.963-3.11a7.5%207.5%200%200%200-.236-1.763M8.54%202a6.5%206.5%200%201%201-2.78%2012.377l-2.487.697a1%201%200%200%201-1.204-1.32l.796-2.082A6.5%206.5%200%200%201%208.539%202m0%201a5.5%205.5%200%200%200-4.697%208.365l.13.21l-.97%202.536l2.86-.8l.174.088A5.5%205.5%200%201%200%208.539%203m1.71%206c.691%200%201.25.56%201.25%201.25c0%201.25-1%202.25-3%202.25s-3-1-3-2.25C5.5%209.56%206.06%209%206.75%209zM8.5%204.5a1.75%201.75%200%201%201%200%203.5a1.75%201.75%200%200%201%200-3.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-20-regular.svg?color=%231a73e8&size=48