Skip to main content

User Inactive


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">user_inactive</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#user-inactive" />
</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-user-inactive" viewBox="0 0 24 24">
  <path d="M18.25 22c-2.07 0-3.75-1.68-3.75-3.75s1.68-3.75 3.75-3.75S22 16.18 22 18.25 20.32 22 18.25 22m0-6C17.01 16 16 17.01 16 18.25s1.01 2.25 2.25 2.25 2.25-1.01 2.25-2.25S19.49 16 18.25 16M13 18.25c0-1.63.76-3.06 1.92-4.03-.9-.14-1.87-.23-2.92-.22-3.62 0-6.48 1.02-8.02 1.73S2 17 2 18c0 .54.29 1.64.55 2.56.25.85 1.03 1.44 1.92 1.44h10.12A5.2 5.2 0 0 1 13 18.25m-1-5.75c2.62 0 4.75-2.13 4.75-4.75S14.62 3 12 3 7.25 5.13 7.25 7.75 9.38 12.5 12 12.5"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.