Bag B Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Bag B 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/310536.svg" alt="Bag B icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310536.svg" alt="Bag B icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310536.svg" alt="Bag B icon" :width="24" :height="24" />
CSS background
.icon-bag-b {
background-image: url('https://proicons.com/icon/310536.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.45 9.23038H17.55C18.0406 9.23038 18.5112 9.4252 18.8581 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.3C7.3187 21.25 6.37759 20.8604 5.6837 20.1668C4.98982 19.4732 4.6 18.5325 4.6 17.5517V11.0796C4.6 10.5891 4.79491 10.1188 5.14185 9.77199C5.48879 9.4252 5.95935 9.23038 6.45 9.23038Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M7.37499 9.23037V7.3812C7.37391 6.7737 7.49262 6.17194 7.72435 5.61033C7.95608 5.04872 8.29628 4.53827 8.72549 4.10816C9.15511 3.67764 9.66549 3.33607 10.2274 3.10302C10.7893 2.86996 11.3916 2.75 12 2.75C12.6083 2.75 13.2107 2.86996 13.7726 3.10302C14.3345 3.33607 14.8449 3.67764 15.2745 4.10816C15.7037 4.53827 16.0439 5.04872 16.2756 5.61033C16.5074 6.17194 16.6261 6.7737 16.625 7.3812V9.23037" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!