chat multiple person icon

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

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

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the chat multiple person icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.549 8.81a10.503 10.503 0 0 1 5.349 14.379l1.05 3.917a1.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.852-3.53a12.2 12.2 0 0 0 2.807-.128A8.46 8.46 0 0 0 19.5 27c1.486 0 2.88-.38 4.094-1.049c.226-.124.492-.157.742-.09l3.455.926l-.927-3.458a1 1 0 0 1 .09-.741A8.46 8.46 0 0 0 28 18.5a8.49 8.49 0 0 0-3.664-6.991a12 12 0 0 0-.787-2.7M12.5 3C18.299 3 23 7.701 23 13.5S18.299 24 12.5 24a10.46 10.46 0 0 1-4.695-1.106l-3.915 1.05a1.5 1.5 0 0 1-1.837-1.838l1.05-3.918A10.5 10.5 0 0 1 2 13.5C2 7.701 6.701 3 12.5 3m-3 11a2 2 0 0 0-2 2c0 2 1.5 4 5 4s5-2 5-4a2 2 0 0 0-2-2zm3-7a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentChatMultiplePerson32Filled(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="M23.549 8.81a10.503 10.503 0 0 1 5.349 14.379l1.05 3.917a1.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.852-3.53a12.2 12.2 0 0 0 2.807-.128A8.46 8.46 0 0 0 19.5 27c1.486 0 2.88-.38 4.094-1.049c.226-.124.492-.157.742-.09l3.455.926l-.927-3.458a1 1 0 0 1 .09-.741A8.46 8.46 0 0 0 28 18.5a8.49 8.49 0 0 0-3.664-6.991a12 12 0 0 0-.787-2.7M12.5 3C18.299 3 23 7.701 23 13.5S18.299 24 12.5 24a10.46 10.46 0 0 1-4.695-1.106l-3.915 1.05a1.5 1.5 0 0 1-1.837-1.838l1.05-3.918A10.5 10.5 0 0 1 2 13.5C2 7.701 6.701 3 12.5 3m-3 11a2 2 0 0 0-2 2c0 2 1.5 4 5 4s5-2 5-4a2 2 0 0 0-2-2zm3-7a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.549 8.81a10.503 10.503 0 0 1 5.349 14.379l1.05 3.917a1.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.852-3.53a12.2 12.2 0 0 0 2.807-.128A8.46 8.46 0 0 0 19.5 27c1.486 0 2.88-.38 4.094-1.049c.226-.124.492-.157.742-.09l3.455.926l-.927-3.458a1 1 0 0 1 .09-.741A8.46 8.46 0 0 0 28 18.5a8.49 8.49 0 0 0-3.664-6.991a12 12 0 0 0-.787-2.7M12.5 3C18.299 3 23 7.701 23 13.5S18.299 24 12.5 24a10.46 10.46 0 0 1-4.695-1.106l-3.915 1.05a1.5 1.5 0 0 1-1.837-1.838l1.05-3.918A10.5 10.5 0 0 1 2 13.5C2 7.701 6.701 3 12.5 3m-3 11a2 2 0 0 0-2 2c0 2 1.5 4 5 4s5-2 5-4a2 2 0 0 0-2-2zm3-7a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5"/></svg>
</template>

CSS

.icon-chat-multiple-person-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%22M23.549%208.81a10.503%2010.503%200%200%201%205.349%2014.379l1.05%203.917a1.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.852-3.53a12.2%2012.2%200%200%200%202.807-.128A8.46%208.46%200%200%200%2019.5%2027c1.486%200%202.88-.38%204.094-1.049c.226-.124.492-.157.742-.09l3.455.926l-.927-3.458a1%201%200%200%201%20.09-.741A8.46%208.46%200%200%200%2028%2018.5a8.49%208.49%200%200%200-3.664-6.991a12%2012%200%200%200-.787-2.7M12.5%203C18.299%203%2023%207.701%2023%2013.5S18.299%2024%2012.5%2024a10.46%2010.46%200%200%201-4.695-1.106l-3.915%201.05a1.5%201.5%200%200%201-1.837-1.838l1.05-3.918A10.5%2010.5%200%200%201%202%2013.5C2%207.701%206.701%203%2012.5%203m-3%2011a2%202%200%200%200-2%202c0%202%201.5%204%205%204s5-2%205-4a2%202%200%200%200-2-2zm3-7a2.75%202.75%200%201%200%200%205.5a2.75%202.75%200%200%200%200-5.5%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%22M23.549%208.81a10.503%2010.503%200%200%201%205.349%2014.379l1.05%203.917a1.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.852-3.53a12.2%2012.2%200%200%200%202.807-.128A8.46%208.46%200%200%200%2019.5%2027c1.486%200%202.88-.38%204.094-1.049c.226-.124.492-.157.742-.09l3.455.926l-.927-3.458a1%201%200%200%201%20.09-.741A8.46%208.46%200%200%200%2028%2018.5a8.49%208.49%200%200%200-3.664-6.991a12%2012%200%200%200-.787-2.7M12.5%203C18.299%203%2023%207.701%2023%2013.5S18.299%2024%2012.5%2024a10.46%2010.46%200%200%201-4.695-1.106l-3.915%201.05a1.5%201.5%200%200%201-1.837-1.838l1.05-3.918A10.5%2010.5%200%200%201%202%2013.5C2%207.701%206.701%203%2012.5%203m-3%2011a2%202%200%200%200-2%202c0%202%201.5%204%205%204s5-2%205-4a2%202%200%200%200-2-2zm3-7a2.75%202.75%200%201%200%200%205.5a2.75%202.75%200%200%200%200-5.5%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-32-filled.svg?color=%231a73e8&size=48