Skip to main content

icon-menu-right


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

<s-icon name="icon-menu-right"></s-icon>

Icon font

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

<span class="sf-main sf-icon-menu-right"></span>

Code point

  • Unicode: U+F149
  • CSS: \F149
  • JS: \uF149
  • HTML: &#xF149;

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-menu-right" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="M1.333 4c0-.367.3-.667.667-.667h12c.366 0 .666.3.666.667 0 .366-.3.666-.666.666H2A.669.669 0 0 1 1.333 4Zm3.773 4c0-.367.3-.667.667-.667H14c.366 0 .666.3.666.667 0 .366-.3.666-.666.666H5.773A.664.664 0 0 1 5.106 8Zm3.767 4c0-.367.3-.667.667-.667H14c.366 0 .666.3.666.667 0 .366-.3.666-.666.666H9.54A.669.669 0 0 1 8.873 12Z"/>
</svg>