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

Name
comment-20
Set
Fluent UI System Color Icons
Style
20
Viewbox
20×20
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 comment 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(#SVGXFDymbVW1)" d="M6.799 17.803a1.01 1.01 0 0 1-1.4-.199a.98.98 0 0 1-.199-.59v-2.172h-.6c-1.436 0-2.6-1.149-2.6-2.566v-6.71C2 4.149 3.164 3 4.6 3h10.8C16.836 3 18 4.149 18 5.566v6.71c0 1.418-1.164 2.566-2.6 2.566h-4.59z"/><defs><radialGradient id="SVGXFDymbVW1" cx="0" cy="0" r="1" gradientTransform="rotate(47.731 .98 -2.72)scale(28.5343 51.823)" gradientUnits="userSpaceOnUse"><stop stop-color="#fab500"/><stop offset=".535" stop-color="#fe8401"/><stop offset="1" stop-color="#fb5937"/></radialGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorComment20(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(#SVGXFDymbVW1)" d="M6.799 17.803a1.01 1.01 0 0 1-1.4-.199a.98.98 0 0 1-.199-.59v-2.172h-.6c-1.436 0-2.6-1.149-2.6-2.566v-6.71C2 4.149 3.164 3 4.6 3h10.8C16.836 3 18 4.149 18 5.566v6.71c0 1.418-1.164 2.566-2.6 2.566h-4.59z"/><defs><radialGradient id="SVGXFDymbVW1" cx="0" cy="0" r="1" gradientTransform="rotate(47.731 .98 -2.72)scale(28.5343 51.823)" gradientUnits="userSpaceOnUse"><stop stopColor="#fab500"/><stop offset=".535" stopColor="#fe8401"/><stop offset="1" stopColor="#fb5937"/></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(#SVGXFDymbVW1)" d="M6.799 17.803a1.01 1.01 0 0 1-1.4-.199a.98.98 0 0 1-.199-.59v-2.172h-.6c-1.436 0-2.6-1.149-2.6-2.566v-6.71C2 4.149 3.164 3 4.6 3h10.8C16.836 3 18 4.149 18 5.566v6.71c0 1.418-1.164 2.566-2.6 2.566h-4.59z"/><defs><radialGradient id="SVGXFDymbVW1" cx="0" cy="0" r="1" gradientTransform="rotate(47.731 .98 -2.72)scale(28.5343 51.823)" gradientUnits="userSpaceOnUse"><stop stop-color="#fab500"/><stop offset=".535" stop-color="#fe8401"/><stop offset="1" stop-color="#fb5937"/></radialGradient></defs></g></svg>
</template>

CSS

.icon-comment-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(%23SVGXFDymbVW1)%22%20d%3D%22M6.799%2017.803a1.01%201.01%200%200%201-1.4-.199a.98.98%200%200%201-.199-.59v-2.172h-.6c-1.436%200-2.6-1.149-2.6-2.566v-6.71C2%204.149%203.164%203%204.6%203h10.8C16.836%203%2018%204.149%2018%205.566v6.71c0%201.418-1.164%202.566-2.6%202.566h-4.59z%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGXFDymbVW1%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(47.731%20.98%20-2.72)scale(28.5343%2051.823)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fab500%22%2F%3E%3Cstop%20offset%3D%22.535%22%20stop-color%3D%22%23fe8401%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fb5937%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(%23SVGXFDymbVW1)%22%20d%3D%22M6.799%2017.803a1.01%201.01%200%200%201-1.4-.199a.98.98%200%200%201-.199-.59v-2.172h-.6c-1.436%200-2.6-1.149-2.6-2.566v-6.71C2%204.149%203.164%203%204.6%203h10.8C16.836%203%2018%204.149%2018%205.566v6.71c0%201.418-1.164%202.566-2.6%202.566h-4.59z%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGXFDymbVW1%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(47.731%20.98%20-2.72)scale(28.5343%2051.823)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fab500%22%2F%3E%3Cstop%20offset%3D%22.535%22%20stop-color%3D%22%23fe8401%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fb5937%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/comment-20.svg?color=%231a73e8&size=48