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

Name
chat-multiple-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M9.5 3a7.5 7.5 0 0 0-6.797 10.675a68 68 0 0 0-.681 3.142a.996.996 0 0 0 1.153 1.17c.623-.11 1.978-.36 3.236-.65A7.5 7.5 0 1 0 9.5 3m-.038 16a7.47 7.47 0 0 0 5.1 2a7.5 7.5 0 0 0 3.088-.663c1.043.244 2.186.488 2.913.64a1.244 1.244 0 0 0 1.467-1.5c-.162-.703-.418-1.795-.671-2.803A7.503 7.503 0 0 0 17.015 6.41a8.4 8.4 0 0 1 .8 2.048a6 6 0 0 1 2.747 5.042a5.96 5.96 0 0 1-.665 2.747l-.13.253l.07.276c.228.895.467 1.9.642 2.65a112 112 0 0 1-2.74-.61l-.264-.062l-.243.121c-.804.4-1.71.625-2.67.625a6 6 0 0 1-2.92-.756a8.5 8.5 0 0 1-2.18.256"/></svg>

React

import type { SVGProps } from "react";

export function FluentChatMultiple24Filled(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="M9.5 3a7.5 7.5 0 0 0-6.797 10.675a68 68 0 0 0-.681 3.142a.996.996 0 0 0 1.153 1.17c.623-.11 1.978-.36 3.236-.65A7.5 7.5 0 1 0 9.5 3m-.038 16a7.47 7.47 0 0 0 5.1 2a7.5 7.5 0 0 0 3.088-.663c1.043.244 2.186.488 2.913.64a1.244 1.244 0 0 0 1.467-1.5c-.162-.703-.418-1.795-.671-2.803A7.503 7.503 0 0 0 17.015 6.41a8.4 8.4 0 0 1 .8 2.048a6 6 0 0 1 2.747 5.042a5.96 5.96 0 0 1-.665 2.747l-.13.253l.07.276c.228.895.467 1.9.642 2.65a112 112 0 0 1-2.74-.61l-.264-.062l-.243.121c-.804.4-1.71.625-2.67.625a6 6 0 0 1-2.92-.756a8.5 8.5 0 0 1-2.18.256"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 3a7.5 7.5 0 0 0-6.797 10.675a68 68 0 0 0-.681 3.142a.996.996 0 0 0 1.153 1.17c.623-.11 1.978-.36 3.236-.65A7.5 7.5 0 1 0 9.5 3m-.038 16a7.47 7.47 0 0 0 5.1 2a7.5 7.5 0 0 0 3.088-.663c1.043.244 2.186.488 2.913.64a1.244 1.244 0 0 0 1.467-1.5c-.162-.703-.418-1.795-.671-2.803A7.503 7.503 0 0 0 17.015 6.41a8.4 8.4 0 0 1 .8 2.048a6 6 0 0 1 2.747 5.042a5.96 5.96 0 0 1-.665 2.747l-.13.253l.07.276c.228.895.467 1.9.642 2.65a112 112 0 0 1-2.74-.61l-.264-.062l-.243.121c-.804.4-1.71.625-2.67.625a6 6 0 0 1-2.92-.756a8.5 8.5 0 0 1-2.18.256"/></svg>
</template>

CSS

.icon-chat-multiple-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%22M9.5%203a7.5%207.5%200%200%200-6.797%2010.675a68%2068%200%200%200-.681%203.142a.996.996%200%200%200%201.153%201.17c.623-.11%201.978-.36%203.236-.65A7.5%207.5%200%201%200%209.5%203m-.038%2016a7.47%207.47%200%200%200%205.1%202a7.5%207.5%200%200%200%203.088-.663c1.043.244%202.186.488%202.913.64a1.244%201.244%200%200%200%201.467-1.5c-.162-.703-.418-1.795-.671-2.803A7.503%207.503%200%200%200%2017.015%206.41a8.4%208.4%200%200%201%20.8%202.048a6%206%200%200%201%202.747%205.042a5.96%205.96%200%200%201-.665%202.747l-.13.253l.07.276c.228.895.467%201.9.642%202.65a112%20112%200%200%201-2.74-.61l-.264-.062l-.243.121c-.804.4-1.71.625-2.67.625a6%206%200%200%201-2.92-.756a8.5%208.5%200%200%201-2.18.256%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%22M9.5%203a7.5%207.5%200%200%200-6.797%2010.675a68%2068%200%200%200-.681%203.142a.996.996%200%200%200%201.153%201.17c.623-.11%201.978-.36%203.236-.65A7.5%207.5%200%201%200%209.5%203m-.038%2016a7.47%207.47%200%200%200%205.1%202a7.5%207.5%200%200%200%203.088-.663c1.043.244%202.186.488%202.913.64a1.244%201.244%200%200%200%201.467-1.5c-.162-.703-.418-1.795-.671-2.803A7.503%207.503%200%200%200%2017.015%206.41a8.4%208.4%200%200%201%20.8%202.048a6%206%200%200%201%202.747%205.042a5.96%205.96%200%200%201-.665%202.747l-.13.253l.07.276c.228.895.467%201.9.642%202.65a112%20112%200%200%201-2.74-.61l-.264-.062l-.243.121c-.804.4-1.71.625-2.67.625a6%206%200%200%201-2.92-.756a8.5%208.5%200%200%201-2.18.256%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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