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

Name
comment-text-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 comment text icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.4 13.842h-4.92L6.206 17H6.2v-3.158H4.6c-.896 0-1.6-.713-1.6-1.566v-6.71C3 4.713 3.704 4 4.6 4h10.8c.896 0 1.6.713 1.6 1.566v6.71c0 .853-.704 1.566-1.6 1.566m-10 3.762c.33.437.957.526 1.399.2l4.011-2.962h4.59c1.436 0 2.6-1.149 2.6-2.566v-6.71C18 4.149 16.836 3 15.4 3H4.6C3.164 3 2 4.149 2 5.566v6.71c0 1.418 1.164 2.566 2.6 2.566h.6v2.171c0 .213.07.42.2.591M9.5 10H15a.5.5 0 0 0 0-1H9.5a.5.5 0 0 0 0 1m-2-1H5a.5.5 0 0 0 0 1h2.5a.5.5 0 0 0 0-1M5 11a.5.5 0 0 0 0 1h5.5a.5.5 0 0 0 0-1zm7.5 1a.5.5 0 0 1 0-1H15a.5.5 0 0 1 0 1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCommentText20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.4 13.842h-4.92L6.206 17H6.2v-3.158H4.6c-.896 0-1.6-.713-1.6-1.566v-6.71C3 4.713 3.704 4 4.6 4h10.8c.896 0 1.6.713 1.6 1.566v6.71c0 .853-.704 1.566-1.6 1.566m-10 3.762c.33.437.957.526 1.399.2l4.011-2.962h4.59c1.436 0 2.6-1.149 2.6-2.566v-6.71C18 4.149 16.836 3 15.4 3H4.6C3.164 3 2 4.149 2 5.566v6.71c0 1.418 1.164 2.566 2.6 2.566h.6v2.171c0 .213.07.42.2.591M9.5 10H15a.5.5 0 0 0 0-1H9.5a.5.5 0 0 0 0 1m-2-1H5a.5.5 0 0 0 0 1h2.5a.5.5 0 0 0 0-1M5 11a.5.5 0 0 0 0 1h5.5a.5.5 0 0 0 0-1zm7.5 1a.5.5 0 0 1 0-1H15a.5.5 0 0 1 0 1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.4 13.842h-4.92L6.206 17H6.2v-3.158H4.6c-.896 0-1.6-.713-1.6-1.566v-6.71C3 4.713 3.704 4 4.6 4h10.8c.896 0 1.6.713 1.6 1.566v6.71c0 .853-.704 1.566-1.6 1.566m-10 3.762c.33.437.957.526 1.399.2l4.011-2.962h4.59c1.436 0 2.6-1.149 2.6-2.566v-6.71C18 4.149 16.836 3 15.4 3H4.6C3.164 3 2 4.149 2 5.566v6.71c0 1.418 1.164 2.566 2.6 2.566h.6v2.171c0 .213.07.42.2.591M9.5 10H15a.5.5 0 0 0 0-1H9.5a.5.5 0 0 0 0 1m-2-1H5a.5.5 0 0 0 0 1h2.5a.5.5 0 0 0 0-1M5 11a.5.5 0 0 0 0 1h5.5a.5.5 0 0 0 0-1zm7.5 1a.5.5 0 0 1 0-1H15a.5.5 0 0 1 0 1z"/></svg>
</template>

CSS

.icon-comment-text-20-regular {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.4%2013.842h-4.92L6.206%2017H6.2v-3.158H4.6c-.896%200-1.6-.713-1.6-1.566v-6.71C3%204.713%203.704%204%204.6%204h10.8c.896%200%201.6.713%201.6%201.566v6.71c0%20.853-.704%201.566-1.6%201.566m-10%203.762c.33.437.957.526%201.399.2l4.011-2.962h4.59c1.436%200%202.6-1.149%202.6-2.566v-6.71C18%204.149%2016.836%203%2015.4%203H4.6C3.164%203%202%204.149%202%205.566v6.71c0%201.418%201.164%202.566%202.6%202.566h.6v2.171c0%20.213.07.42.2.591M9.5%2010H15a.5.5%200%200%200%200-1H9.5a.5.5%200%200%200%200%201m-2-1H5a.5.5%200%200%200%200%201h2.5a.5.5%200%200%200%200-1M5%2011a.5.5%200%200%200%200%201h5.5a.5.5%200%200%200%200-1zm7.5%201a.5.5%200%200%201%200-1H15a.5.5%200%200%201%200%201z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.4%2013.842h-4.92L6.206%2017H6.2v-3.158H4.6c-.896%200-1.6-.713-1.6-1.566v-6.71C3%204.713%203.704%204%204.6%204h10.8c.896%200%201.6.713%201.6%201.566v6.71c0%20.853-.704%201.566-1.6%201.566m-10%203.762c.33.437.957.526%201.399.2l4.011-2.962h4.59c1.436%200%202.6-1.149%202.6-2.566v-6.71C18%204.149%2016.836%203%2015.4%203H4.6C3.164%203%202%204.149%202%205.566v6.71c0%201.418%201.164%202.566%202.6%202.566h.6v2.171c0%20.213.07.42.2.591M9.5%2010H15a.5.5%200%200%200%200-1H9.5a.5.5%200%200%200%200%201m-2-1H5a.5.5%200%200%200%200%201h2.5a.5.5%200%200%200%200-1M5%2011a.5.5%200%200%200%200%201h5.5a.5.5%200%200%200%200-1zm7.5%201a.5.5%200%200%201%200-1H15a.5.5%200%200%201%200%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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