Emoji Convenience Store Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Convenience 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/325218.svg" alt="Emoji Convenience Store icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325218.svg" alt="Emoji Convenience Store icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325218.svg" alt="Emoji Convenience Store icon" :width="24" :height="24" />
CSS background
.icon-emoji-convenience-store {
background-image: url('https://proicons.com/icon/325218.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.l{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="l" d="m17.0284,19.9506h26.4188v12.5164H4.5528v-12.5164h2.2016"/><path id="d" class="l" d="m11.8914,32.467v-7.3626"/><path id="e" class="l" d="m6.7544,19.2143c0,2.0331,2.2999,3.6813,5.137,3.6813s5.137-1.6482,5.137-3.6813-2.2999-3.6813-5.137-3.6813-5.137,1.6482-5.137,3.6813"/><path id="f" class="l" d="m8.2221,25.1044h7.3386v7.3626h-7.3386v-7.3626"/><path id="g" class="l" d="m18.4961,25.1044h7.3386v7.3626h-7.3386v-7.3626"/><path id="h" class="l" d="m25.8346,25.1044h7.3386v7.3626h-7.3386v-7.3626"/><path id="i" class="l" d="m33.1732,25.1044h7.3386v7.3626h-7.3386v-7.3626"/><path id="j" class="l" d="m9.1727,18.6296c0-.7077.639-1.2657,1.3698-1.1248.4793.0924.8621.5083.9098.9957.0355.3625-.0788.7202-.3284.94-.4624.4071-1.9512,1.5042-1.9512,1.5042h2.2859"/><path id="k" class="l" d="m14.4847,20.9448l-.0002-3.4611-1.8496,2.3248h2.2832"/></svg>
Copied!