comments disabled icon
comments-disabled-outline from Material Symbols by Google · Outline · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- comments-disabled-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More communicate icons from Material Symbols
Use the comments disabled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 18q-.825 0-1.412-.587T2 16V4.825L.675 3.5L2.1 2.075l19.8 19.8l-1.425 1.425l-5.3-5.3zm18 1.125L18.875 16H20V4H6.875l-2-2H20q.825 0 1.413.588T22 4zM4 16h9.175l-2-2H6v-2h3.175l-1-1H6V9h.175L4 6.825zm12.875-2l-2-2H18v2zm-3-3l-2-2H18v2zm-3-3l-2-2H18v2zm2 2"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCommentsDisabledOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 18q-.825 0-1.412-.587T2 16V4.825L.675 3.5L2.1 2.075l19.8 19.8l-1.425 1.425l-5.3-5.3zm18 1.125L18.875 16H20V4H6.875l-2-2H20q.825 0 1.413.588T22 4zM4 16h9.175l-2-2H6v-2h3.175l-1-1H6V9h.175L4 6.825zm12.875-2l-2-2H18v2zm-3-3l-2-2H18v2zm-3-3l-2-2H18v2zm2 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 18q-.825 0-1.412-.587T2 16V4.825L.675 3.5L2.1 2.075l19.8 19.8l-1.425 1.425l-5.3-5.3zm18 1.125L18.875 16H20V4H6.875l-2-2H20q.825 0 1.413.588T22 4zM4 16h9.175l-2-2H6v-2h3.175l-1-1H6V9h.175L4 6.825zm12.875-2l-2-2H18v2zm-3-3l-2-2H18v2zm-3-3l-2-2H18v2zm2 2"/></svg> </template>
CSS
.icon-comments-disabled-outline {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2018q-.825%200-1.412-.587T2%2016V4.825L.675%203.5L2.1%202.075l19.8%2019.8l-1.425%201.425l-5.3-5.3zm18%201.125L18.875%2016H20V4H6.875l-2-2H20q.825%200%201.413.588T22%204zM4%2016h9.175l-2-2H6v-2h3.175l-1-1H6V9h.175L4%206.825zm12.875-2l-2-2H18v2zm-3-3l-2-2H18v2zm-3-3l-2-2H18v2zm2%202%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2018q-.825%200-1.412-.587T2%2016V4.825L.675%203.5L2.1%202.075l19.8%2019.8l-1.425%201.425l-5.3-5.3zm18%201.125L18.875%2016H20V4H6.875l-2-2H20q.825%200%201.413.588T22%204zM4%2016h9.175l-2-2H6v-2h3.175l-1-1H6V9h.175L4%206.825zm12.875-2l-2-2H18v2zm-3-3l-2-2H18v2zm-3-3l-2-2H18v2zm2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/comments-disabled-outline.svg?color=%231a73e8&size=48