Skip to main content

Volume Mute


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">volume_mute</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#volume-mute" />
</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-volume-mute" viewBox="0 0 24 24">
  <path d="m19.06 12 1.47-1.47c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0L18 10.94l-1.47-1.47c-.29-.29-.77-.29-1.06 0s-.29.77 0 1.06L16.94 12l-1.47 1.47c-.29.29-.29.77 0 1.06.15.15.34.22.53.22s.38-.07.53-.22L18 13.06l1.47 1.47c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77 0-1.06zm-7.91-9.14L7 7H4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h3l4.15 4.15c.32.32.85.09.85-.35V3.21c0-.45-.54-.67-.85-.35M10 17.17 7.83 15H4V9h3.83L10 6.91z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.