Zapstore Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zapstore 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/350105.svg" alt="Zapstore icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350105.svg" alt="Zapstore icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350105.svg" alt="Zapstore icon" :width="24" :height="24" />
CSS background
.icon-zapstore {
background-image: url('https://proicons.com/icon/350105.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M25.89625452,23.75211124h8.6468629c.68565877,0,1.08580101-.77363224.68957133-1.33321242L22.83898728,4.91574325c-.62778861-.8866021-2.01601319-.23310026-1.73272917.81567616l2.96197722,10.96585636c.11062919.40957229-.19785771.81243964-.62210797.81243964h-9.98933827c-.66942386,0-1.07299795.74138078-.70961691,1.30359295l10.24727668,15.85427713-3.63324778,1.01335482c-.61388192.17121877-.76765057.97047307-.26112114,1.35724795l8.09299339,6.17963393c.76577464.58472888,1.87992667.21806048,2.14877449-.70716356l2.76159187-9.50385671c.22265351-.766249-.5381812-1.45074963-1.27671438-1.14862242l-3.54280892,1.44933092-2.01567781-8.76659873c-.09281264-.40366131.21382198-.78880046.62801594-.78880046Z"/></svg>
Copied!