Zecke Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zecke 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/350116.svg" alt="Zecke icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350116.svg" alt="Zecke icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350116.svg" alt="Zecke icon" :width="24" :height="24" />
CSS background
.icon-zecke {
background-image: url('https://proicons.com/icon/350116.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="M5.5,20.6777c.5737-1.8587,2.7765-2.7307,4.7959-.7113s2.3822,3.689,5.3194,4.3315" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M9.8254,29.0074c1.394-.8777,3.2699.8949,5.0597.8605s3.2106-1.4757,5.2968-1.5898" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M23.5531,29.7463c-3.1952.7412-5.2056,2.5239-5.5185,5.3018-.108.959-1.308.8605-1.308.8605" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M22.4232,42.5c.8777-1.8415-1.2845-4.4636.3043-7.085s3.5787-2.8668,3.6508-4.9986" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M20.6777,5.5c-1.8587.5737-2.7307,2.7765-.7113,4.7959s3.689,2.3822,4.3315,5.3194" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M30.5341,30.5341l3.4527.7121-3.3961-3.3961c-.2983-3.7862-1.7898-7.9854-4.9335-11.1291-3.1437-3.1437-7.8936-3.0749-9.9524-1.0161s-2.1276,6.8087,1.0161,9.9524c3.1437,3.1437,7.3429,4.6352,11.1291,4.9335l3.3961,3.3961-.7121-3.4527Z" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M29.0074,9.8254c-.8777,1.394.8949,3.2699.8605,5.0597s-1.4757,3.2106-1.5898,5.2968" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M29.7463,23.5531c.7412-3.1952,2.5239-5.2056,5.3018-5.5185.959-.108.8605-1.308.8605-1.308" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M42.5,22.4232c-1.8415.8777-4.4636-1.2845-7.085.3043s-2.8668,3.5787-4.9986,3.6508" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M30.1801,25.1473c-.4772-2.6387-5.7162-3.9288-7.9757-2.9429-.986,2.2595.3042,7.4985,2.9429,7.9757" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><polyline points="30.4914 26.9017 28.5599 26.9017 28.3973 28.3973 26.9017 28.5599 26.9017 30.4914" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!