people chat icon
people-chat-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- people-chat-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
people-add-16-filledpeople-audience-20-filledpeople-call-16-filledpeople-checkmark-16-filledpeople-communication-16-filledpeople-community-12-filledpeople-community-add-20-filledpeople-edit-16-filledpeople-error-16-filledpeople-eye-16-filledpeople-game-controller-20-filledpeople-interwoven-16-filledpeople-link-16-filledpeople-list-16-filledpeople-lock-16-filledpeople-money-20-filledpeople-prohibited-16-filledpeople-queue-20-filledpeople-search-20-filledpeople-settings-20-filledpeople-star-16-filledpeople-subtract-20-filledpeople-swap-16-filledpeople-sync-16-filled
Use the people chat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M10.5 14a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0M16 6a8 8 0 1 0 0 16a8 8 0 0 0 0-16m14.5 10a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0m3.5-6a6 6 0 1 0 0 12a6 6 0 0 0 0-12M6.75 25A3.75 3.75 0 0 0 3 28.75v1.303l.004.097q.006.12.026.318c.029.262.084.622.192 1.05a8.7 8.7 0 0 0 1.5 3.112C6.479 36.946 9.826 39 16 39c2.132 0 3.927-.245 5.435-.66a13 13 0 0 1-.406-2.484c-1.315.394-2.963.644-5.029.644c-5.575 0-8.103-1.82-9.285-3.38a6.2 6.2 0 0 1-1.07-2.215a5 5 0 0 1-.144-.881l-.001-.032V28.75c0-.69.56-1.25 1.25-1.25h16.631a13 13 0 0 1 2.285-2.477A4 4 0 0 0 25.25 25zM34 24c6.075 0 11 4.924 11 11c0 6.074-4.925 10.999-11 10.999c-1.864 0-3.662-.466-5.26-1.338l-4.519 1.301a.957.957 0 0 1-1.183-1.184l1.302-4.516A10.95 10.95 0 0 1 23.001 35c0-6.075 4.925-10.999 11-10.999m5 9a1 1 0 0 0-1-1h-8a1 1 0 1 0 0 2h8a1 1 0 0 0 1-1m-9 3a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPeopleChat48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M10.5 14a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0M16 6a8 8 0 1 0 0 16a8 8 0 0 0 0-16m14.5 10a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0m3.5-6a6 6 0 1 0 0 12a6 6 0 0 0 0-12M6.75 25A3.75 3.75 0 0 0 3 28.75v1.303l.004.097q.006.12.026.318c.029.262.084.622.192 1.05a8.7 8.7 0 0 0 1.5 3.112C6.479 36.946 9.826 39 16 39c2.132 0 3.927-.245 5.435-.66a13 13 0 0 1-.406-2.484c-1.315.394-2.963.644-5.029.644c-5.575 0-8.103-1.82-9.285-3.38a6.2 6.2 0 0 1-1.07-2.215a5 5 0 0 1-.144-.881l-.001-.032V28.75c0-.69.56-1.25 1.25-1.25h16.631a13 13 0 0 1 2.285-2.477A4 4 0 0 0 25.25 25zM34 24c6.075 0 11 4.924 11 11c0 6.074-4.925 10.999-11 10.999c-1.864 0-3.662-.466-5.26-1.338l-4.519 1.301a.957.957 0 0 1-1.183-1.184l1.302-4.516A10.95 10.95 0 0 1 23.001 35c0-6.075 4.925-10.999 11-10.999m5 9a1 1 0 0 0-1-1h-8a1 1 0 1 0 0 2h8a1 1 0 0 0 1-1m-9 3a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M10.5 14a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0M16 6a8 8 0 1 0 0 16a8 8 0 0 0 0-16m14.5 10a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0m3.5-6a6 6 0 1 0 0 12a6 6 0 0 0 0-12M6.75 25A3.75 3.75 0 0 0 3 28.75v1.303l.004.097q.006.12.026.318c.029.262.084.622.192 1.05a8.7 8.7 0 0 0 1.5 3.112C6.479 36.946 9.826 39 16 39c2.132 0 3.927-.245 5.435-.66a13 13 0 0 1-.406-2.484c-1.315.394-2.963.644-5.029.644c-5.575 0-8.103-1.82-9.285-3.38a6.2 6.2 0 0 1-1.07-2.215a5 5 0 0 1-.144-.881l-.001-.032V28.75c0-.69.56-1.25 1.25-1.25h16.631a13 13 0 0 1 2.285-2.477A4 4 0 0 0 25.25 25zM34 24c6.075 0 11 4.924 11 11c0 6.074-4.925 10.999-11 10.999c-1.864 0-3.662-.466-5.26-1.338l-4.519 1.301a.957.957 0 0 1-1.183-1.184l1.302-4.516A10.95 10.95 0 0 1 23.001 35c0-6.075 4.925-10.999 11-10.999m5 9a1 1 0 0 0-1-1h-8a1 1 0 1 0 0 2h8a1 1 0 0 0 1-1m-9 3a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2z"/></svg> </template>
CSS
.icon-people-chat-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%2014a5.5%205.5%200%201%201%2011%200a5.5%205.5%200%200%201-11%200M16%206a8%208%200%201%200%200%2016a8%208%200%200%200%200-16m14.5%2010a3.5%203.5%200%201%201%207%200a3.5%203.5%200%200%201-7%200m3.5-6a6%206%200%201%200%200%2012a6%206%200%200%200%200-12M6.75%2025A3.75%203.75%200%200%200%203%2028.75v1.303l.004.097q.006.12.026.318c.029.262.084.622.192%201.05a8.7%208.7%200%200%200%201.5%203.112C6.479%2036.946%209.826%2039%2016%2039c2.132%200%203.927-.245%205.435-.66a13%2013%200%200%201-.406-2.484c-1.315.394-2.963.644-5.029.644c-5.575%200-8.103-1.82-9.285-3.38a6.2%206.2%200%200%201-1.07-2.215a5%205%200%200%201-.144-.881l-.001-.032V28.75c0-.69.56-1.25%201.25-1.25h16.631a13%2013%200%200%201%202.285-2.477A4%204%200%200%200%2025.25%2025zM34%2024c6.075%200%2011%204.924%2011%2011c0%206.074-4.925%2010.999-11%2010.999c-1.864%200-3.662-.466-5.26-1.338l-4.519%201.301a.957.957%200%200%201-1.183-1.184l1.302-4.516A10.95%2010.95%200%200%201%2023.001%2035c0-6.075%204.925-10.999%2011-10.999m5%209a1%201%200%200%200-1-1h-8a1%201%200%201%200%200%202h8a1%201%200%200%200%201-1m-9%203a1%201%200%201%200%200%202h5a1%201%200%201%200%200-2z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%2014a5.5%205.5%200%201%201%2011%200a5.5%205.5%200%200%201-11%200M16%206a8%208%200%201%200%200%2016a8%208%200%200%200%200-16m14.5%2010a3.5%203.5%200%201%201%207%200a3.5%203.5%200%200%201-7%200m3.5-6a6%206%200%201%200%200%2012a6%206%200%200%200%200-12M6.75%2025A3.75%203.75%200%200%200%203%2028.75v1.303l.004.097q.006.12.026.318c.029.262.084.622.192%201.05a8.7%208.7%200%200%200%201.5%203.112C6.479%2036.946%209.826%2039%2016%2039c2.132%200%203.927-.245%205.435-.66a13%2013%200%200%201-.406-2.484c-1.315.394-2.963.644-5.029.644c-5.575%200-8.103-1.82-9.285-3.38a6.2%206.2%200%200%201-1.07-2.215a5%205%200%200%201-.144-.881l-.001-.032V28.75c0-.69.56-1.25%201.25-1.25h16.631a13%2013%200%200%201%202.285-2.477A4%204%200%200%200%2025.25%2025zM34%2024c6.075%200%2011%204.924%2011%2011c0%206.074-4.925%2010.999-11%2010.999c-1.864%200-3.662-.466-5.26-1.338l-4.519%201.301a.957.957%200%200%201-1.183-1.184l1.302-4.516A10.95%2010.95%200%200%201%2023.001%2035c0-6.075%204.925-10.999%2011-10.999m5%209a1%201%200%200%200-1-1h-8a1%201%200%201%200%200%202h8a1%201%200%200%200%201-1m-9%203a1%201%200%201%200%200%202h5a1%201%200%201%200%200-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/people-chat-48-regular.svg?color=%231a73e8&size=48