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/308430.svg" alt="Store Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308430.svg" alt="Store Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308430.svg" alt="Store Svg icon" :width="24" :height="24" />
CSS background
.icon-store---svg {
background-image: url('https://proicons.com/icon/308430.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="M9 8L7.1094 9.2604C6.47351 9.68433 5.65537 9.70699 5 9.32837V21H19V9.32837C18.3446 9.70699 17.5265 9.68433 16.8906 9.2604L15 8L13.1094 9.2604C12.4376 9.70827 11.5624 9.70827 10.8906 9.2604L9 8Z" fill="#58CC02" stroke="#58CC02" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M14 21V16C14 14.8954 13.1046 14 12 14C10.8954 14 10 14.8954 10 16V21H14Z" fill="#D7FFB8" stroke="#D7FFB8" stroke-width="2"/> <path d="M3 21H5H19H21" stroke="#58A700" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M3.60269 6.49328L4.49711 4.25722C4.80084 3.4979 5.53626 3 6.35407 3H17.6459C18.4637 3 19.1992 3.4979 19.5029 4.25722L20.3973 6.49328C20.7486 7.37141 20.4367 8.37554 19.6498 8.90016L19.1094 9.2604C19.0735 9.28434 19.037 9.307 19 9.32837C18.3446 9.70699 17.5265 9.68433 16.8906 9.2604L15 8L13.1094 9.2604C12.4376 9.70827 11.5624 9.70827 10.8906 9.2604L9 8L7.1094 9.2604C6.47351 9.68433 5.65537 9.70699 5 9.32837C4.96299 9.307 4.92651 9.28434 4.8906 9.2604L4.35024 8.90016C3.56331 8.37554 3.25144 7.37141 3.60269 6.49328Z" fill="#58A700" stroke="#58A700" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!