Skip to main content

icon-cart-added


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

<s-icon name="icon-cart-added"></s-icon>

Icon font

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

<span class="sf-main sf-icon-cart-added"></span>

Code point

  • Unicode: U+F113
  • CSS: \F113
  • JS: \uF113
  • HTML: &#xF113;

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-cart-added" viewBox="0 0 16 16">
  <g clip-path="url(#a)">
    <path fill-rule="evenodd" d="M0 .667A.667.667 0 0 1 .667 0h2.666A.667.667 0 0 1 4 .533l.547 2.8h10.786a.667.667 0 0 1 .667.794L14.933 9.72a2 2 0 0 1-2 1.614H6.46a2 2 0 0 1-2-1.607L3.333 4.16v-.053l-.546-2.774H.667A.667.667 0 0 1 0 .667Zm4.813 4 .96 4.8A.666.666 0 0 0 6.44 10h6.507a.666.666 0 0 0 .666-.533l.914-4.8H4.813Zm4.854.666a.667.667 0 0 1 .666.667v.667H11A.667.667 0 1 1 11 8h-.667v.667a.667.667 0 1 1-1.333 0V8h-.667a.667.667 0 1 1 0-1.333H9V6a.667.667 0 0 1 .667-.667ZM5.06 13.06c.249-.25.587-.392.94-.393A1.333 1.333 0 1 1 4.667 14c.001-.353.143-.691.393-.94Zm7.333 0c.25-.25.587-.392.94-.393A1.334 1.334 0 1 1 12 14c.002-.353.143-.691.393-.94Z"/>
  </g>
  <defs>
    <clipPath id="a">
      <path d="M0 0h16v16H0z"/>
    </clipPath>
  </defs>
</svg>