Skip to main content

icon-table-view


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

<s-icon name="icon-table-view"></s-icon>

Icon font

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

<span class="sf-main sf-icon-table-view"></span>

Code point

  • Unicode: U+F181
  • CSS: \F181
  • JS: \uF181
  • HTML: &#xF181;

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-table-view" viewBox="0 0 16 16">
  <path d="M13.263 1.333H2.737c-.772 0-1.404.667-1.404 1.481v10.37c0 .816.632 1.482 1.404 1.482h10.526c.772 0 1.403-.666 1.403-1.481V2.815c0-.815-.631-1.482-1.403-1.482Zm.07 1.333v2.37H2.666v-2.37h10.667ZM9.754 13.333H6.245V6.4h3.51v6.933ZM2.666 6.4h2.176v6.933H2.666V6.4Zm8.492 6.933V6.4h2.175v6.933h-2.175Z"/>
</svg>