Store Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Store 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/309038.svg" alt="Store Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309038.svg" alt="Store Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309038.svg" alt="Store Svg icon" :width="24" :height="24" />
CSS background
.icon-store---svg {
background-image: url('https://proicons.com/icon/309038.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="M3.56864 3.88583C4.02423 2.74685 5.12735 2 6.35407 2H17.6459C18.8726 2 19.9758 2.74685 20.4314 3.88583L21.3258 6.12189C21.8527 7.43908 21.3849 8.94528 20.2045 9.73221L20 9.86852V20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H19H5H3C2.44772 22 2 21.5523 2 21C2 20.4477 2.44772 20 3 20H4V9.86852L3.79554 9.73221C2.61514 8.94528 2.14733 7.43908 2.67421 6.12189L3.56864 3.88583ZM6 10.5963V20H9V16C9 14.3431 10.3431 13 12 13C13.6569 13 15 14.3431 15 16V20H18V10.5963C17.4199 10.5963 16.8398 10.4284 16.3359 10.0925L15 9.20185L13.6641 10.0925C12.6564 10.7642 11.3436 10.7642 10.3359 10.0925L9 9.20185L7.6641 10.0925C7.16022 10.4284 6.58013 10.5963 6 10.5963ZM13 20V16C13 15.4477 12.5523 15 12 15C11.4477 15 11 15.4477 11 16V20H13Z" fill="#292929"/> </svg>
Copied!