Skip to main content

icon-tablet


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F182
  • CSS: \F182
  • JS: \uF182
  • HTML: &#xF182;

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-tablet" viewBox="0 0 16 16">
  <path d="M12 15.334H4c-1.133 0-2-.867-2-2V2.667c0-1.133.867-2 2-2h8c1.133 0 2 .867 2 2v10.667c0 1.133-.867 2-2 2ZM4 2c-.4 0-.667.267-.667.667v10.667c0 .4.267.666.667.666h8c.4 0 .667-.266.667-.666V2.667c0-.4-.267-.667-.667-.667H4Z"/>
</svg>