Bag A Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Bag A 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/310535.svg" alt="Bag A icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310535.svg" alt="Bag A icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310535.svg" alt="Bag A icon" :width="24" :height="24" />
CSS background
.icon-bag-a {
background-image: url('https://proicons.com/icon/310535.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="M6.45001 9.23038H17.55C18.0407 9.23038 18.5112 9.4252 18.8582 9.77199C19.2051 10.1188 19.4 10.5891 19.4 11.0796V17.5517C19.4 18.5325 19.0102 19.4732 18.3163 20.1668C17.6224 20.8604 16.6813 21.25 15.7 21.25H8.30001C7.31871 21.25 6.3776 20.8604 5.68371 20.1668C4.98983 19.4732 4.60001 18.5325 4.60001 17.5517V11.0796C4.60001 10.5891 4.79492 10.1188 5.14186 9.77199C5.4888 9.4252 5.95936 9.23038 6.45001 9.23038Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M16.625 11.5531V7.3812C16.6261 6.7737 16.5074 6.17194 16.2756 5.61033C16.0439 5.04872 15.7037 4.53827 15.2745 4.10816C14.8449 3.67764 14.3345 3.33607 13.7726 3.10302C13.2107 2.86996 12.6083 2.75 12 2.75C11.3916 2.75 10.7893 2.86996 10.2274 3.10302C9.66549 3.33607 9.15511 3.67764 8.72549 4.10816C8.29628 4.53827 7.95608 5.04872 7.72435 5.61033C7.49262 6.17194 7.37391 6.7737 7.37499 7.3812L7.37499 11.5531" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!