Skip to main content

Comment Message Disabled


Examples

Heading
Smaller heading

Inline text 

Example link text 

Icon font

Use in web applications, on buttons, and anywhere you need more than a few icons.

<i class="modus-icons" aria-hidden="true">comment_message_disabled</i>

SVG sprite

Use for static sites when you only need a few icons.

<svg class="mi" width="1em" height="1em" fill="currentColor">
  <use xlink:href="/modus-solid-icons.svg#comment-message-disabled" />
</svg>

SVG code

Use when you don't want any dependency.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-solid mi-comment-message-disabled" viewBox="0 0 24 24">
  <path d="M6.096 4.68h-.001L4.207 2.793a1 1 0 0 0-1.414 1.414L4.52 5.934C2.952 7.477 2 9.51 2 11.74c0 2.2.93 4.21 2.46 5.74-.11.99-.33 1.96-.65 2.89q-.135.42-.3.81c-.1.23.09.49.34.45.29-.05.58-.1.86-.16 2.28-.46 3.7-1.06 4.35-1.38.96.25 1.94.38 2.93.38 2.065 0 3.984-.55 5.576-1.49l2.227 2.227a1 1 0 0 0 1.414-1.414l-2.013-2.014h.001l-2.31-2.312-.002.002L15.414 14h.003l-1-1h-.003l-2-2h.003l-1-1h-.003l-2-2h.003zm1.02 3.85L8.587 10H8a1 1 0 0 1-.883-1.47ZM9.587 11l2 2H7a1 1 0 1 1 0-2zm3 3 2 2H8a1 1 0 1 1 0-2zm-.342-6L7.978 3.731A11.2 11.2 0 0 1 11.98 3c5.52 0 9.99 3.9 9.99 8.73 0 1.664-.53 3.22-1.452 4.543l-3.297-3.297A1 1 0 0 0 17 11h-1.755l-1-1H16a1 1 0 1 0 0-2z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.