Skip to main content

icon-mobile


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F14F
  • CSS: \F14F
  • JS: \uF14F
  • HTML: &#xF14F;

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-mobile" viewBox="0 0 16 16">
  <path d="M11.333 15.334H4.666c-1.133 0-2-.867-2-2V2.667c0-1.133.867-2 2-2h6.667c1.133 0 2 .867 2 2v10.667c0 1.133-.867 2-2 2ZM4.666 2c-.4 0-.666.267-.666.667v10.667c0 .4.266.666.667.666h6.666c.4 0 .667-.266.667-.666V2.667c0-.4-.267-.667-.667-.667H4.666Z"/>
</svg>