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

Name
comment-off-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

9 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the comment off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708l.763.762A2.55 2.55 0 0 0 2 5.566v6.71c0 1.418 1.164 2.566 2.6 2.566h.6v2.171c0 .213.07.42.2.591c.33.437.957.526 1.399.2l4.011-2.962h3.325l3.011 3.012a.5.5 0 0 0 .708-.708l-2.309-2.308L3.824 3.116zm10.281 11.696h-2.654L6.205 17H6.2v-3.158H4.6c-.896 0-1.6-.713-1.6-1.566v-6.71c0-.499.24-.95.62-1.239zM17 12.276c0 .69-.46 1.288-1.11 1.492l.759.76A2.56 2.56 0 0 0 18 12.275v-6.71C18 4.149 16.836 3 15.4 3H5.121l1 1H15.4c.896 0 1.6.713 1.6 1.566z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCommentOff20Regular(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="M2.854 2.146a.5.5 0 1 0-.708.708l.763.762A2.55 2.55 0 0 0 2 5.566v6.71c0 1.418 1.164 2.566 2.6 2.566h.6v2.171c0 .213.07.42.2.591c.33.437.957.526 1.399.2l4.011-2.962h3.325l3.011 3.012a.5.5 0 0 0 .708-.708l-2.309-2.308L3.824 3.116zm10.281 11.696h-2.654L6.205 17H6.2v-3.158H4.6c-.896 0-1.6-.713-1.6-1.566v-6.71c0-.499.24-.95.62-1.239zM17 12.276c0 .69-.46 1.288-1.11 1.492l.759.76A2.56 2.56 0 0 0 18 12.275v-6.71C18 4.149 16.836 3 15.4 3H5.121l1 1H15.4c.896 0 1.6.713 1.6 1.566z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708l.763.762A2.55 2.55 0 0 0 2 5.566v6.71c0 1.418 1.164 2.566 2.6 2.566h.6v2.171c0 .213.07.42.2.591c.33.437.957.526 1.399.2l4.011-2.962h3.325l3.011 3.012a.5.5 0 0 0 .708-.708l-2.309-2.308L3.824 3.116zm10.281 11.696h-2.654L6.205 17H6.2v-3.158H4.6c-.896 0-1.6-.713-1.6-1.566v-6.71c0-.499.24-.95.62-1.239zM17 12.276c0 .69-.46 1.288-1.11 1.492l.759.76A2.56 2.56 0 0 0 18 12.275v-6.71C18 4.149 16.836 3 15.4 3H5.121l1 1H15.4c.896 0 1.6.713 1.6 1.566z"/></svg>
</template>

CSS

.icon-comment-off-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%22M2.854%202.146a.5.5%200%201%200-.708.708l.763.762A2.55%202.55%200%200%200%202%205.566v6.71c0%201.418%201.164%202.566%202.6%202.566h.6v2.171c0%20.213.07.42.2.591c.33.437.957.526%201.399.2l4.011-2.962h3.325l3.011%203.012a.5.5%200%200%200%20.708-.708l-2.309-2.308L3.824%203.116zm10.281%2011.696h-2.654L6.205%2017H6.2v-3.158H4.6c-.896%200-1.6-.713-1.6-1.566v-6.71c0-.499.24-.95.62-1.239zM17%2012.276c0%20.69-.46%201.288-1.11%201.492l.759.76A2.56%202.56%200%200%200%2018%2012.275v-6.71C18%204.149%2016.836%203%2015.4%203H5.121l1%201H15.4c.896%200%201.6.713%201.6%201.566z%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%22M2.854%202.146a.5.5%200%201%200-.708.708l.763.762A2.55%202.55%200%200%200%202%205.566v6.71c0%201.418%201.164%202.566%202.6%202.566h.6v2.171c0%20.213.07.42.2.591c.33.437.957.526%201.399.2l4.011-2.962h3.325l3.011%203.012a.5.5%200%200%200%20.708-.708l-2.309-2.308L3.824%203.116zm10.281%2011.696h-2.654L6.205%2017H6.2v-3.158H4.6c-.896%200-1.6-.713-1.6-1.566v-6.71c0-.499.24-.95.62-1.239zM17%2012.276c0%20.69-.46%201.288-1.11%201.492l.759.76A2.56%202.56%200%200%200%2018%2012.275v-6.71C18%204.149%2016.836%203%2015.4%203H5.121l1%201H15.4c.896%200%201.6.713%201.6%201.566z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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