comments disabled icon

comments-disabled-outline-rounded from Material Symbols by Google · Outline Rounded · Communicate · Apache-2.0 Free for personal and commercial use.

Name
comments-disabled-outline-rounded
Set
Material Symbols
Style
Outline Rounded
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.825L1.375 4.2q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l18.4 18.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3L15.175 18zM22 4v13.925q0 .35-.3.475t-.55-.125L18.875 16H20V4H7q-.5 0-.75-.312T6 3t.25-.687T7 2h13q.825 0 1.413.588T22 4M4 16h9.175l-2-2H7q-.425 0-.712-.288T6 13t.288-.712T7 12h2.175l-1-1H7q-.425 0-.712-.288T6 10t.288-.712T7 9h.625v1.45L4 6.825zm14-3q0 .425-.288.713T17 14t-.712-.288T16 13t.288-.712T17 12t.713.288T18 13m-1-2h-2.7q-.5 0-.75-.312T13.3 10t.25-.687T14.3 9H17q.425 0 .713.288T18 10t-.288.713T17 11m0-3h-5.7q-.5 0-.75-.312T10.3 7t.25-.687T11.3 6H17q.425 0 .713.288T18 7t-.288.713T17 8m-4.125 2"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCommentsDisabledOutlineRounded(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.825L1.375 4.2q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l18.4 18.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3L15.175 18zM22 4v13.925q0 .35-.3.475t-.55-.125L18.875 16H20V4H7q-.5 0-.75-.312T6 3t.25-.687T7 2h13q.825 0 1.413.588T22 4M4 16h9.175l-2-2H7q-.425 0-.712-.288T6 13t.288-.712T7 12h2.175l-1-1H7q-.425 0-.712-.288T6 10t.288-.712T7 9h.625v1.45L4 6.825zm14-3q0 .425-.288.713T17 14t-.712-.288T16 13t.288-.712T17 12t.713.288T18 13m-1-2h-2.7q-.5 0-.75-.312T13.3 10t.25-.687T14.3 9H17q.425 0 .713.288T18 10t-.288.713T17 11m0-3h-5.7q-.5 0-.75-.312T10.3 7t.25-.687T11.3 6H17q.425 0 .713.288T18 7t-.288.713T17 8m-4.125 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.825L1.375 4.2q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l18.4 18.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3L15.175 18zM22 4v13.925q0 .35-.3.475t-.55-.125L18.875 16H20V4H7q-.5 0-.75-.312T6 3t.25-.687T7 2h13q.825 0 1.413.588T22 4M4 16h9.175l-2-2H7q-.425 0-.712-.288T6 13t.288-.712T7 12h2.175l-1-1H7q-.425 0-.712-.288T6 10t.288-.712T7 9h.625v1.45L4 6.825zm14-3q0 .425-.288.713T17 14t-.712-.288T16 13t.288-.712T17 12t.713.288T18 13m-1-2h-2.7q-.5 0-.75-.312T13.3 10t.25-.687T14.3 9H17q.425 0 .713.288T18 10t-.288.713T17 11m0-3h-5.7q-.5 0-.75-.312T10.3 7t.25-.687T11.3 6H17q.425 0 .713.288T18 7t-.288.713T17 8m-4.125 2"/></svg>
</template>

CSS

.icon-comments-disabled-outline-rounded {
  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.825L1.375%204.2q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l18.4%2018.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3L15.175%2018zM22%204v13.925q0%20.35-.3.475t-.55-.125L18.875%2016H20V4H7q-.5%200-.75-.312T6%203t.25-.687T7%202h13q.825%200%201.413.588T22%204M4%2016h9.175l-2-2H7q-.425%200-.712-.288T6%2013t.288-.712T7%2012h2.175l-1-1H7q-.425%200-.712-.288T6%2010t.288-.712T7%209h.625v1.45L4%206.825zm14-3q0%20.425-.288.713T17%2014t-.712-.288T16%2013t.288-.712T17%2012t.713.288T18%2013m-1-2h-2.7q-.5%200-.75-.312T13.3%2010t.25-.687T14.3%209H17q.425%200%20.713.288T18%2010t-.288.713T17%2011m0-3h-5.7q-.5%200-.75-.312T10.3%207t.25-.687T11.3%206H17q.425%200%20.713.288T18%207t-.288.713T17%208m-4.125%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.825L1.375%204.2q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l18.4%2018.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3L15.175%2018zM22%204v13.925q0%20.35-.3.475t-.55-.125L18.875%2016H20V4H7q-.5%200-.75-.312T6%203t.25-.687T7%202h13q.825%200%201.413.588T22%204M4%2016h9.175l-2-2H7q-.425%200-.712-.288T6%2013t.288-.712T7%2012h2.175l-1-1H7q-.425%200-.712-.288T6%2010t.288-.712T7%209h.625v1.45L4%206.825zm14-3q0%20.425-.288.713T17%2014t-.712-.288T16%2013t.288-.712T17%2012t.713.288T18%2013m-1-2h-2.7q-.5%200-.75-.312T13.3%2010t.25-.687T14.3%209H17q.425%200%20.713.288T18%2010t-.288.713T17%2011m0-3h-5.7q-.5%200-.75-.312T10.3%207t.25-.687T11.3%206H17q.425%200%20.713.288T18%207t-.288.713T17%208m-4.125%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-rounded.svg?color=%231a73e8&size=48