Shopping Bag Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Shopping Bag Svg 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/309034.svg" alt="Shopping Bag Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309034.svg" alt="Shopping Bag Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309034.svg" alt="Shopping Bag Svg icon" :width="24" :height="24" />
CSS background
.icon-shopping-bag---svg {
background-image: url('https://proicons.com/icon/309034.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 fill-rule="evenodd" clip-rule="evenodd" d="M9 8C9 6.34315 10.3431 5 12 5C13.6569 5 15 6.34315 15 8H9ZM7 8C7 5.23858 9.23858 3 12 3C14.7614 3 17 5.23858 17 8H20C20.281 8 20.549 8.11819 20.7384 8.32566C20.9279 8.53313 21.0213 8.81073 20.9959 9.09054L20.1613 18.2716C20.0208 19.8168 18.7252 21 17.1736 21H6.82643C5.27482 21 3.97923 19.8168 3.83875 18.2716L3.00411 9.09054C2.97867 8.81073 3.07212 8.53313 3.26158 8.32566C3.45104 8.11819 3.71904 8 4 8H7Z" fill="#292929"/> </svg>
Copied!