Skip to main content

User Permissions


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="/modus-solid-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-solid mi-user-permissions" viewBox="0 0 24 24">
  <path d="M21.98 12.69c-.41-.41-1.08-.41-1.49 0l-4.66 4.69-1.44-1.44c-.41-.41-1.08-.41-1.49 0s-.41 1.07 0 1.48l2.42 2.44c.28.28.73.28 1.01 0l5.64-5.69c.4-.41.4-1.07 0-1.47Zm-11.76-.75c2.23 0 4.04-1.81 4.04-4.04s-1.81-4.04-4.04-4.04S6.18 5.67 6.18 7.9s1.81 4.04 4.04 4.04m1.28 2.6c.58-.58 1.34-.9 2.16-.9.16 0 .32.02.48.05-1.12-.27-2.44-.48-3.92-.47-3.08 0-5.51.87-6.82 1.47s-1.68 1.08-1.68 1.93c0 .46.25 1.39.47 2.18.21.72.88 1.22 1.63 1.22h8.86l-1.18-1.19a3.06 3.06 0 0 1 0-4.29"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.