Zapmap Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zapmap 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/350102.svg" alt="Zapmap icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350102.svg" alt="Zapmap icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350102.svg" alt="Zapmap icon" :width="24" :height="24" />
CSS background
.icon-zapmap {
background-image: url('https://proicons.com/icon/350102.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"><path d="M15.1096,7.3031c5.3377-3.7375,12.443-3.7375,17.781,0,5.3377,3.7375,7.7679,10.414,6.0814,16.709-2.8758,10.733-14.972,19.488-14.972,19.488,0,0-12.096-8.7557-14.972-19.488-1.6865-6.2941.7437-12.971,6.0814-16.709h.0002Z" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M19.3016,39.487l11.698-15.987h-14L30.0146,5.714" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!