chat-multiple-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
chat-multiple-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

13 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the chat multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M34.514 13.046C40.07 15.244 44 20.663 44 27l-.01.51a14.9 14.9 0 0 1-1.732 6.51l1.671 5.736c.385 1.325-.843 2.555-2.169 2.17h-.002l-5.73-1.673A14.94 14.94 0 0 1 28.999 42l-.387-.005a14.96 14.96 0 0 1-10.831-5.04q.603.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.041c8.105.205 14.613 6.84 14.613 14.995l-.005.387c-.202 7.977-6.632 14.406-14.609 14.608l-.386.005a14.94 14.94 0 0 1-7.029-1.747l-5.73 1.673h-.002c-1.325.384-2.554-.845-2.169-2.17l1.672-5.736a14.9 14.9 0 0 1-1.734-6.51L3.997 20c0-8.284 6.716-15 15-15zM18.996 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.25 1.25 0 0 1 .977.118a12.44 12.44 0 0 0 6.253 1.675l.322-.004c6.755-.17 12.178-5.7 12.178-12.496S26.073 7.675 19.319 7.504z"/></svg>

React

import type { SVGProps } from "react";

export function FluentChatMultiple48Regular(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.514 13.046C40.07 15.244 44 20.663 44 27l-.01.51a14.9 14.9 0 0 1-1.732 6.51l1.671 5.736c.385 1.325-.843 2.555-2.169 2.17h-.002l-5.73-1.673A14.94 14.94 0 0 1 28.999 42l-.387-.005a14.96 14.96 0 0 1-10.831-5.04q.603.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.041c8.105.205 14.613 6.84 14.613 14.995l-.005.387c-.202 7.977-6.632 14.406-14.609 14.608l-.386.005a14.94 14.94 0 0 1-7.029-1.747l-5.73 1.673h-.002c-1.325.384-2.554-.845-2.169-2.17l1.672-5.736a14.9 14.9 0 0 1-1.734-6.51L3.997 20c0-8.284 6.716-15 15-15zM18.996 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.25 1.25 0 0 1 .977.118a12.44 12.44 0 0 0 6.253 1.675l.322-.004c6.755-.17 12.178-5.7 12.178-12.496S26.073 7.675 19.319 7.504z"/></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.514 13.046C40.07 15.244 44 20.663 44 27l-.01.51a14.9 14.9 0 0 1-1.732 6.51l1.671 5.736c.385 1.325-.843 2.555-2.169 2.17h-.002l-5.73-1.673A14.94 14.94 0 0 1 28.999 42l-.387-.005a14.96 14.96 0 0 1-10.831-5.04q.603.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.041c8.105.205 14.613 6.84 14.613 14.995l-.005.387c-.202 7.977-6.632 14.406-14.609 14.608l-.386.005a14.94 14.94 0 0 1-7.029-1.747l-5.73 1.673h-.002c-1.325.384-2.554-.845-2.169-2.17l1.672-5.736a14.9 14.9 0 0 1-1.734-6.51L3.997 20c0-8.284 6.716-15 15-15zM18.996 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.25 1.25 0 0 1 .977.118a12.44 12.44 0 0 0 6.253 1.675l.322-.004c6.755-.17 12.178-5.7 12.178-12.496S26.073 7.675 19.319 7.504z"/></svg>
</template>

CSS

.icon-chat-multiple-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.514%2013.046C40.07%2015.244%2044%2020.663%2044%2027l-.01.51a14.9%2014.9%200%200%201-1.732%206.51l1.671%205.736c.385%201.325-.843%202.555-2.169%202.17h-.002l-5.73-1.673A14.94%2014.94%200%200%201%2028.999%2042l-.387-.005a14.96%2014.96%200%200%201-10.831-5.04q.603.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.041c8.105.205%2014.613%206.84%2014.613%2014.995l-.005.387c-.202%207.977-6.632%2014.406-14.609%2014.608l-.386.005a14.94%2014.94%200%200%201-7.029-1.747l-5.73%201.673h-.002c-1.325.384-2.554-.845-2.169-2.17l1.672-5.736a14.9%2014.9%200%200%201-1.734-6.51L3.997%2020c0-8.284%206.716-15%2015-15zM18.996%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.25%201.25%200%200%201%20.977.118a12.44%2012.44%200%200%200%206.253%201.675l.322-.004c6.755-.17%2012.178-5.7%2012.178-12.496S26.073%207.675%2019.319%207.504z%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.514%2013.046C40.07%2015.244%2044%2020.663%2044%2027l-.01.51a14.9%2014.9%200%200%201-1.732%206.51l1.671%205.736c.385%201.325-.843%202.555-2.169%202.17h-.002l-5.73-1.673A14.94%2014.94%200%200%201%2028.999%2042l-.387-.005a14.96%2014.96%200%200%201-10.831-5.04q.603.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.041c8.105.205%2014.613%206.84%2014.613%2014.995l-.005.387c-.202%207.977-6.632%2014.406-14.609%2014.608l-.386.005a14.94%2014.94%200%200%201-7.029-1.747l-5.73%201.673h-.002c-1.325.384-2.554-.845-2.169-2.17l1.672-5.736a14.9%2014.9%200%200%201-1.734-6.51L3.997%2020c0-8.284%206.716-15%2015-15zM18.996%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.25%201.25%200%200%201%20.977.118a12.44%2012.44%200%200%200%206.253%201.675l.322-.004c6.755-.17%2012.178-5.7%2012.178-12.496S26.073%207.675%2019.319%207.504z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/chat-multiple-48-regular.svg?color=%231a73e8&size=48