Skip to main content

Phone


Examples

Heading
Smaller heading

Inline text

Inline font

Example link text

Download

Download the SVG to use or edit.

Download SVG

Icon font

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

<i class="wiw-icon wiw-phone"></i>

Code point

  • Unicode: U+F16F
  • CSS: \F16F
  • JS: \uF16F
  • HTML: &#xF16F;

Copy HTML

Paste the SVG right into your project's code.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="wiw-icon wiw-phone" viewBox="0 0 24 24">
  <g fill-rule="evenodd">
    <path d="M7 2c-.551 0-1 .448-1 1v18c0 .552.449 1 1 1h10c.551 0 1-.448 1-1V3c0-.552-.449-1-1-1H7Zm10 22H7c-1.654 0-3-1.346-3-3V3c0-1.654 1.346-3 3-3h10c1.654 0 3 1.346 3 3v18c0 1.654-1.346 3-3 3Z"/>
    <path d="M19 18H5a1 1 0 1 1 0-2h14a1 1 0 1 1 0 2m-6 2a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/>
  </g>
</svg>