Poco Store Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Poco 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/331432.svg" alt="Poco Store icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331432.svg" alt="Poco Store icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331432.svg" alt="Poco Store icon" :width="24" :height="24" />
CSS background
.icon-poco-store {
background-image: url('https://proicons.com/icon/331432.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="j" d="M9.5,5.5h29c2.2159996,0,4,1.78399992,4,4v29c0,2.2159996-1.7840004,4-4,4H9.5c-2.21600008,0-4-1.7840004-4-4V9.5c0-2.21600008,1.78399992-4,4-4Z"/><path id="f" class="j" d="M9.74300003,28v-8h2.61899948c1.48233128.00165558,2.68265629,1.20466614,2.68099976,2.68699646v.00000381c0,1.48399925-1.19999981,2.68600082-2.68099976,2.68600082h-2.61899948"/><path id="g" class="j" d="M30.5189991,25.31699944v.03300095c0,1.46355438-1.18644524,2.64999962-2.64999962,2.64999962h0c-1.46355438,0-2.64999962-1.18644524-2.64999962-2.64999962v-2.70000076c0-1.46355438,1.18644524-2.64999962,2.64999962-2.64999962h0c1.46355438,0,2.64999962,1.18644524,2.64999962,2.64999962v.03300095"/><path id="h" class="j" d="M20.13100052,20h0c1.4602375-.00331688,2.64668274,1.17774963,2.64999962,2.63798714.00000954.00400352.00000954.00800896,0,.01201248v2.70000076c.00331688,1.4602375-1.17774963,2.64668274-2.63798714,2.64999962-.00400352.00000954-.00800896.00000954-.01201248,0h0c-1.4602375.00331688-2.64668274-1.17774963-2.64999962-2.63798714-.00000954-.00400352-.00000954-.00800896,0-.01201248v-2.70000076c-.00331688-1.4602375,1.17774963-2.64668274,2.63798714-2.64999962.00400352-.00000954.00800896-.00000954.01201248,0Z"/><path id="i" class="j" d="M35.60699844,20h0c1.4602356-.00331879,2.64668274,1.17774773,2.65000153,2.63798523.00000763.00400543.00000763.00800896,0,.01201439v2.70000076c.00331879,1.4602375-1.17774963,2.64668274-2.63798523,2.64999962-.00400543.00000954-.00801086.00000954-.0120163,0h0c-1.4602356.00331879-2.64668274-1.17774773-2.65000153-2.63798523-.00000763-.00400543-.00000763-.00800896,0-.01201439v-2.70000076c-.00331879-1.4602375,1.17774963-2.64668274,2.63798523-2.64999962.00400543-.00000954.00801086-.00000954.0120163,0Z"/></svg>
Copied!