Skip to main content

icon-phone


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

Using the Icon Component? Copy, paste, and go.

<s-icon name="icon-phone"></s-icon>

Icon font

Using the web font? Copy, paste, and go.

<span class="sf-main sf-icon-phone"></span>

Code point

  • Unicode: U+F15A
  • CSS: \F15A
  • JS: \uF15A
  • HTML: &#xF15A;

Copy HTML

Paste the SVG right into your project's code.

<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="s-icon s-icon-icon-phone" viewBox="0 0 16 16">
  <path d="M13.334 15.286c-.061 0-.122 0-.183-.008a13.933 13.933 0 0 1-6.056-2.152 13.746 13.746 0 0 1-4.2-4.2A13.92 13.92 0 0 1 .75 2.86 2 2 0 0 1 2.739.667h2a2 2 0 0 1 1.995 1.72c.077.593.222 1.174.431 1.734a2 2 0 0 1-.451 2.109l-.48.48A9.99 9.99 0 0 0 9.29 9.768l.478-.478a2 2 0 0 1 2.112-.452c.558.206 1.136.35 1.726.428a2 2 0 0 1 1.727 2.022v1.992a2 2 0 0 1-2 2.006ZM4.754 2H2.74a.667.667 0 0 0-.661.726 12.58 12.58 0 0 0 1.94 5.479 12.42 12.42 0 0 0 3.8 3.8 12.593 12.593 0 0 0 5.467 1.946.665.665 0 0 0 .715-.665v-2.023a.667.667 0 0 0-.574-.676 9.267 9.267 0 0 1-2.011-.501.667.667 0 0 0-.706.148l-.844.844a.667.667 0 0 1-.8.108 11.337 11.337 0 0 1-4.25-4.249.667.667 0 0 1 .108-.8l.846-.847a.667.667 0 0 0 .148-.701 9.175 9.175 0 0 1-.504-2.02.667.667 0 0 0-.66-.569Z"/>
</svg>