Skip to main content

Headset


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">headset</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#headset" />
</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-headset" viewBox="0 0 24 24">
  <path d="M20 9.29h-.27C19.49 5.23 16.12 2 12 2S4.51 5.23 4.27 9.29H4c-1.1 0-2 .9-2 2V14c0 1.1.9 3.29 2 3.29h2c.55 0 1-.45 1-1v-6c0-.45-.31-.82-.73-.95.21-2.98 2.7-5.35 5.73-5.35s5.52 2.36 5.73 5.35c-.42.12-.73.49-.73.95v6c0 .39.23.72.56.88l-.86.99-1.42.59c-.24-.18-.55-.27-.86-.18l-1.69.47c-.53.15-.84.7-.7 1.23.15.53.7.84 1.23.7l1.69-.47c.4-.11.67-.45.72-.83l1.51-.62a.6.6 0 0 0 .19-.13l1.41-1.62H20c1.1 0 2-2.19 2-3.29V11.3c0-1.1-.9-2-2-2Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.