Zapp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zapp 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/335544.svg" alt="Zapp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335544.svg" alt="Zapp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335544.svg" alt="Zapp icon" :width="24" :height="24" />
CSS background
.icon-zapp {
background-image: url('https://proicons.com/icon/335544.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M14.1142,43.7049l3.0764-7.7839"/><path class="a" d="M32.106,34.6161l4.3813,7.1314"/><path class="a" d="M15.3261,36.0841,33.97,34.4529c2.6367-.2306,5.3346-3.4459,5.1039-6.0826l-.9787-11.1865c-.2306-2.6367-3.4459-5.3347-6.0826-5.104L13.3687,13.711c-2.6366.2307-5.3346,3.4459-5.1039,6.0826L9.2435,30.98C9.4742,33.6169,12.6894,36.3148,15.3261,36.0841Z"/><path class="a" d="M19.6645,13.16l-3.064-4.9845"/><path class="a" d="M23.3086,12.8414,24.7174,8.082"/><circle class="a" cx="15.6299" cy="6.5765" r="1.8715"/><circle class="a" cx="24.918" cy="6.5046" r="1.5908"/></svg>
Copied!