Skip to main content

icon-shop


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F16E
  • CSS: \F16E
  • JS: \uF16E
  • HTML: &#xF16E;

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-shop" viewBox="0 0 16 16">
  <path d="M6 15.333a1.333 1.333 0 1 1 0-2.667 1.333 1.333 0 0 1 0 2.667ZM14.667 14a1.334 1.334 0 1 0-2.668 0 1.334 1.334 0 0 0 2.668 0Zm-8.214-2.667h6.467c.468.002.923-.154 1.292-.442.366-.296.617-.711.709-1.173l1.066-5.593a.666.666 0 0 0-.654-.792H4.547l-.56-2.8A.667.667 0 0 0 3.333 0H.667a.667.667 0 1 0 0 1.333h2.12l.554 2.769a.57.57 0 0 0 .012.059l1.114 5.562a2 2 0 0 0 1.95 1.61h.036Zm8.074-6.666-.914 4.796a.667.667 0 0 1-.68.537H6.441a.667.667 0 0 1-.667-.538l-.96-4.795h9.713Z"/>
</svg>