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

Name
people-chat-20
Set
Fluent UI System Color Icons
Style
20
Viewbox
20×20
License
MIT

4 other variants in Fluent UI System Color Icons

The same icon in other sets

Related icons in Fluent UI System Color Icons

Use the people chat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGBCzPsVev)" d="M1.5 12a2 2 0 0 1 2-2H10a2 2 0 0 1 2 2s0 4-5.25 4s-5.25-4-5.25-4"/><path fill="url(#SVG8jxfvbem)" d="M1.5 12a2 2 0 0 1 2-2H10a2 2 0 0 1 2 2s0 4-5.25 4s-5.25-4-5.25-4"/><path fill="url(#SVGUa7eJdxW)" fill-opacity=".5" d="M1.5 12a2 2 0 0 1 2-2H10a2 2 0 0 1 2 2s0 4-5.25 4s-5.25-4-5.25-4"/><path fill="url(#SVGjB0wGVFV)" d="M14.5 9a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/><path fill="url(#SVGdbVukc8U)" d="M6.75 9a3.25 3.25 0 1 0 0-6.5a3.25 3.25 0 0 0 0 6.5"/><path fill="url(#SVG5DnAJbxa)" d="M19 14.5a4.5 4.5 0 0 1-6.681 3.937l-1.79.544a.41.41 0 0 1-.51-.51l.544-1.789A4.5 4.5 0 1 1 19 14.5"/><path fill="url(#SVGWIqy3dmy)" d="M12.5 13a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm-.5 2.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 0-1h-2a.5.5 0 0 0-.5.5"/><defs><linearGradient id="SVGBCzPsVev" x1="3.997" x2="6.153" y1="10.798" y2="16.823" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#bd96ff"/><stop offset="1" stop-color="#9c6cfe"/></linearGradient><linearGradient id="SVG8jxfvbem" x1="6.75" x2="9.79" y1="9.286" y2="19.225" gradientUnits="userSpaceOnUse"><stop stop-color="#885edb" stop-opacity="0"/><stop offset="1" stop-color="#e362f8"/></linearGradient><linearGradient id="SVGjB0wGVFV" x1="13.189" x2="15.737" y1="4.665" y2="8.734" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGdbVukc8U" x1="5.046" x2="8.358" y1="3.364" y2="8.654" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#bd96ff"/><stop offset="1" stop-color="#9c6cfe"/></linearGradient><linearGradient id="SVG5DnAJbxa" x1="10.321" x2="18.178" y1="11.688" y2="25.083" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#cc23d1"/></linearGradient><linearGradient id="SVGWIqy3dmy" x1="12.437" x2="12.741" y1="13.053" y2="16.317" gradientUnits="userSpaceOnUse"><stop stop-color="#fdfdfd"/><stop offset="1" stop-color="#cceaff"/></linearGradient><radialGradient id="SVGUa7eJdxW" cx="0" cy="0" r="1" gradientTransform="matrix(2 4.5 -4.5 2 12.5 14.5)" gradientUnits="userSpaceOnUse"><stop stop-color="#30116e"/><stop offset=".331" stop-color="#30116e" stop-opacity=".812"/><stop offset="1" stop-color="#30116e" stop-opacity="0"/></radialGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorPeopleChat20(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGBCzPsVev)" d="M1.5 12a2 2 0 0 1 2-2H10a2 2 0 0 1 2 2s0 4-5.25 4s-5.25-4-5.25-4"/><path fill="url(#SVG8jxfvbem)" d="M1.5 12a2 2 0 0 1 2-2H10a2 2 0 0 1 2 2s0 4-5.25 4s-5.25-4-5.25-4"/><path fill="url(#SVGUa7eJdxW)" fillOpacity=".5" d="M1.5 12a2 2 0 0 1 2-2H10a2 2 0 0 1 2 2s0 4-5.25 4s-5.25-4-5.25-4"/><path fill="url(#SVGjB0wGVFV)" d="M14.5 9a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/><path fill="url(#SVGdbVukc8U)" d="M6.75 9a3.25 3.25 0 1 0 0-6.5a3.25 3.25 0 0 0 0 6.5"/><path fill="url(#SVG5DnAJbxa)" d="M19 14.5a4.5 4.5 0 0 1-6.681 3.937l-1.79.544a.41.41 0 0 1-.51-.51l.544-1.789A4.5 4.5 0 1 1 19 14.5"/><path fill="url(#SVGWIqy3dmy)" d="M12.5 13a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm-.5 2.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 0-1h-2a.5.5 0 0 0-.5.5"/><defs><linearGradient id="SVGBCzPsVev" x1="3.997" x2="6.153" y1="10.798" y2="16.823" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#bd96ff"/><stop offset="1" stopColor="#9c6cfe"/></linearGradient><linearGradient id="SVG8jxfvbem" x1="6.75" x2="9.79" y1="9.286" y2="19.225" gradientUnits="userSpaceOnUse"><stop stopColor="#885edb" stopOpacity="0"/><stop offset="1" stopColor="#e362f8"/></linearGradient><linearGradient id="SVGjB0wGVFV" x1="13.189" x2="15.737" y1="4.665" y2="8.734" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#9c6cfe"/><stop offset="1" stopColor="#7a41dc"/></linearGradient><linearGradient id="SVGdbVukc8U" x1="5.046" x2="8.358" y1="3.364" y2="8.654" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#bd96ff"/><stop offset="1" stopColor="#9c6cfe"/></linearGradient><linearGradient id="SVG5DnAJbxa" x1="10.321" x2="18.178" y1="11.688" y2="25.083" gradientUnits="userSpaceOnUse"><stop stopColor="#0fafff"/><stop offset="1" stopColor="#cc23d1"/></linearGradient><linearGradient id="SVGWIqy3dmy" x1="12.437" x2="12.741" y1="13.053" y2="16.317" gradientUnits="userSpaceOnUse"><stop stopColor="#fdfdfd"/><stop offset="1" stopColor="#cceaff"/></linearGradient><radialGradient id="SVGUa7eJdxW" cx="0" cy="0" r="1" gradientTransform="matrix(2 4.5 -4.5 2 12.5 14.5)" gradientUnits="userSpaceOnUse"><stop stopColor="#30116e"/><stop offset=".331" stopColor="#30116e" stopOpacity=".812"/><stop offset="1" stopColor="#30116e" stopOpacity="0"/></radialGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGBCzPsVev)" d="M1.5 12a2 2 0 0 1 2-2H10a2 2 0 0 1 2 2s0 4-5.25 4s-5.25-4-5.25-4"/><path fill="url(#SVG8jxfvbem)" d="M1.5 12a2 2 0 0 1 2-2H10a2 2 0 0 1 2 2s0 4-5.25 4s-5.25-4-5.25-4"/><path fill="url(#SVGUa7eJdxW)" fill-opacity=".5" d="M1.5 12a2 2 0 0 1 2-2H10a2 2 0 0 1 2 2s0 4-5.25 4s-5.25-4-5.25-4"/><path fill="url(#SVGjB0wGVFV)" d="M14.5 9a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/><path fill="url(#SVGdbVukc8U)" d="M6.75 9a3.25 3.25 0 1 0 0-6.5a3.25 3.25 0 0 0 0 6.5"/><path fill="url(#SVG5DnAJbxa)" d="M19 14.5a4.5 4.5 0 0 1-6.681 3.937l-1.79.544a.41.41 0 0 1-.51-.51l.544-1.789A4.5 4.5 0 1 1 19 14.5"/><path fill="url(#SVGWIqy3dmy)" d="M12.5 13a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm-.5 2.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 0-1h-2a.5.5 0 0 0-.5.5"/><defs><linearGradient id="SVGBCzPsVev" x1="3.997" x2="6.153" y1="10.798" y2="16.823" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#bd96ff"/><stop offset="1" stop-color="#9c6cfe"/></linearGradient><linearGradient id="SVG8jxfvbem" x1="6.75" x2="9.79" y1="9.286" y2="19.225" gradientUnits="userSpaceOnUse"><stop stop-color="#885edb" stop-opacity="0"/><stop offset="1" stop-color="#e362f8"/></linearGradient><linearGradient id="SVGjB0wGVFV" x1="13.189" x2="15.737" y1="4.665" y2="8.734" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGdbVukc8U" x1="5.046" x2="8.358" y1="3.364" y2="8.654" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#bd96ff"/><stop offset="1" stop-color="#9c6cfe"/></linearGradient><linearGradient id="SVG5DnAJbxa" x1="10.321" x2="18.178" y1="11.688" y2="25.083" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#cc23d1"/></linearGradient><linearGradient id="SVGWIqy3dmy" x1="12.437" x2="12.741" y1="13.053" y2="16.317" gradientUnits="userSpaceOnUse"><stop stop-color="#fdfdfd"/><stop offset="1" stop-color="#cceaff"/></linearGradient><radialGradient id="SVGUa7eJdxW" cx="0" cy="0" r="1" gradientTransform="matrix(2 4.5 -4.5 2 12.5 14.5)" gradientUnits="userSpaceOnUse"><stop stop-color="#30116e"/><stop offset=".331" stop-color="#30116e" stop-opacity=".812"/><stop offset="1" stop-color="#30116e" stop-opacity="0"/></radialGradient></defs></g></svg>
</template>

CSS

.icon-people-chat-20 {
  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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGBCzPsVev)%22%20d%3D%22M1.5%2012a2%202%200%200%201%202-2H10a2%202%200%200%201%202%202s0%204-5.25%204s-5.25-4-5.25-4%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG8jxfvbem)%22%20d%3D%22M1.5%2012a2%202%200%200%201%202-2H10a2%202%200%200%201%202%202s0%204-5.25%204s-5.25-4-5.25-4%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGUa7eJdxW)%22%20fill-opacity%3D%22.5%22%20d%3D%22M1.5%2012a2%202%200%200%201%202-2H10a2%202%200%200%201%202%202s0%204-5.25%204s-5.25-4-5.25-4%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGjB0wGVFV)%22%20d%3D%22M14.5%209a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGdbVukc8U)%22%20d%3D%22M6.75%209a3.25%203.25%200%201%200%200-6.5a3.25%203.25%200%200%200%200%206.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG5DnAJbxa)%22%20d%3D%22M19%2014.5a4.5%204.5%200%200%201-6.681%203.937l-1.79.544a.41.41%200%200%201-.51-.51l.544-1.789A4.5%204.5%200%201%201%2019%2014.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGWIqy3dmy)%22%20d%3D%22M12.5%2013a.5.5%200%200%200%200%201h4a.5.5%200%200%200%200-1zm-.5%202.5a.5.5%200%200%200%20.5.5h2a.5.5%200%200%200%200-1h-2a.5.5%200%200%200-.5.5%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGBCzPsVev%22%20x1%3D%223.997%22%20x2%3D%226.153%22%20y1%3D%2210.798%22%20y2%3D%2216.823%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%23bd96ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG8jxfvbem%22%20x1%3D%226.75%22%20x2%3D%229.79%22%20y1%3D%229.286%22%20y2%3D%2219.225%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23885edb%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e362f8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGjB0wGVFV%22%20x1%3D%2213.189%22%20x2%3D%2215.737%22%20y1%3D%224.665%22%20y2%3D%228.734%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237a41dc%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGdbVukc8U%22%20x1%3D%225.046%22%20x2%3D%228.358%22%20y1%3D%223.364%22%20y2%3D%228.654%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%23bd96ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG5DnAJbxa%22%20x1%3D%2210.321%22%20x2%3D%2218.178%22%20y1%3D%2211.688%22%20y2%3D%2225.083%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23cc23d1%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGWIqy3dmy%22%20x1%3D%2212.437%22%20x2%3D%2212.741%22%20y1%3D%2213.053%22%20y2%3D%2216.317%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fdfdfd%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23cceaff%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGUa7eJdxW%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(2%204.5%20-4.5%202%2012.5%2014.5)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2330116e%22%2F%3E%3Cstop%20offset%3D%22.331%22%20stop-color%3D%22%2330116e%22%20stop-opacity%3D%22.812%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2330116e%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGBCzPsVev)%22%20d%3D%22M1.5%2012a2%202%200%200%201%202-2H10a2%202%200%200%201%202%202s0%204-5.25%204s-5.25-4-5.25-4%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG8jxfvbem)%22%20d%3D%22M1.5%2012a2%202%200%200%201%202-2H10a2%202%200%200%201%202%202s0%204-5.25%204s-5.25-4-5.25-4%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGUa7eJdxW)%22%20fill-opacity%3D%22.5%22%20d%3D%22M1.5%2012a2%202%200%200%201%202-2H10a2%202%200%200%201%202%202s0%204-5.25%204s-5.25-4-5.25-4%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGjB0wGVFV)%22%20d%3D%22M14.5%209a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGdbVukc8U)%22%20d%3D%22M6.75%209a3.25%203.25%200%201%200%200-6.5a3.25%203.25%200%200%200%200%206.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG5DnAJbxa)%22%20d%3D%22M19%2014.5a4.5%204.5%200%200%201-6.681%203.937l-1.79.544a.41.41%200%200%201-.51-.51l.544-1.789A4.5%204.5%200%201%201%2019%2014.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGWIqy3dmy)%22%20d%3D%22M12.5%2013a.5.5%200%200%200%200%201h4a.5.5%200%200%200%200-1zm-.5%202.5a.5.5%200%200%200%20.5.5h2a.5.5%200%200%200%200-1h-2a.5.5%200%200%200-.5.5%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGBCzPsVev%22%20x1%3D%223.997%22%20x2%3D%226.153%22%20y1%3D%2210.798%22%20y2%3D%2216.823%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%23bd96ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG8jxfvbem%22%20x1%3D%226.75%22%20x2%3D%229.79%22%20y1%3D%229.286%22%20y2%3D%2219.225%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23885edb%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e362f8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGjB0wGVFV%22%20x1%3D%2213.189%22%20x2%3D%2215.737%22%20y1%3D%224.665%22%20y2%3D%228.734%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237a41dc%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGdbVukc8U%22%20x1%3D%225.046%22%20x2%3D%228.358%22%20y1%3D%223.364%22%20y2%3D%228.654%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%23bd96ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG5DnAJbxa%22%20x1%3D%2210.321%22%20x2%3D%2218.178%22%20y1%3D%2211.688%22%20y2%3D%2225.083%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23cc23d1%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGWIqy3dmy%22%20x1%3D%2212.437%22%20x2%3D%2212.741%22%20y1%3D%2213.053%22%20y2%3D%2216.317%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fdfdfd%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23cceaff%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGUa7eJdxW%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(2%204.5%20-4.5%202%2012.5%2014.5)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2330116e%22%2F%3E%3Cstop%20offset%3D%22.331%22%20stop-color%3D%22%2330116e%22%20stop-opacity%3D%22.812%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2330116e%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/people-chat-20.svg?color=%231a73e8&size=48