Shopping Bag Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Shopping Bag icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/309338.svg" alt="Shopping Bag icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309338.svg" alt="Shopping Bag icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309338.svg" alt="Shopping Bag icon" :width="24" :height="24" />
CSS background
.icon-shopping-bag {
background-image: url('https://proicons.com/icon/309338.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M4 9H20L19.1654 18.1811C19.0717 19.2112 18.208 20 17.1736 20H6.82643C5.79202 20 4.92829 19.2112 4.83464 18.1811L4 9Z" stroke="#292929" stroke-width="1.5" stroke-linejoin="round"/> <path d="M8 11V8C8 5.79086 9.79086 4 12 4C14.2091 4 16 5.79086 16 8V11" stroke="#292929" stroke-width="1.5" stroke-linecap="round"/> </svg>
Shopping Bag in other icon packs
Copied!