Shopping Cart 2 Pixel Art Icon
An alternate shopping-cart icon for store headers, checkout flows, cart-count badges and e-commerce navigation.
Tags
shoppingcartbagbasket
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Shopping Cart 2 icon
A second shopping cart silhouette with slightly different proportions or wheel placement compared to the primary shopping-cart icon. It covers the same e-commerce navigation territory: store headers, cart-entry buttons, item-count badges, and the path to checkout. Some design systems prefer this variant for its proportions at small sizes, or use it alongside the first cart icon to distinguish different cart types (for example, regular versus bulk order). Functionally and semantically, both carts are interchangeable.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/shopping-cart-2.svg" width="24" height="24" alt="Shopping Cart 2" />
<!-- React -->
import { ShoppingCart2 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="shopping-cart-2.svg" width="48" height="48" style="image-rendering: pixelated" />