Skip to main content

Phone Call


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_call</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-outlined-icons.svg#phone-call" />
</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-outline mi-phone-call" viewBox="0 0 24 24">
  <path d="M16.64 14.15a2.76 2.76 0 0 0-2.22-.91c-.8.05-1.52.43-2.01 1.05L8.5 10.04a2.75 2.75 0 0 0 1.28-1.92 2.77 2.77 0 0 0-.68-2.3L7.23 3.76c-.44-.49-1.07-.77-1.73-.77a2.3 2.3 0 0 0-1.73.78 6.96 6.96 0 0 0 .03 9.34l5.06 5.59a6.94 6.94 0 0 0 5.17 2.3c1.43 0 2.88-.44 4.12-1.35a2.326 2.326 0 0 0 .35-3.44l-1.87-2.06Zm.33 3.89a4.963 4.963 0 0 1-6.63-.68l-5.06-5.59a4.964 4.964 0 0 1-.02-6.66c.09-.1.19-.09.24-.11a.3.3 0 0 1 .24.11l1.87 2.06c.22.24.21.5.19.64s-.1.39-.38.55c-.5.28-.84.77-.93 1.34s.08 1.14.46 1.56l4.06 4.48c.39.43.93.65 1.51.62a1.85 1.85 0 0 0 1.42-.79c.19-.26.44-.32.58-.32.14-.01.4.01.62.25l1.87 2.06c.09.09.09.2.08.25 0 .05-.03.16-.13.23Zm1.3-12.3a8.76 8.76 0 0 0-6.3-2.39.87.87 0 0 0-.85.91c.01.49.42.87.91.85a6.98 6.98 0 0 1 5.04 1.91 7.02 7.02 0 0 1 2.21 4.92c.01.49.42.87.91.85.08 0 .16-.01.23-.04.37-.11.64-.46.63-.87a8.77 8.77 0 0 0-2.76-6.15ZM15.12 8.9c.86.81 1.35 1.9 1.38 3.07.01.49.42.87.91.85.08 0 .16-.01.23-.04.37-.11.64-.46.63-.87a6.15 6.15 0 0 0-1.93-4.3 6.17 6.17 0 0 0-4.41-1.68.87.87 0 0 0-.85.91c.01.49.42.87.91.85 1.18-.03 2.29.39 3.15 1.2Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.