Skip to main content

icon-more-vertical


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

<s-icon name="icon-more-vertical"></s-icon>

Icon font

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

<span class="sf-main sf-icon-more-vertical"></span>

Code point

  • Unicode: U+F151
  • CSS: \F151
  • JS: \uF151
  • HTML: &#xF151;

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-more-vertical" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="M6.667 8c0-.733.6-1.333 1.333-1.333.734 0 1.334.6 1.334 1.333S8.734 9.333 8 9.333c-.733 0-1.333-.6-1.333-1.333Zm0-4.667C6.667 2.6 7.267 2 8 2c.734 0 1.334.6 1.334 1.333 0 .734-.6 1.334-1.334 1.334-.733 0-1.333-.6-1.333-1.334Zm0 9.334c0-.734.6-1.334 1.333-1.334.734 0 1.334.6 1.334 1.334C9.334 13.4 8.734 14 8 14c-.733 0-1.333-.6-1.333-1.333Z"/>
</svg>