chat multiple icon
chat-multiple-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- chat-multiple-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
13 other variants in Fluent UI System Icons
chat-multiple-12-filledchat-multiple-12-regularchat-multiple-16-filledchat-multiple-16-regularchat-multiple-20-filledchat-multiple-20-regularchat-multiple-24-filledchat-multiple-28-filledchat-multiple-28-regularchat-multiple-32-filledchat-multiple-32-regularchat-multiple-48-filledchat-multiple-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-checkmark-16-filledchat-multiple-heart-16-filledchat-multiple-minus-16-filledchat-multiple-person-16-filledchat-off-16-filledchat-person-20-filledchat-settings-16-filledchat-sparkle-16-filledchat-video-20-filledchat-warning-16-filled
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.562 3a7.5 7.5 0 0 0-6.798 10.673l-.724 2.842a1.25 1.25 0 0 0 1.504 1.524c.75-.18 1.903-.457 2.93-.702A7.5 7.5 0 1 0 9.561 3m-6 7.5a6 6 0 1 1 3.33 5.375l-.244-.121l-.264.063c-.923.22-1.99.475-2.788.667l.69-2.708l.07-.276l-.13-.253a6 6 0 0 1-.664-2.747m11 10.5a7.48 7.48 0 0 1-5.1-2h.1c.718 0 1.415-.089 2.08-.257c.865.482 1.86.757 2.92.757c.96 0 1.866-.225 2.67-.625l.243-.121l.264.063c.922.22 1.966.445 2.74.61c-.175-.751-.414-1.756-.642-2.651l-.07-.276l.13-.253a6 6 0 0 0 .665-2.747a6 6 0 0 0-2.747-5.042a8.4 8.4 0 0 0-.8-2.047a7.503 7.503 0 0 1 4.344 10.263c.253 1.008.509 2.1.671 2.803a1.244 1.244 0 0 1-1.467 1.5a133 133 0 0 1-2.913-.64a7.5 7.5 0 0 1-3.088.663"/></svg>
React
import type { SVGProps } from "react";
export function FluentChatMultiple24Regular(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.562 3a7.5 7.5 0 0 0-6.798 10.673l-.724 2.842a1.25 1.25 0 0 0 1.504 1.524c.75-.18 1.903-.457 2.93-.702A7.5 7.5 0 1 0 9.561 3m-6 7.5a6 6 0 1 1 3.33 5.375l-.244-.121l-.264.063c-.923.22-1.99.475-2.788.667l.69-2.708l.07-.276l-.13-.253a6 6 0 0 1-.664-2.747m11 10.5a7.48 7.48 0 0 1-5.1-2h.1c.718 0 1.415-.089 2.08-.257c.865.482 1.86.757 2.92.757c.96 0 1.866-.225 2.67-.625l.243-.121l.264.063c.922.22 1.966.445 2.74.61c-.175-.751-.414-1.756-.642-2.651l-.07-.276l.13-.253a6 6 0 0 0 .665-2.747a6 6 0 0 0-2.747-5.042a8.4 8.4 0 0 0-.8-2.047a7.503 7.503 0 0 1 4.344 10.263c.253 1.008.509 2.1.671 2.803a1.244 1.244 0 0 1-1.467 1.5a133 133 0 0 1-2.913-.64a7.5 7.5 0 0 1-3.088.663"/></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.562 3a7.5 7.5 0 0 0-6.798 10.673l-.724 2.842a1.25 1.25 0 0 0 1.504 1.524c.75-.18 1.903-.457 2.93-.702A7.5 7.5 0 1 0 9.561 3m-6 7.5a6 6 0 1 1 3.33 5.375l-.244-.121l-.264.063c-.923.22-1.99.475-2.788.667l.69-2.708l.07-.276l-.13-.253a6 6 0 0 1-.664-2.747m11 10.5a7.48 7.48 0 0 1-5.1-2h.1c.718 0 1.415-.089 2.08-.257c.865.482 1.86.757 2.92.757c.96 0 1.866-.225 2.67-.625l.243-.121l.264.063c.922.22 1.966.445 2.74.61c-.175-.751-.414-1.756-.642-2.651l-.07-.276l.13-.253a6 6 0 0 0 .665-2.747a6 6 0 0 0-2.747-5.042a8.4 8.4 0 0 0-.8-2.047a7.503 7.503 0 0 1 4.344 10.263c.253 1.008.509 2.1.671 2.803a1.244 1.244 0 0 1-1.467 1.5a133 133 0 0 1-2.913-.64a7.5 7.5 0 0 1-3.088.663"/></svg> </template>
CSS
.icon-chat-multiple-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.562%203a7.5%207.5%200%200%200-6.798%2010.673l-.724%202.842a1.25%201.25%200%200%200%201.504%201.524c.75-.18%201.903-.457%202.93-.702A7.5%207.5%200%201%200%209.561%203m-6%207.5a6%206%200%201%201%203.33%205.375l-.244-.121l-.264.063c-.923.22-1.99.475-2.788.667l.69-2.708l.07-.276l-.13-.253a6%206%200%200%201-.664-2.747m11%2010.5a7.48%207.48%200%200%201-5.1-2h.1c.718%200%201.415-.089%202.08-.257c.865.482%201.86.757%202.92.757c.96%200%201.866-.225%202.67-.625l.243-.121l.264.063c.922.22%201.966.445%202.74.61c-.175-.751-.414-1.756-.642-2.651l-.07-.276l.13-.253a6%206%200%200%200%20.665-2.747a6%206%200%200%200-2.747-5.042a8.4%208.4%200%200%200-.8-2.047a7.503%207.503%200%200%201%204.344%2010.263c.253%201.008.509%202.1.671%202.803a1.244%201.244%200%200%201-1.467%201.5a133%20133%200%200%201-2.913-.64a7.5%207.5%200%200%201-3.088.663%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.562%203a7.5%207.5%200%200%200-6.798%2010.673l-.724%202.842a1.25%201.25%200%200%200%201.504%201.524c.75-.18%201.903-.457%202.93-.702A7.5%207.5%200%201%200%209.561%203m-6%207.5a6%206%200%201%201%203.33%205.375l-.244-.121l-.264.063c-.923.22-1.99.475-2.788.667l.69-2.708l.07-.276l-.13-.253a6%206%200%200%201-.664-2.747m11%2010.5a7.48%207.48%200%200%201-5.1-2h.1c.718%200%201.415-.089%202.08-.257c.865.482%201.86.757%202.92.757c.96%200%201.866-.225%202.67-.625l.243-.121l.264.063c.922.22%201.966.445%202.74.61c-.175-.751-.414-1.756-.642-2.651l-.07-.276l.13-.253a6%206%200%200%200%20.665-2.747a6%206%200%200%200-2.747-5.042a8.4%208.4%200%200%200-.8-2.047a7.503%207.503%200%200%201%204.344%2010.263c.253%201.008.509%202.1.671%202.803a1.244%201.244%200%200%201-1.467%201.5a133%20133%200%200%201-2.913-.64a7.5%207.5%200%200%201-3.088.663%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-regular.svg?color=%231a73e8&size=48