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

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

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the person chat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m7.603 13.267l-.215.707C4.619 13.729 3 11.84 3 10v-.5A1.5 1.5 0 0 1 4.5 8h4.54a4.27 4.27 0 0 0-1.818 3.5c0 .63.136 1.228.381 1.767M8 1.5A2.75 2.75 0 1 1 8 7a2.75 2.75 0 0 1 0-5.5m7 10a3.5 3.5 0 0 1-5.197 3.062l-1.392.423a.318.318 0 0 1-.397-.397l.424-1.391A3.5 3.5 0 1 1 15 11.5M10.5 10a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zm-.5 2.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 0-1h-1a.5.5 0 0 0-.5.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonChat16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m7.603 13.267l-.215.707C4.619 13.729 3 11.84 3 10v-.5A1.5 1.5 0 0 1 4.5 8h4.54a4.27 4.27 0 0 0-1.818 3.5c0 .63.136 1.228.381 1.767M8 1.5A2.75 2.75 0 1 1 8 7a2.75 2.75 0 0 1 0-5.5m7 10a3.5 3.5 0 0 1-5.197 3.062l-1.392.423a.318.318 0 0 1-.397-.397l.424-1.391A3.5 3.5 0 1 1 15 11.5M10.5 10a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zm-.5 2.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 0-1h-1a.5.5 0 0 0-.5.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m7.603 13.267l-.215.707C4.619 13.729 3 11.84 3 10v-.5A1.5 1.5 0 0 1 4.5 8h4.54a4.27 4.27 0 0 0-1.818 3.5c0 .63.136 1.228.381 1.767M8 1.5A2.75 2.75 0 1 1 8 7a2.75 2.75 0 0 1 0-5.5m7 10a3.5 3.5 0 0 1-5.197 3.062l-1.392.423a.318.318 0 0 1-.397-.397l.424-1.391A3.5 3.5 0 1 1 15 11.5M10.5 10a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zm-.5 2.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 0-1h-1a.5.5 0 0 0-.5.5"/></svg>
</template>

CSS

.icon-person-chat-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.603%2013.267l-.215.707C4.619%2013.729%203%2011.84%203%2010v-.5A1.5%201.5%200%200%201%204.5%208h4.54a4.27%204.27%200%200%200-1.818%203.5c0%20.63.136%201.228.381%201.767M8%201.5A2.75%202.75%200%201%201%208%207a2.75%202.75%200%200%201%200-5.5m7%2010a3.5%203.5%200%200%201-5.197%203.062l-1.392.423a.318.318%200%200%201-.397-.397l.424-1.391A3.5%203.5%200%201%201%2015%2011.5M10.5%2010a.5.5%200%200%200%200%201h2a.5.5%200%200%200%200-1zm-.5%202.5a.5.5%200%200%200%20.5.5h1a.5.5%200%200%200%200-1h-1a.5.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.603%2013.267l-.215.707C4.619%2013.729%203%2011.84%203%2010v-.5A1.5%201.5%200%200%201%204.5%208h4.54a4.27%204.27%200%200%200-1.818%203.5c0%20.63.136%201.228.381%201.767M8%201.5A2.75%202.75%200%201%201%208%207a2.75%202.75%200%200%201%200-5.5m7%2010a3.5%203.5%200%200%201-5.197%203.062l-1.392.423a.318.318%200%200%201-.397-.397l.424-1.391A3.5%203.5%200%201%201%2015%2011.5M10.5%2010a.5.5%200%200%200%200%201h2a.5.5%200%200%200%200-1zm-.5%202.5a.5.5%200%200%200%20.5.5h1a.5.5%200%200%200%200-1h-1a.5.5%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/person-chat-16-filled.svg?color=%231a73e8&size=48