Skip to main content

User Permissions

  • 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">user_permissions</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#user-permissions" />
</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-user-permissions" viewBox="0 0 24 24">
  <path d="M16.779 10.991a3.07 3.07 0 0 1 4.34 4.34 3.06 3.06 0 0 1-3.49.597l-1.253 1.253 1.446 1.447-1.446 1.446-1.447-1.446-1.043 1.043-1.446-1.446 3.743-3.745a3.06 3.06 0 0 1 .596-3.489M9.999 14c.964 0 2.274.177 3.555.525l-3.747 3.748L11.536 20H2v-2c0-2.66 5.33-4 8-4m9.673-1.562a1.026 1.026 0 0 0-1.446 0 1.025 1.025 0 0 0 0 1.446 1.026 1.026 0 0 0 1.447 0 1.027 1.027 0 0 0 0-1.447M10 4c2.21 0 4 1.79 4 4s-1.79 4-4 4a4 4 0 1 1 0-8"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.