chat multiple person icon
chat-multiple-person-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- chat-multiple-person-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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-20-regularchat-multiple-person-24-filledchat-multiple-person-24-regularchat-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 28 28"><path fill="currentColor" d="M19.926 7.486a9.004 9.004 0 0 1 5.122 12.546l.908 3.389a1.25 1.25 0 0 1-1.531 1.531l-3.386-.907A9 9 0 0 1 17 25a8.98 8.98 0 0 1-6.731-3.026a10 10 0 0 0 2.108-.068A7.47 7.47 0 0 0 17 23.5a7.46 7.46 0 0 0 3.59-.914a.75.75 0 0 1 .555-.066l3.25.87l-.872-3.251a.75.75 0 0 1 .067-.554c.58-1.064.91-2.285.91-3.585a7.5 7.5 0 0 0-3.825-6.54a10 10 0 0 0-.75-1.974M11 3a9 9 0 1 1-4.04 17.045l-3.385.907a1.25 1.25 0 0 1-1.531-1.531l.908-3.389A9 9 0 0 1 11 3M8.25 13a1.75 1.75 0 0 0-1.75 1.75C6.5 16.5 8.5 18 11 18s4.5-1.5 4.5-3.25A1.75 1.75 0 0 0 13.75 13zM11 6.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5"/></svg>
React
import type { SVGProps } from "react";
export function FluentChatMultiplePerson28Filled(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="M19.926 7.486a9.004 9.004 0 0 1 5.122 12.546l.908 3.389a1.25 1.25 0 0 1-1.531 1.531l-3.386-.907A9 9 0 0 1 17 25a8.98 8.98 0 0 1-6.731-3.026a10 10 0 0 0 2.108-.068A7.47 7.47 0 0 0 17 23.5a7.46 7.46 0 0 0 3.59-.914a.75.75 0 0 1 .555-.066l3.25.87l-.872-3.251a.75.75 0 0 1 .067-.554c.58-1.064.91-2.285.91-3.585a7.5 7.5 0 0 0-3.825-6.54a10 10 0 0 0-.75-1.974M11 3a9 9 0 1 1-4.04 17.045l-3.385.907a1.25 1.25 0 0 1-1.531-1.531l.908-3.389A9 9 0 0 1 11 3M8.25 13a1.75 1.75 0 0 0-1.75 1.75C6.5 16.5 8.5 18 11 18s4.5-1.5 4.5-3.25A1.75 1.75 0 0 0 13.75 13zM11 6.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-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="M19.926 7.486a9.004 9.004 0 0 1 5.122 12.546l.908 3.389a1.25 1.25 0 0 1-1.531 1.531l-3.386-.907A9 9 0 0 1 17 25a8.98 8.98 0 0 1-6.731-3.026a10 10 0 0 0 2.108-.068A7.47 7.47 0 0 0 17 23.5a7.46 7.46 0 0 0 3.59-.914a.75.75 0 0 1 .555-.066l3.25.87l-.872-3.251a.75.75 0 0 1 .067-.554c.58-1.064.91-2.285.91-3.585a7.5 7.5 0 0 0-3.825-6.54a10 10 0 0 0-.75-1.974M11 3a9 9 0 1 1-4.04 17.045l-3.385.907a1.25 1.25 0 0 1-1.531-1.531l.908-3.389A9 9 0 0 1 11 3M8.25 13a1.75 1.75 0 0 0-1.75 1.75C6.5 16.5 8.5 18 11 18s4.5-1.5 4.5-3.25A1.75 1.75 0 0 0 13.75 13zM11 6.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5"/></svg> </template>
CSS
.icon-chat-multiple-person-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%22M19.926%207.486a9.004%209.004%200%200%201%205.122%2012.546l.908%203.389a1.25%201.25%200%200%201-1.531%201.531l-3.386-.907A9%209%200%200%201%2017%2025a8.98%208.98%200%200%201-6.731-3.026a10%2010%200%200%200%202.108-.068A7.47%207.47%200%200%200%2017%2023.5a7.46%207.46%200%200%200%203.59-.914a.75.75%200%200%201%20.555-.066l3.25.87l-.872-3.251a.75.75%200%200%201%20.067-.554c.58-1.064.91-2.285.91-3.585a7.5%207.5%200%200%200-3.825-6.54a10%2010%200%200%200-.75-1.974M11%203a9%209%200%201%201-4.04%2017.045l-3.385.907a1.25%201.25%200%200%201-1.531-1.531l.908-3.389A9%209%200%200%201%2011%203M8.25%2013a1.75%201.75%200%200%200-1.75%201.75C6.5%2016.5%208.5%2018%2011%2018s4.5-1.5%204.5-3.25A1.75%201.75%200%200%200%2013.75%2013zM11%206.5a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-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%22M19.926%207.486a9.004%209.004%200%200%201%205.122%2012.546l.908%203.389a1.25%201.25%200%200%201-1.531%201.531l-3.386-.907A9%209%200%200%201%2017%2025a8.98%208.98%200%200%201-6.731-3.026a10%2010%200%200%200%202.108-.068A7.47%207.47%200%200%200%2017%2023.5a7.46%207.46%200%200%200%203.59-.914a.75.75%200%200%201%20.555-.066l3.25.87l-.872-3.251a.75.75%200%200%201%20.067-.554c.58-1.064.91-2.285.91-3.585a7.5%207.5%200%200%200-3.825-6.54a10%2010%200%200%200-.75-1.974M11%203a9%209%200%201%201-4.04%2017.045l-3.385.907a1.25%201.25%200%200%201-1.531-1.531l.908-3.389A9%209%200%200%201%2011%203M8.25%2013a1.75%201.75%200%200%200-1.75%201.75C6.5%2016.5%208.5%2018%2011%2018s4.5-1.5%204.5-3.25A1.75%201.75%200%200%200%2013.75%2013zM11%206.5a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-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-28-filled.svg?color=%231a73e8&size=48