Skip to main content

Comment Empty


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_empty</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-outlined-icons.svg#comment-empty" />
</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-outline mi-comment-empty" viewBox="0 0 24 24">
  <path d="M8.51 18.131a1 1 0 0 1 .694-.07l.36.094a9.6 9.6 0 0 0 2.426.315c4.664 0 7.98-3.256 7.98-6.74 0-3.48-3.312-6.73-7.99-6.73C7.316 5 4 8.256 4 11.74c0 1.614.678 3.13 1.874 4.326l.34.34a1 1 0 0 1 .287.817l-.053.478q-.076.671-.207 1.33c.976-.294 1.613-.576 1.936-.735zm-4.473 1.513.023-.083a13.4 13.4 0 0 0 .4-2.081C2.93 15.95 2 13.94 2 11.74 2 6.91 6.47 3 11.98 3c5.52 0 9.99 3.9 9.99 8.73s-4.47 8.74-9.98 8.74c-.99 0-1.97-.13-2.93-.38-.559.275-1.687.757-3.442 1.18l-.139.032a25 25 0 0 1-1.629.328c-.25.04-.44-.22-.34-.45a9 9 0 0 0 .3-.81 14 14 0 0 0 .227-.726"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.