chat-multiple-12-filled from Fluent UI System Icons by Microsoft Corporation · 12 Filled · MIT Free for personal and commercial use.

Name
chat-multiple-12-filled
Set
Fluent UI System Icons
Style
12 Filled
Viewbox
12×12
License
MIT

13 other variants in Fluent UI System Icons

The same icon in other sets

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 12 12"><path fill="currentColor" d="M9.95 4.299A4 4 0 0 1 11 7c0 .698-.18 1.355-.496 1.927l.47 1.415a.5.5 0 0 1-.632.633l-1.413-.472A4 4 0 0 1 7 11c-1.042 0-1.991-.4-2.703-1.053q.345.051.703.053q.583-.002 1.128-.13a3 3 0 0 0 2.477-.335a.5.5 0 0 1 .425-.053l.68.227l-.226-.68a.5.5 0 0 1 .052-.425a2.98 2.98 0 0 0 .334-2.475a5 5 0 0 0 .08-1.83M5 1a4 4 0 1 1-1.929 7.503l-1.413.472a.5.5 0 0 1-.632-.633l.47-1.415A4 4 0 0 1 5 1"/></svg>

React

import type { SVGProps } from "react";

export function FluentChatMultiple12Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M9.95 4.299A4 4 0 0 1 11 7c0 .698-.18 1.355-.496 1.927l.47 1.415a.5.5 0 0 1-.632.633l-1.413-.472A4 4 0 0 1 7 11c-1.042 0-1.991-.4-2.703-1.053q.345.051.703.053q.583-.002 1.128-.13a3 3 0 0 0 2.477-.335a.5.5 0 0 1 .425-.053l.68.227l-.226-.68a.5.5 0 0 1 .052-.425a2.98 2.98 0 0 0 .334-2.475a5 5 0 0 0 .08-1.83M5 1a4 4 0 1 1-1.929 7.503l-1.413.472a.5.5 0 0 1-.632-.633l.47-1.415A4 4 0 0 1 5 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M9.95 4.299A4 4 0 0 1 11 7c0 .698-.18 1.355-.496 1.927l.47 1.415a.5.5 0 0 1-.632.633l-1.413-.472A4 4 0 0 1 7 11c-1.042 0-1.991-.4-2.703-1.053q.345.051.703.053q.583-.002 1.128-.13a3 3 0 0 0 2.477-.335a.5.5 0 0 1 .425-.053l.68.227l-.226-.68a.5.5 0 0 1 .052-.425a2.98 2.98 0 0 0 .334-2.475a5 5 0 0 0 .08-1.83M5 1a4 4 0 1 1-1.929 7.503l-1.413.472a.5.5 0 0 1-.632-.633l.47-1.415A4 4 0 0 1 5 1"/></svg>
</template>

CSS

.icon-chat-multiple-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.95%204.299A4%204%200%200%201%2011%207c0%20.698-.18%201.355-.496%201.927l.47%201.415a.5.5%200%200%201-.632.633l-1.413-.472A4%204%200%200%201%207%2011c-1.042%200-1.991-.4-2.703-1.053q.345.051.703.053q.583-.002%201.128-.13a3%203%200%200%200%202.477-.335a.5.5%200%200%201%20.425-.053l.68.227l-.226-.68a.5.5%200%200%201%20.052-.425a2.98%202.98%200%200%200%20.334-2.475a5%205%200%200%200%20.08-1.83M5%201a4%204%200%201%201-1.929%207.503l-1.413.472a.5.5%200%200%201-.632-.633l.47-1.415A4%204%200%200%201%205%201%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.95%204.299A4%204%200%200%201%2011%207c0%20.698-.18%201.355-.496%201.927l.47%201.415a.5.5%200%200%201-.632.633l-1.413-.472A4%204%200%200%201%207%2011c-1.042%200-1.991-.4-2.703-1.053q.345.051.703.053q.583-.002%201.128-.13a3%203%200%200%200%202.477-.335a.5.5%200%200%201%20.425-.053l.68.227l-.226-.68a.5.5%200%200%201%20.052-.425a2.98%202.98%200%200%200%20.334-2.475a5%205%200%200%200%20.08-1.83M5%201a4%204%200%201%201-1.929%207.503l-1.413.472a.5.5%200%200%201-.632-.633l.47-1.415A4%204%200%200%201%205%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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