Skip to main content

Eye Visibility Off Download

  • 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">eye_visibility_off_download</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#eye-visibility-off-download" />
</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-eye-visibility-off-download" viewBox="0 0 24 24">
  <path d="M21 20.7 19.7 22l-3.3-3.3c-1.4.5-2.9.8-4.4.8-5 0-9.3-3.1-11-7.5.7-2 2-3.7 3.7-5L2 4.3 3.3 3zM7.5 9.8c-.3.7-.5 1.4-.5 2.2 0 2.8 2.2 5 5 5 .8 0 1.5-.2 2.2-.599l-1.5-1.5c-.3.1-.5.099-.7.099-1.7 0-3-1.3-3-3v-.7zm13 2.3h2.3l-3.5 3.5-3.4-3.5h2.3V6.4h2.3zm-8.6-3.2c1.7 0 3 1.3 3 3v.2L11.8 9zm.1-4.4c1.4 0 2.7.3 3.9.7v3.7C15 7.8 13.6 7 12 7c-.7 0-1.3.1-1.8.4L8 5.2c1.3-.5 2.6-.7 4-.7"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.