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

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

5 other variants in Fluent UI System Color Icons

The same icon in other sets

Related icons in Fluent UI System Color Icons

Use the chat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVG2F7VCYvE1)" d="M2 16C2 8.268 8.268 2 16 2s14 6.268 14 14s-6.268 14-14 14c-2.368 0-4.602-.589-6.56-1.629l-5.528 1.572A1.5 1.5 0 0 1 2.06 28.09l1.572-5.527A13.94 13.94 0 0 1 2 16m8-3a1 1 0 0 0 1 1h10a1 1 0 1 0 0-2H11a1 1 0 0 0-1 1m1 5a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2z"/><path fill="url(#SVGchzAGLVB1)" d="M10 13a1 1 0 0 0 1 1h10a1 1 0 1 0 0-2H11a1 1 0 0 0-1 1m1 5a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2z"/><defs><linearGradient id="SVG2F7VCYvE1" x1="3" x2="27.447" y1="7.25" y2="48.928" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#cc23d1"/></linearGradient><linearGradient id="SVGchzAGLVB1" x1="11.05" x2="11.948" y1="12.14" y2="20.828" gradientUnits="userSpaceOnUse"><stop stop-color="#fdfdfd"/><stop offset="1" stop-color="#cceaff"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorChat32(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVG2F7VCYvE1)" d="M2 16C2 8.268 8.268 2 16 2s14 6.268 14 14s-6.268 14-14 14c-2.368 0-4.602-.589-6.56-1.629l-5.528 1.572A1.5 1.5 0 0 1 2.06 28.09l1.572-5.527A13.94 13.94 0 0 1 2 16m8-3a1 1 0 0 0 1 1h10a1 1 0 1 0 0-2H11a1 1 0 0 0-1 1m1 5a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2z"/><path fill="url(#SVGchzAGLVB1)" d="M10 13a1 1 0 0 0 1 1h10a1 1 0 1 0 0-2H11a1 1 0 0 0-1 1m1 5a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2z"/><defs><linearGradient id="SVG2F7VCYvE1" x1="3" x2="27.447" y1="7.25" y2="48.928" gradientUnits="userSpaceOnUse"><stop stopColor="#0fafff"/><stop offset="1" stopColor="#cc23d1"/></linearGradient><linearGradient id="SVGchzAGLVB1" x1="11.05" x2="11.948" y1="12.14" y2="20.828" gradientUnits="userSpaceOnUse"><stop stopColor="#fdfdfd"/><stop offset="1" stopColor="#cceaff"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVG2F7VCYvE1)" d="M2 16C2 8.268 8.268 2 16 2s14 6.268 14 14s-6.268 14-14 14c-2.368 0-4.602-.589-6.56-1.629l-5.528 1.572A1.5 1.5 0 0 1 2.06 28.09l1.572-5.527A13.94 13.94 0 0 1 2 16m8-3a1 1 0 0 0 1 1h10a1 1 0 1 0 0-2H11a1 1 0 0 0-1 1m1 5a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2z"/><path fill="url(#SVGchzAGLVB1)" d="M10 13a1 1 0 0 0 1 1h10a1 1 0 1 0 0-2H11a1 1 0 0 0-1 1m1 5a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2z"/><defs><linearGradient id="SVG2F7VCYvE1" x1="3" x2="27.447" y1="7.25" y2="48.928" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#cc23d1"/></linearGradient><linearGradient id="SVGchzAGLVB1" x1="11.05" x2="11.948" y1="12.14" y2="20.828" gradientUnits="userSpaceOnUse"><stop stop-color="#fdfdfd"/><stop offset="1" stop-color="#cceaff"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-chat-32 {
  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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG2F7VCYvE1)%22%20d%3D%22M2%2016C2%208.268%208.268%202%2016%202s14%206.268%2014%2014s-6.268%2014-14%2014c-2.368%200-4.602-.589-6.56-1.629l-5.528%201.572A1.5%201.5%200%200%201%202.06%2028.09l1.572-5.527A13.94%2013.94%200%200%201%202%2016m8-3a1%201%200%200%200%201%201h10a1%201%200%201%200%200-2H11a1%201%200%200%200-1%201m1%205a1%201%200%201%200%200%202h6a1%201%200%201%200%200-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGchzAGLVB1)%22%20d%3D%22M10%2013a1%201%200%200%200%201%201h10a1%201%200%201%200%200-2H11a1%201%200%200%200-1%201m1%205a1%201%200%201%200%200%202h6a1%201%200%201%200%200-2z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG2F7VCYvE1%22%20x1%3D%223%22%20x2%3D%2227.447%22%20y1%3D%227.25%22%20y2%3D%2248.928%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%22SVGchzAGLVB1%22%20x1%3D%2211.05%22%20x2%3D%2211.948%22%20y1%3D%2212.14%22%20y2%3D%2220.828%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%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG2F7VCYvE1)%22%20d%3D%22M2%2016C2%208.268%208.268%202%2016%202s14%206.268%2014%2014s-6.268%2014-14%2014c-2.368%200-4.602-.589-6.56-1.629l-5.528%201.572A1.5%201.5%200%200%201%202.06%2028.09l1.572-5.527A13.94%2013.94%200%200%201%202%2016m8-3a1%201%200%200%200%201%201h10a1%201%200%201%200%200-2H11a1%201%200%200%200-1%201m1%205a1%201%200%201%200%200%202h6a1%201%200%201%200%200-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGchzAGLVB1)%22%20d%3D%22M10%2013a1%201%200%200%200%201%201h10a1%201%200%201%200%200-2H11a1%201%200%200%200-1%201m1%205a1%201%200%201%200%200%202h6a1%201%200%201%200%200-2z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG2F7VCYvE1%22%20x1%3D%223%22%20x2%3D%2227.447%22%20y1%3D%227.25%22%20y2%3D%2248.928%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%22SVGchzAGLVB1%22%20x1%3D%2211.05%22%20x2%3D%2211.948%22%20y1%3D%2212.14%22%20y2%3D%2220.828%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%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/chat-32.svg?color=%231a73e8&size=48