Skip to main content

Notifications Off

  • Tags:

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">notifications_off</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="/connect-icons.svg#notifications-off" />
</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-connect mi-notifications-off" viewBox="0 0 24 24">
  <path d="M13.5 19.75c0 1.11-.89 2-2 2s-2-.89-2-2zM7.34 5.89 19.5 18.44l1 1.03-1.27 1.27-2-2H3.5v-1l2-2v-5c0-1.26.28-2.43.8-3.42v-.01l-2.8-2.8 1.27-1.27zm4.16-3.64c.83 0 1.5.67 1.5 1.5v.68c2.86.68 4.5 3.24 4.5 6.32v3.68L8.56 4.99c0-.01.01-.01.01-.01.22-.11.45-.22.68-.31.01-.01.01-.01.02-.01h.01c.1-.04.2-.08.3-.11.13-.04.27-.09.42-.12v-.68c0-.83.67-1.5 1.5-1.5"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.