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-solid-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-solid mi-phone-call" viewBox="0 0 24 24">
  <path d="M12.66 6.25a.98.98 0 0 0-1.22.71c-.14.53.17 1.08.71 1.22 1.29.35 2.37 1.17 3.04 2.33s.85 2.5.5 3.79a.994.994 0 0 0 .97 1.25c.44 0 .85-.29.97-.74.48-1.81.24-3.69-.7-5.31a6.94 6.94 0 0 0-4.25-3.26Zm2.38 10.9a1.846 1.846 0 0 0-2.84-.5.923.923 0 0 1-1.42-.25l-3.05-5.54a.915.915 0 0 1 .55-1.33 1.848 1.848 0 0 0 1.1-2.67l-1.4-2.54c-.4-.72-1.33-.94-2.01-.47a6.254 6.254 0 0 0-1.91 8.14l3.8 6.9a6.244 6.244 0 0 0 7.89 2.75c.76-.32 1.08-1.23.68-1.95l-1.4-2.54Zm4.59-9.06a9.95 9.95 0 0 0-6.07-4.66.99.99 0 0 0-1.22.71c-.14.53.17 1.08.71 1.22 2.06.55 3.79 1.88 4.86 3.73a7.96 7.96 0 0 1 .8 6.07.994.994 0 0 0 .97 1.25c.44 0 .85-.29.97-.74a9.93 9.93 0 0 0-1-7.59Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.