Shopping Bag Check Pixel Art Icon
A shopping bag with a checkmark for completed purchases, order confirmations, successful checkouts and fulfilled orders.
Tags
shoppingcartbagpurseluggagechecktickconfirmdoneapprove
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Shopping Bag Check icon
A shopping bag overlaid with a check mark, signaling that a purchase or order has been successfully completed. E-commerce checkout flows use it on the Order confirmed screen; loyalty apps show it when a qualifying purchase has been logged; pick-and-pack systems use it to mark an order as fully picked. It is the positive end state of the shopping flow. For an order in progress, the plain shopping-bag is neutral; shopping-bag-delete represents the negative outcome.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/shopping-bag-check.svg" width="24" height="24" alt="Shopping Bag Check" />
<!-- React -->
import { ShoppingBagCheck } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="shopping-bag-check.svg" width="48" height="48" style="image-rendering: pixelated" />