Skip to main content

People Couple


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">people_couple</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#people-couple" />
</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-people-couple" viewBox="0 0 24 24">
  <path d="M16 11.87a3.329 3.329 0 1 0 0-6.66c-1.84 0-3.33 1.49-3.33 3.33s1.49 3.33 3.33 3.33m-8 0a3.329 3.329 0 1 0 0-6.66c-1.84 0-3.33 1.49-3.33 3.33S6.16 11.87 8 11.87m13.61 2.26c-1.08-.5-3.07-1.22-5.62-1.21-.15 0-.3.01-.45.02.72.52 1.45 1.37 1.45 2.79 0 .19 0 .78-.47 2.36-.04.15-.11.3-.17.44h4.91c.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.59Zm-8 0c-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.59Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.