Skip to main content

User Account


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_account</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-account" />
</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-account" viewBox="0 0 24 24">
  <path d="M5.67 8.54C5.67 6.7 7.16 5.21 9 5.21s3.33 1.49 3.33 3.33-1.49 3.33-3.33 3.33-3.33-1.49-3.33-3.33m8.94 5.6c-1.08-.5-3.07-1.22-5.62-1.21-2.54 0-4.54.71-5.62 1.21s-1.39.89-1.39 1.59c0 .38.2 1.15.39 1.79.18.6.72 1.01 1.34 1.01h10.54c.62 0 1.17-.41 1.34-1.01.19-.64.39-1.41.39-1.79 0-.7-.31-1.09-1.39-1.59zm7.14-9.39c0-.41-.34-.75-.75-.75h-6c-.41 0-.75.34-.75.75s.34.75.75.75h6c.41 0 .75-.34.75-.75m0 3c0-.41-.34-.75-.75-.75h-6c-.41 0-.75.34-.75.75s.34.75.75.75h6c.41 0 .75-.34.75-.75m0 3c0-.41-.34-.75-.75-.75h-6c-.41 0-.75.34-.75.75s.34.75.75.75h6c.41 0 .75-.34.75-.75"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.