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

Name
chat-multiple-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M2 13.5C2 7.701 6.701 3 12.5 3S23 7.701 23 13.5S18.3 24 12.5 24c-1.686 0-3.281-.398-4.695-1.106L3.89 23.943a1.5 1.5 0 0 1-1.837-1.837l1.05-3.918A10.4 10.4 0 0 1 2 13.5m10.5 12q1-.001 1.955-.158A8.46 8.46 0 0 0 19.5 27c1.486 0 2.88-.38 4.094-1.049a1 1 0 0 1 .741-.09l3.456.926l-.926-3.458a1 1 0 0 1 .09-.74A8.46 8.46 0 0 0 28 18.5a8.49 8.49 0 0 0-3.665-6.991a12 12 0 0 0-.787-2.7A10.5 10.5 0 0 1 30 18.5a10.5 10.5 0 0 1-1.102 4.688l1.05 3.918a1.5 1.5 0 0 1-1.838 1.837l-3.915-1.049A10.46 10.46 0 0 1 19.5 29c-3.124 0-5.93-1.364-7.853-3.53q.423.03.853.03"/></svg>

React

import type { SVGProps } from "react";

export function FluentChatMultiple32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 13.5C2 7.701 6.701 3 12.5 3S23 7.701 23 13.5S18.3 24 12.5 24c-1.686 0-3.281-.398-4.695-1.106L3.89 23.943a1.5 1.5 0 0 1-1.837-1.837l1.05-3.918A10.4 10.4 0 0 1 2 13.5m10.5 12q1-.001 1.955-.158A8.46 8.46 0 0 0 19.5 27c1.486 0 2.88-.38 4.094-1.049a1 1 0 0 1 .741-.09l3.456.926l-.926-3.458a1 1 0 0 1 .09-.74A8.46 8.46 0 0 0 28 18.5a8.49 8.49 0 0 0-3.665-6.991a12 12 0 0 0-.787-2.7A10.5 10.5 0 0 1 30 18.5a10.5 10.5 0 0 1-1.102 4.688l1.05 3.918a1.5 1.5 0 0 1-1.838 1.837l-3.915-1.049A10.46 10.46 0 0 1 19.5 29c-3.124 0-5.93-1.364-7.853-3.53q.423.03.853.03"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 13.5C2 7.701 6.701 3 12.5 3S23 7.701 23 13.5S18.3 24 12.5 24c-1.686 0-3.281-.398-4.695-1.106L3.89 23.943a1.5 1.5 0 0 1-1.837-1.837l1.05-3.918A10.4 10.4 0 0 1 2 13.5m10.5 12q1-.001 1.955-.158A8.46 8.46 0 0 0 19.5 27c1.486 0 2.88-.38 4.094-1.049a1 1 0 0 1 .741-.09l3.456.926l-.926-3.458a1 1 0 0 1 .09-.74A8.46 8.46 0 0 0 28 18.5a8.49 8.49 0 0 0-3.665-6.991a12 12 0 0 0-.787-2.7A10.5 10.5 0 0 1 30 18.5a10.5 10.5 0 0 1-1.102 4.688l1.05 3.918a1.5 1.5 0 0 1-1.838 1.837l-3.915-1.049A10.46 10.46 0 0 1 19.5 29c-3.124 0-5.93-1.364-7.853-3.53q.423.03.853.03"/></svg>
</template>

CSS

.icon-chat-multiple-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2013.5C2%207.701%206.701%203%2012.5%203S23%207.701%2023%2013.5S18.3%2024%2012.5%2024c-1.686%200-3.281-.398-4.695-1.106L3.89%2023.943a1.5%201.5%200%200%201-1.837-1.837l1.05-3.918A10.4%2010.4%200%200%201%202%2013.5m10.5%2012q1-.001%201.955-.158A8.46%208.46%200%200%200%2019.5%2027c1.486%200%202.88-.38%204.094-1.049a1%201%200%200%201%20.741-.09l3.456.926l-.926-3.458a1%201%200%200%201%20.09-.74A8.46%208.46%200%200%200%2028%2018.5a8.49%208.49%200%200%200-3.665-6.991a12%2012%200%200%200-.787-2.7A10.5%2010.5%200%200%201%2030%2018.5a10.5%2010.5%200%200%201-1.102%204.688l1.05%203.918a1.5%201.5%200%200%201-1.838%201.837l-3.915-1.049A10.46%2010.46%200%200%201%2019.5%2029c-3.124%200-5.93-1.364-7.853-3.53q.423.03.853.03%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2013.5C2%207.701%206.701%203%2012.5%203S23%207.701%2023%2013.5S18.3%2024%2012.5%2024c-1.686%200-3.281-.398-4.695-1.106L3.89%2023.943a1.5%201.5%200%200%201-1.837-1.837l1.05-3.918A10.4%2010.4%200%200%201%202%2013.5m10.5%2012q1-.001%201.955-.158A8.46%208.46%200%200%200%2019.5%2027c1.486%200%202.88-.38%204.094-1.049a1%201%200%200%201%20.741-.09l3.456.926l-.926-3.458a1%201%200%200%201%20.09-.74A8.46%208.46%200%200%200%2028%2018.5a8.49%208.49%200%200%200-3.665-6.991a12%2012%200%200%200-.787-2.7A10.5%2010.5%200%200%201%2030%2018.5a10.5%2010.5%200%200%201-1.102%204.688l1.05%203.918a1.5%201.5%200%200%201-1.838%201.837l-3.915-1.049A10.46%2010.46%200%200%201%2019.5%2029c-3.124%200-5.93-1.364-7.853-3.53q.423.03.853.03%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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