Skip to main content

Phone


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">phone</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#phone" />
</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-phone" viewBox="0 0 24 24">
  <path d="m17.09 16.02 1.4 2.54c.4.72.08 1.63-.68 1.95a6.24 6.24 0 0 1-7.89-2.75l-3.8-6.9a6.246 6.246 0 0 1 1.91-8.14c.68-.47 1.61-.25 2.01.47l1.4 2.54c.57 1.04.03 2.33-1.1 2.67-.57.17-.84.81-.55 1.33l3.05 5.54c.29.52.98.64 1.42.25.89-.78 2.27-.54 2.84.5Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.