Shopping Cart Pixel Art Icon
A shopping-cart icon for 'Add to cart' buttons, cart pages, item-count badges and checkout entry points.
Tags
shoppingcartbagbasket
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Shopping Cart icon
A shopping cart on wheels, the anchor icon of online retail. Use it for the cart itself, an 'Add to cart' button, the item-count badge in a store header, and the path to checkout. Shoppers scan for it instinctively, so keep it where they expect it, usually the top-right of the page. A shopping bag is a fine alternative, but the cart remains the most direct e-commerce signal.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/shopping-cart.svg" width="24" height="24" alt="Shopping Cart" />
<!-- React -->
import { ShoppingCart } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="shopping-cart.svg" width="48" height="48" style="image-rendering: pixelated" />