Bag Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The 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/304961.svg" alt="Bag icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304961.svg" alt="Bag icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304961.svg" alt="Bag icon" :width="24" :height="24" />
CSS background
.icon-bag {
background-image: url('https://proicons.com/icon/304961.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M882 264c0-30-24-55-54-55h-65c-1-4-4-8-6-13-15-27-36-51-62-71-53-40-122-63-195-63s-143 23-195 63c-26 21-47 45-62 72-3 4-5 8-7 12h-64c-30 0-54 25-54 56v94h764v-95zm-560-55c7-9 16-17 26-25 40-31 94-48 152-48s112 18 152 48c10 8 18 16 26 25H322zm578 554H100l18-383h764l18 383zm3 67H96l3-51h802l2 51zm3 49c1 32-23 59-54 59H148c-31 0-56-27-54-59l2-32h808l2 32z"/></svg>
Bag in other icon packs
Copied!