A trolley, for baskets, ecommerce checkout and items pending purchase. On a 24×24 grid in stroke, duotone and fill, free under MIT.
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M2 3H3.2192C3.6781 3 4.0781 3.3123 4.1894 3.7575L5 7M5 7H20.9978C21.7204 7 22.2044 7.74289 21.9126 8.40393L19.2632 14.4039C19.1032 14.7662 18.7445 15 18.3484 15H7.78078C7.32191 15 6.92193 14.6877 6.81063 14.2425L5 7Z"/>
<path d="M10.5 20.5C10.5 21.3284 9.8284 22 9 22C8.1716 22 7.5 21.3284 7.5 20.5C7.5 19.6716 8.1716 19 9 19C9.8284 19 10.5 19.6716 10.5 20.5ZM18.5 20.5C18.5 21.3284 17.8284 22 17 22C16.1716 22 15.5 21.3284 15.5 20.5C15.5 19.6716 16.1716 19 17 19C17.8284 19 18.5 19.6716 18.5 20.5Z" fill="currentColor" stroke="none"/>
</svg>Also called
What someone searching for this drawing would have typed instead. These are the words the browser's search matches on.
- basket
- buy
- checkout
- trolley
- ecommerce
- store
- purchase
Related icons
The rest of the shopping family first, then the Commerce shelf.
FAQ
Answered from shopping-cart's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the shopping-cart icon for?
- A trolley, for baskets, ecommerce checkout and items pending purchase. It is filed under Commerce in Keyline Icons, drawn on the same 24×24 grid as the rest of the set. People look for it as basket, buy, checkout, trolley, ecommerce, store and purchase, and the browser's search matches all of those.
- What styles does the shopping-cart icon come in?
- All three: stroke, duotone and fill. They are drawn from the same geometry, so swapping weight never moves anything.
- Is there a square or circle version of shopping-cart?
- No. shopping-cart is drawn as a bare glyph, and the set has no boxed variant of it.
- What other icons go with shopping-cart?
- shopping-bag, circle-percent, coupon, credit-card, gift and handbag, and 10 more, all shown below. The shopping family is listed first, then the rest of the Commerce shelf, so the row under this one is the useful one even where a shelf runs long.
- How do I import shopping-cart in React?
- <ShoppingCart /> is the component, and the weight decides the module: stroke from "@keyline-icons/react", duotone from "@keyline-icons/react/duotone" and fill from "@keyline-icons/react/fill". It takes the usual SVG props plus a size, so <ShoppingCart size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the shopping-cart SVG?
- icons/stroke/shopping-cart.svg, icons/duotone/shopping-cart.svg and icons/fill/shopping-cart.svg in the repository, normalised: no wrapper, no ids and no classes to strip out. The tabs above hand you the same drawing as SVG or JSX without the download, and neither needs an install.
- When was shopping-cart added to the set?
- Added 12 Aug 2026, and last redrawn 16 Aug 2026. It ships in v0.1.0, so an install at that version or later has it.
Questions about the set rather than about this drawing are answered where they belong. The home page covers what the set is, how the three styles differ, why some icons come boxed and where the Figma file is; installing the set in a shadcn/ui project covers the React package, the CLI and using an icon without React. The MIT licence is stated in the footer of every page.