Bag Personal Fill Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Bag Personal Fill 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/311166.svg" alt="Bag Personal Fill icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311166.svg" alt="Bag Personal Fill icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311166.svg" alt="Bag Personal Fill icon" :width="24" :height="24" />
CSS background
.icon-bag-personal-fill {
background-image: url('https://proicons.com/icon/311166.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M3 8H4V6H6V5H7V2H8V1H14V2H15V5H16V6H18V8H19V20H18V21H4V20H3V8M9 3V5H13V3H9M17 14H5V15H7V17H8V15H17V14M12 11H13V9H12V8H10V9H9V11H10V12H12V11Z"/></svg>
Copied!