chat multiple person icon
chat-multiple-person-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- chat-multiple-person-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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-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 24 24"><path fill="currentColor" d="M17.015 6.411a7.503 7.503 0 0 1 4.343 10.263c.253 1.008.51 2.1.672 2.803a1.244 1.244 0 0 1-1.468 1.5a135 135 0 0 1-2.913-.64a7.5 7.5 0 0 1-3.088.663a7.47 7.47 0 0 1-5.1-2h.1c.719 0 1.416-.09 2.082-.257a6 6 0 0 0 2.919.757c.96 0 1.866-.225 2.67-.625l.243-.121l.264.062c.922.22 1.965.447 2.74.61c-.175-.75-.414-1.755-.642-2.65l-.07-.276l.13-.253a6 6 0 0 0 .665-2.747a6 6 0 0 0-2.748-5.042a8.4 8.4 0 0 0-.8-2.047M9.5 3a7.5 7.5 0 1 1-3.089 14.336c-1.258.29-2.613.54-3.236.651a.996.996 0 0 1-1.154-1.17c.118-.608.38-1.917.682-3.142A7.5 7.5 0 0 1 9.5 3m-2 8A1.5 1.5 0 0 0 6 12.5C6 14 7.5 15 9.5 15s3.5-1 3.5-2.5a1.5 1.5 0 0 0-1.5-1.5zm2-5a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>
React
import type { SVGProps } from "react";
export function FluentChatMultiplePerson24Filled(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="M17.015 6.411a7.503 7.503 0 0 1 4.343 10.263c.253 1.008.51 2.1.672 2.803a1.244 1.244 0 0 1-1.468 1.5a135 135 0 0 1-2.913-.64a7.5 7.5 0 0 1-3.088.663a7.47 7.47 0 0 1-5.1-2h.1c.719 0 1.416-.09 2.082-.257a6 6 0 0 0 2.919.757c.96 0 1.866-.225 2.67-.625l.243-.121l.264.062c.922.22 1.965.447 2.74.61c-.175-.75-.414-1.755-.642-2.65l-.07-.276l.13-.253a6 6 0 0 0 .665-2.747a6 6 0 0 0-2.748-5.042a8.4 8.4 0 0 0-.8-2.047M9.5 3a7.5 7.5 0 1 1-3.089 14.336c-1.258.29-2.613.54-3.236.651a.996.996 0 0 1-1.154-1.17c.118-.608.38-1.917.682-3.142A7.5 7.5 0 0 1 9.5 3m-2 8A1.5 1.5 0 0 0 6 12.5C6 14 7.5 15 9.5 15s3.5-1 3.5-2.5a1.5 1.5 0 0 0-1.5-1.5zm2-5a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.015 6.411a7.503 7.503 0 0 1 4.343 10.263c.253 1.008.51 2.1.672 2.803a1.244 1.244 0 0 1-1.468 1.5a135 135 0 0 1-2.913-.64a7.5 7.5 0 0 1-3.088.663a7.47 7.47 0 0 1-5.1-2h.1c.719 0 1.416-.09 2.082-.257a6 6 0 0 0 2.919.757c.96 0 1.866-.225 2.67-.625l.243-.121l.264.062c.922.22 1.965.447 2.74.61c-.175-.75-.414-1.755-.642-2.65l-.07-.276l.13-.253a6 6 0 0 0 .665-2.747a6 6 0 0 0-2.748-5.042a8.4 8.4 0 0 0-.8-2.047M9.5 3a7.5 7.5 0 1 1-3.089 14.336c-1.258.29-2.613.54-3.236.651a.996.996 0 0 1-1.154-1.17c.118-.608.38-1.917.682-3.142A7.5 7.5 0 0 1 9.5 3m-2 8A1.5 1.5 0 0 0 6 12.5C6 14 7.5 15 9.5 15s3.5-1 3.5-2.5a1.5 1.5 0 0 0-1.5-1.5zm2-5a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg> </template>
CSS
.icon-chat-multiple-person-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.015%206.411a7.503%207.503%200%200%201%204.343%2010.263c.253%201.008.51%202.1.672%202.803a1.244%201.244%200%200%201-1.468%201.5a135%20135%200%200%201-2.913-.64a7.5%207.5%200%200%201-3.088.663a7.47%207.47%200%200%201-5.1-2h.1c.719%200%201.416-.09%202.082-.257a6%206%200%200%200%202.919.757c.96%200%201.866-.225%202.67-.625l.243-.121l.264.062c.922.22%201.965.447%202.74.61c-.175-.75-.414-1.755-.642-2.65l-.07-.276l.13-.253a6%206%200%200%200%20.665-2.747a6%206%200%200%200-2.748-5.042a8.4%208.4%200%200%200-.8-2.047M9.5%203a7.5%207.5%200%201%201-3.089%2014.336c-1.258.29-2.613.54-3.236.651a.996.996%200%200%201-1.154-1.17c.118-.608.38-1.917.682-3.142A7.5%207.5%200%200%201%209.5%203m-2%208A1.5%201.5%200%200%200%206%2012.5C6%2014%207.5%2015%209.5%2015s3.5-1%203.5-2.5a1.5%201.5%200%200%200-1.5-1.5zm2-5a2%202%200%201%200%200%204a2%202%200%200%200%200-4%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%22M17.015%206.411a7.503%207.503%200%200%201%204.343%2010.263c.253%201.008.51%202.1.672%202.803a1.244%201.244%200%200%201-1.468%201.5a135%20135%200%200%201-2.913-.64a7.5%207.5%200%200%201-3.088.663a7.47%207.47%200%200%201-5.1-2h.1c.719%200%201.416-.09%202.082-.257a6%206%200%200%200%202.919.757c.96%200%201.866-.225%202.67-.625l.243-.121l.264.062c.922.22%201.965.447%202.74.61c-.175-.75-.414-1.755-.642-2.65l-.07-.276l.13-.253a6%206%200%200%200%20.665-2.747a6%206%200%200%200-2.748-5.042a8.4%208.4%200%200%200-.8-2.047M9.5%203a7.5%207.5%200%201%201-3.089%2014.336c-1.258.29-2.613.54-3.236.651a.996.996%200%200%201-1.154-1.17c.118-.608.38-1.917.682-3.142A7.5%207.5%200%200%201%209.5%203m-2%208A1.5%201.5%200%200%200%206%2012.5C6%2014%207.5%2015%209.5%2015s3.5-1%203.5-2.5a1.5%201.5%200%200%200-1.5-1.5zm2-5a2%202%200%201%200%200%204a2%202%200%200%200%200-4%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-24-filled.svg?color=%231a73e8&size=48