Store Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Store 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/318939.svg" alt="Store icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318939.svg" alt="Store icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318939.svg" alt="Store icon" :width="24" :height="24" />
CSS background
.icon-store {
background-image: url('https://proicons.com/icon/318939.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>shop</title><path d="M30,10.68l-2-6A1,1,0,0,0,27,4H5a1,1,0,0,0-1,.68l-2,6A1.19,1.19,0,0,0,2,11v6a1,1,0,0,0,1,1H4V28H6V18h6V28H28V18h1a1,1,0,0,0,1-1V11A1.19,1.19,0,0,0,30,10.68ZM26,26H14V18H26Zm2-10H24V12H22v4H17V12H15v4H10V12H8v4H4V11.16L5.72,6H26.28L28,11.16Z" transform="translate(0)"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Store in other icon packs
Copied!