comments disabled icon

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

Name
comments-disabled-rounded
Set
Material Symbols
Style
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="M15.175 18H4q-.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-.3zM22 4v13.925q0 .35-.3.475t-.55-.125L16.875 14H17q.425 0 .713-.288T18 13t-.288-.712T17 12h-2.125l-1-1H17q.425 0 .713-.288T18 10t-.288-.712T17 9h-5.125l-1-1H17q.425 0 .713-.288T18 7t-.288-.712T17 6H8.875l-2.3-2.3q-.25-.25-.288-.525t.088-.55t.35-.45T7.3 2H20q.825 0 1.413.587T22 4M11.175 14l-2-2H7q-.425 0-.712.288T6 13t.288.713T7 14zm-3-3l-1.8-1.8q-.175.125-.275.338T6 10q0 .425.288.713T7 11z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCommentsDisabledRounded(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="M15.175 18H4q-.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-.3zM22 4v13.925q0 .35-.3.475t-.55-.125L16.875 14H17q.425 0 .713-.288T18 13t-.288-.712T17 12h-2.125l-1-1H17q.425 0 .713-.288T18 10t-.288-.712T17 9h-5.125l-1-1H17q.425 0 .713-.288T18 7t-.288-.712T17 6H8.875l-2.3-2.3q-.25-.25-.288-.525t.088-.55t.35-.45T7.3 2H20q.825 0 1.413.587T22 4M11.175 14l-2-2H7q-.425 0-.712.288T6 13t.288.713T7 14zm-3-3l-1.8-1.8q-.175.125-.275.338T6 10q0 .425.288.713T7 11z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.175 18H4q-.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-.3zM22 4v13.925q0 .35-.3.475t-.55-.125L16.875 14H17q.425 0 .713-.288T18 13t-.288-.712T17 12h-2.125l-1-1H17q.425 0 .713-.288T18 10t-.288-.712T17 9h-5.125l-1-1H17q.425 0 .713-.288T18 7t-.288-.712T17 6H8.875l-2.3-2.3q-.25-.25-.288-.525t.088-.55t.35-.45T7.3 2H20q.825 0 1.413.587T22 4M11.175 14l-2-2H7q-.425 0-.712.288T6 13t.288.713T7 14zm-3-3l-1.8-1.8q-.175.125-.275.338T6 10q0 .425.288.713T7 11z"/></svg>
</template>

CSS

.icon-comments-disabled-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%22M15.175%2018H4q-.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-.3zM22%204v13.925q0%20.35-.3.475t-.55-.125L16.875%2014H17q.425%200%20.713-.288T18%2013t-.288-.712T17%2012h-2.125l-1-1H17q.425%200%20.713-.288T18%2010t-.288-.712T17%209h-5.125l-1-1H17q.425%200%20.713-.288T18%207t-.288-.712T17%206H8.875l-2.3-2.3q-.25-.25-.288-.525t.088-.55t.35-.45T7.3%202H20q.825%200%201.413.587T22%204M11.175%2014l-2-2H7q-.425%200-.712.288T6%2013t.288.713T7%2014zm-3-3l-1.8-1.8q-.175.125-.275.338T6%2010q0%20.425.288.713T7%2011z%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%22M15.175%2018H4q-.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-.3zM22%204v13.925q0%20.35-.3.475t-.55-.125L16.875%2014H17q.425%200%20.713-.288T18%2013t-.288-.712T17%2012h-2.125l-1-1H17q.425%200%20.713-.288T18%2010t-.288-.712T17%209h-5.125l-1-1H17q.425%200%20.713-.288T18%207t-.288-.712T17%206H8.875l-2.3-2.3q-.25-.25-.288-.525t.088-.55t.35-.45T7.3%202H20q.825%200%201.413.587T22%204M11.175%2014l-2-2H7q-.425%200-.712.288T6%2013t.288.713T7%2014zm-3-3l-1.8-1.8q-.175.125-.275.338T6%2010q0%20.425.288.713T7%2011z%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-rounded.svg?color=%231a73e8&size=48