chat multiple person icon
chat-multiple-person-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- chat-multiple-person-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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-filledchat-multiple-person-28-regularchat-multiple-person-32-filledchat-multiple-person-32-regularchat-multiple-person-48-filled
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 48 48"><path fill="currentColor" d="M34.515 13.046C40.07 15.244 44 20.663 44 27l-.01.51a14.9 14.9 0 0 1-1.733 6.51l1.672 5.736c.385 1.325-.843 2.555-2.169 2.17h-.002l-5.73-1.673A14.94 14.94 0 0 1 29 42l-.387-.005a14.96 14.96 0 0 1-10.831-5.04q.602.044 1.217.045c.78 0 1.548-.055 2.3-.156a12.44 12.44 0 0 0 7.378 2.652L29 39.5c2.28 0 4.414-.61 6.253-1.675c.295-.17.649-.213.976-.118l4.917 1.435l-1.434-4.92a1.25 1.25 0 0 1 .118-.976a12.4 12.4 0 0 0 1.663-5.82L41.5 27c0-4.474-2.352-8.397-5.886-10.605a17 17 0 0 0-1.099-3.35m-15.13-8.041C27.49 5.21 33.998 11.845 33.998 20l-.005.387c-.202 7.977-6.632 14.406-14.609 14.608l-.386.005c-2.538 0-4.931-.633-7.029-1.747l-5.73 1.673h-.002c-1.325.384-2.554-.845-2.169-2.17L5.74 27.02a14.9 14.9 0 0 1-1.733-6.51l-.01-.51c0-8.284 6.717-15 15-15zM18.998 7.5c-6.903 0-12.5 5.597-12.5 12.5l.007.426a12.4 12.4 0 0 0 1.663 5.82c.17.295.213.648.118.976l-1.435 4.92l4.917-1.435a1.26 1.26 0 0 1 .977.118a12.44 12.44 0 0 0 6.253 1.675l.322-.004c6.754-.171 12.178-5.7 12.178-12.496S26.074 7.675 19.32 7.504zM23.5 21a3 3 0 0 1 3 3c0 3-3 5.5-7.5 5.5S11.5 27 11.5 24a3 3 0 0 1 3-3zM19 11a4 4 0 1 1 0 8a4 4 0 0 1 0-8"/></svg>
React
import type { SVGProps } from "react";
export function FluentChatMultiplePerson48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M34.515 13.046C40.07 15.244 44 20.663 44 27l-.01.51a14.9 14.9 0 0 1-1.733 6.51l1.672 5.736c.385 1.325-.843 2.555-2.169 2.17h-.002l-5.73-1.673A14.94 14.94 0 0 1 29 42l-.387-.005a14.96 14.96 0 0 1-10.831-5.04q.602.044 1.217.045c.78 0 1.548-.055 2.3-.156a12.44 12.44 0 0 0 7.378 2.652L29 39.5c2.28 0 4.414-.61 6.253-1.675c.295-.17.649-.213.976-.118l4.917 1.435l-1.434-4.92a1.25 1.25 0 0 1 .118-.976a12.4 12.4 0 0 0 1.663-5.82L41.5 27c0-4.474-2.352-8.397-5.886-10.605a17 17 0 0 0-1.099-3.35m-15.13-8.041C27.49 5.21 33.998 11.845 33.998 20l-.005.387c-.202 7.977-6.632 14.406-14.609 14.608l-.386.005c-2.538 0-4.931-.633-7.029-1.747l-5.73 1.673h-.002c-1.325.384-2.554-.845-2.169-2.17L5.74 27.02a14.9 14.9 0 0 1-1.733-6.51l-.01-.51c0-8.284 6.717-15 15-15zM18.998 7.5c-6.903 0-12.5 5.597-12.5 12.5l.007.426a12.4 12.4 0 0 0 1.663 5.82c.17.295.213.648.118.976l-1.435 4.92l4.917-1.435a1.26 1.26 0 0 1 .977.118a12.44 12.44 0 0 0 6.253 1.675l.322-.004c6.754-.171 12.178-5.7 12.178-12.496S26.074 7.675 19.32 7.504zM23.5 21a3 3 0 0 1 3 3c0 3-3 5.5-7.5 5.5S11.5 27 11.5 24a3 3 0 0 1 3-3zM19 11a4 4 0 1 1 0 8a4 4 0 0 1 0-8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M34.515 13.046C40.07 15.244 44 20.663 44 27l-.01.51a14.9 14.9 0 0 1-1.733 6.51l1.672 5.736c.385 1.325-.843 2.555-2.169 2.17h-.002l-5.73-1.673A14.94 14.94 0 0 1 29 42l-.387-.005a14.96 14.96 0 0 1-10.831-5.04q.602.044 1.217.045c.78 0 1.548-.055 2.3-.156a12.44 12.44 0 0 0 7.378 2.652L29 39.5c2.28 0 4.414-.61 6.253-1.675c.295-.17.649-.213.976-.118l4.917 1.435l-1.434-4.92a1.25 1.25 0 0 1 .118-.976a12.4 12.4 0 0 0 1.663-5.82L41.5 27c0-4.474-2.352-8.397-5.886-10.605a17 17 0 0 0-1.099-3.35m-15.13-8.041C27.49 5.21 33.998 11.845 33.998 20l-.005.387c-.202 7.977-6.632 14.406-14.609 14.608l-.386.005c-2.538 0-4.931-.633-7.029-1.747l-5.73 1.673h-.002c-1.325.384-2.554-.845-2.169-2.17L5.74 27.02a14.9 14.9 0 0 1-1.733-6.51l-.01-.51c0-8.284 6.717-15 15-15zM18.998 7.5c-6.903 0-12.5 5.597-12.5 12.5l.007.426a12.4 12.4 0 0 0 1.663 5.82c.17.295.213.648.118.976l-1.435 4.92l4.917-1.435a1.26 1.26 0 0 1 .977.118a12.44 12.44 0 0 0 6.253 1.675l.322-.004c6.754-.171 12.178-5.7 12.178-12.496S26.074 7.675 19.32 7.504zM23.5 21a3 3 0 0 1 3 3c0 3-3 5.5-7.5 5.5S11.5 27 11.5 24a3 3 0 0 1 3-3zM19 11a4 4 0 1 1 0 8a4 4 0 0 1 0-8"/></svg> </template>
CSS
.icon-chat-multiple-person-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M34.515%2013.046C40.07%2015.244%2044%2020.663%2044%2027l-.01.51a14.9%2014.9%200%200%201-1.733%206.51l1.672%205.736c.385%201.325-.843%202.555-2.169%202.17h-.002l-5.73-1.673A14.94%2014.94%200%200%201%2029%2042l-.387-.005a14.96%2014.96%200%200%201-10.831-5.04q.602.044%201.217.045c.78%200%201.548-.055%202.3-.156a12.44%2012.44%200%200%200%207.378%202.652L29%2039.5c2.28%200%204.414-.61%206.253-1.675c.295-.17.649-.213.976-.118l4.917%201.435l-1.434-4.92a1.25%201.25%200%200%201%20.118-.976a12.4%2012.4%200%200%200%201.663-5.82L41.5%2027c0-4.474-2.352-8.397-5.886-10.605a17%2017%200%200%200-1.099-3.35m-15.13-8.041C27.49%205.21%2033.998%2011.845%2033.998%2020l-.005.387c-.202%207.977-6.632%2014.406-14.609%2014.608l-.386.005c-2.538%200-4.931-.633-7.029-1.747l-5.73%201.673h-.002c-1.325.384-2.554-.845-2.169-2.17L5.74%2027.02a14.9%2014.9%200%200%201-1.733-6.51l-.01-.51c0-8.284%206.717-15%2015-15zM18.998%207.5c-6.903%200-12.5%205.597-12.5%2012.5l.007.426a12.4%2012.4%200%200%200%201.663%205.82c.17.295.213.648.118.976l-1.435%204.92l4.917-1.435a1.26%201.26%200%200%201%20.977.118a12.44%2012.44%200%200%200%206.253%201.675l.322-.004c6.754-.171%2012.178-5.7%2012.178-12.496S26.074%207.675%2019.32%207.504zM23.5%2021a3%203%200%200%201%203%203c0%203-3%205.5-7.5%205.5S11.5%2027%2011.5%2024a3%203%200%200%201%203-3zM19%2011a4%204%200%201%201%200%208a4%204%200%200%201%200-8%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M34.515%2013.046C40.07%2015.244%2044%2020.663%2044%2027l-.01.51a14.9%2014.9%200%200%201-1.733%206.51l1.672%205.736c.385%201.325-.843%202.555-2.169%202.17h-.002l-5.73-1.673A14.94%2014.94%200%200%201%2029%2042l-.387-.005a14.96%2014.96%200%200%201-10.831-5.04q.602.044%201.217.045c.78%200%201.548-.055%202.3-.156a12.44%2012.44%200%200%200%207.378%202.652L29%2039.5c2.28%200%204.414-.61%206.253-1.675c.295-.17.649-.213.976-.118l4.917%201.435l-1.434-4.92a1.25%201.25%200%200%201%20.118-.976a12.4%2012.4%200%200%200%201.663-5.82L41.5%2027c0-4.474-2.352-8.397-5.886-10.605a17%2017%200%200%200-1.099-3.35m-15.13-8.041C27.49%205.21%2033.998%2011.845%2033.998%2020l-.005.387c-.202%207.977-6.632%2014.406-14.609%2014.608l-.386.005c-2.538%200-4.931-.633-7.029-1.747l-5.73%201.673h-.002c-1.325.384-2.554-.845-2.169-2.17L5.74%2027.02a14.9%2014.9%200%200%201-1.733-6.51l-.01-.51c0-8.284%206.717-15%2015-15zM18.998%207.5c-6.903%200-12.5%205.597-12.5%2012.5l.007.426a12.4%2012.4%200%200%200%201.663%205.82c.17.295.213.648.118.976l-1.435%204.92l4.917-1.435a1.26%201.26%200%200%201%20.977.118a12.44%2012.44%200%200%200%206.253%201.675l.322-.004c6.754-.171%2012.178-5.7%2012.178-12.496S26.074%207.675%2019.32%207.504zM23.5%2021a3%203%200%200%201%203%203c0%203-3%205.5-7.5%205.5S11.5%2027%2011.5%2024a3%203%200%200%201%203-3zM19%2011a4%204%200%201%201%200%208a4%204%200%200%201%200-8%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-48-regular.svg?color=%231a73e8&size=48