Shopping Bag Delete Pixel Art Icon
A shopping bag with a delete symbol for removing items from a cart, clearing a bag and canceling purchases.
Tags
shoppingcartbagpurseluggagedeleteremovetrasherase
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Shopping Bag Delete icon
A shopping bag combined with a delete or trash indicator, communicating the act of emptying or removing a purchase. Cart interfaces use it on a 'Clear bag' button; order-management tools show it when an entire order is deleted before fulfillment; wishlist managers reach for it when a user removes a saved item. Shopping-bag-minus is the softer counterpart when only one item quantity is decremented; shopping-bag-delete implies removing the whole record rather than adjusting a count.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/shopping-bag-delete.svg" width="24" height="24" alt="Shopping Bag Delete" />
<!-- React -->
import { ShoppingBagDelete } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="shopping-bag-delete.svg" width="48" height="48" style="image-rendering: pixelated" />