chat multiple person icon
chat-multiple-person-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- chat-multiple-person-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
11 other variants in Fluent UI System Icons
chat-multiple-person-16-filledchat-multiple-person-16-regularchat-multiple-person-20-filledchat-multiple-person-20-regularchat-multiple-person-24-filledchat-multiple-person-24-regularchat-multiple-person-28-filledchat-multiple-person-28-regularchat-multiple-person-32-filledchat-multiple-person-48-filledchat-multiple-person-48-regular
Related icons in Fluent UI System Icons
chat-add-16-filledchat-arrow-back-16-filledchat-arrow-back-down-16-filledchat-arrow-double-back-16-filledchat-bubbles-question-16-filledchat-checkmark-12-filledchat-cursor-16-filledchat-dismiss-16-filledchat-empty-12-filledchat-help-16-filledchat-hint-half-16-filledchat-history-20-filledchat-lock-16-filledchat-mail-20-filledchat-multiple-12-filledchat-multiple-checkmark-16-filledchat-multiple-heart-16-filledchat-multiple-minus-16-filledchat-off-16-filledchat-person-20-filledchat-settings-16-filledchat-sparkle-16-filledchat-video-20-filledchat-warning-16-filled
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 3m0 2a8.5 8.5 0 0 0-7.454 12.588c.124.226.157.492.09.741l-.927 3.458l3.455-.926c.25-.067.516-.034.742.09A8.5 8.5 0 1 0 12.5 5m3 9a2 2 0 0 1 2 2c0 2-1.5 4-5 4s-5-2-5-4a2 2 0 0 1 2-2zm-3-7a2.75 2.75 0 1 1 0 5.5a2.75 2.75 0 0 1 0-5.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentChatMultiplePerson32Regular(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 3m0 2a8.5 8.5 0 0 0-7.454 12.588c.124.226.157.492.09.741l-.927 3.458l3.455-.926c.25-.067.516-.034.742.09A8.5 8.5 0 1 0 12.5 5m3 9a2 2 0 0 1 2 2c0 2-1.5 4-5 4s-5-2-5-4a2 2 0 0 1 2-2zm-3-7a2.75 2.75 0 1 1 0 5.5a2.75 2.75 0 0 1 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 3m0 2a8.5 8.5 0 0 0-7.454 12.588c.124.226.157.492.09.741l-.927 3.458l3.455-.926c.25-.067.516-.034.742.09A8.5 8.5 0 1 0 12.5 5m3 9a2 2 0 0 1 2 2c0 2-1.5 4-5 4s-5-2-5-4a2 2 0 0 1 2-2zm-3-7a2.75 2.75 0 1 1 0 5.5a2.75 2.75 0 0 1 0-5.5"/></svg> </template>
CSS
.icon-chat-multiple-person-32-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%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%203m0%202a8.5%208.5%200%200%200-7.454%2012.588c.124.226.157.492.09.741l-.927%203.458l3.455-.926c.25-.067.516-.034.742.09A8.5%208.5%200%201%200%2012.5%205m3%209a2%202%200%200%201%202%202c0%202-1.5%204-5%204s-5-2-5-4a2%202%200%200%201%202-2zm-3-7a2.75%202.75%200%201%201%200%205.5a2.75%202.75%200%200%201%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%203m0%202a8.5%208.5%200%200%200-7.454%2012.588c.124.226.157.492.09.741l-.927%203.458l3.455-.926c.25-.067.516-.034.742.09A8.5%208.5%200%201%200%2012.5%205m3%209a2%202%200%200%201%202%202c0%202-1.5%204-5%204s-5-2-5-4a2%202%200%200%201%202-2zm-3-7a2.75%202.75%200%201%201%200%205.5a2.75%202.75%200%200%201%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-regular.svg?color=%231a73e8&size=48