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

Name
people-chat-48-filled
Set
Fluent UI System Icons
Style
48 Filled
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

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="M16 22a8 8 0 1 0 0-16a8 8 0 0 0 0 16m18 0a6 6 0 1 0 0-12a6 6 0 0 0 0 12M6.75 25A3.75 3.75 0 0 0 3 28.75V30s0 9 13 9c2.147 0 3.94-.246 5.436-.656A13 13 0 0 1 21.002 35a12.97 12.97 0 0 1 4.665-9.976A4 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 FluentPeopleChat48Filled(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="M16 22a8 8 0 1 0 0-16a8 8 0 0 0 0 16m18 0a6 6 0 1 0 0-12a6 6 0 0 0 0 12M6.75 25A3.75 3.75 0 0 0 3 28.75V30s0 9 13 9c2.147 0 3.94-.246 5.436-.656A13 13 0 0 1 21.002 35a12.97 12.97 0 0 1 4.665-9.976A4 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="M16 22a8 8 0 1 0 0-16a8 8 0 0 0 0 16m18 0a6 6 0 1 0 0-12a6 6 0 0 0 0 12M6.75 25A3.75 3.75 0 0 0 3 28.75V30s0 9 13 9c2.147 0 3.94-.246 5.436-.656A13 13 0 0 1 21.002 35a12.97 12.97 0 0 1 4.665-9.976A4 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-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2022a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m18%200a6%206%200%201%200%200-12a6%206%200%200%200%200%2012M6.75%2025A3.75%203.75%200%200%200%203%2028.75V30s0%209%2013%209c2.147%200%203.94-.246%205.436-.656A13%2013%200%200%201%2021.002%2035a12.97%2012.97%200%200%201%204.665-9.976A4%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%22M16%2022a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m18%200a6%206%200%201%200%200-12a6%206%200%200%200%200%2012M6.75%2025A3.75%203.75%200%200%200%203%2028.75V30s0%209%2013%209c2.147%200%203.94-.246%205.436-.656A13%2013%200%200%201%2021.002%2035a12.97%2012.97%200%200%201%204.665-9.976A4%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-filled.svg?color=%231a73e8&size=48