Zappka Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zappka 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/335545.svg" alt="Zappka icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335545.svg" alt="Zappka icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335545.svg" alt="Zappka icon" :width="24" :height="24" />
CSS background
.icon-zappka {
background-image: url('https://proicons.com/icon/335545.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><path class="c" d="M9.5,42.5h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4Z"/><polyline class="c" points="7.6206 21.35 11.6206 21.35 7.6206 26.65 11.6206 26.65"/><line class="c" x1="31.2297" y1="18.65" x2="31.2297" y2="26.65"/><line class="c" x1="31.2305" y1="24.9506" x2="34.8516" y2="21.3471"/><line class="c" x1="32.3829" y1="23.8038" x2="35.2297" y2="26.638"/><path class="c" d="M17.1238,24.65c0,1.1046-.8954,2-2,2h0c-1.1046,0-2-.8954-2-2v-1.3c0-1.1046.8954-2,2-2h0c1.1046,0,2,.8954,2,2"/><line class="c" x1="17.1238" y1="26.65" x2="17.1238" y2="21.35"/><path class="c" d="M40.3794,24.65c0,1.1046-.8954,2-2,2h0c-1.1046,0-2-.8954-2-2v-1.3c0-1.1046.8954-2,2-2h0c1.1046,0,2,.8954,2,2"/><line class="c" x1="40.3794" y1="26.65" x2="40.3794" y2="21.35"/><path class="c" d="M19.2016,24.65c0,1.1046.8954,2,2,2h0c1.1046,0,2-.8954,2-2v-1.3c0-1.1046-.8954-2-2-2h0c-1.1046,0-2,.8954-2,2"/><line class="c" x1="19.2016" y1="21.35" x2="19.2016" y2="29.35"/><path class="c" d="M25.2156,24.65c0,1.1046.8954,2,2,2h0c1.1046,0,2-.8954,2-2v-1.3c0-1.1046-.8954-2-2-2h0c-1.1046,0-2,.8954-2,2"/><line class="c" x1="25.2156" y1="21.35" x2="25.2156" y2="29.35"/><path class="c" d="M13.1313,30.8434c4.8796,3.2053,11.197,3.2053,16.0767,0"/><circle class="d" cx="9.6206" cy="19.6" r=".75"/></svg>
Copied!