Kaspikz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kaspikz 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/327842.svg" alt="Kaspikz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327842.svg" alt="Kaspikz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327842.svg" alt="Kaspikz icon" :width="24" :height="24" />
CSS background
.icon-kaspikz {
background-image: url('https://proicons.com/icon/327842.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><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M14.6467,43.3634c-.5346-4.02-.3663-8.8149.8533-9.0672s1.7205,6.9922,1.7434,10.12"/><path class="a" d="M10.8371,41.0006c1.6769-6.9147-.3838-12.0876-.5521-13.4334s1.59-4.9622,1.472-7.6962c-.1682-3.9113,2.9439-5.7617,2.9439-7.2337s-.0841-6.014,3.4066-5.8878-.8029,4.542-.8641,5.8458,2.5884,1.7663,3.85,5.7616,1.9345,4.9206,5.1308,4.4159,5.5514-1.85,5.257-3.3645-1.43-5.3411,2.4393-6.0981-.1683,4.8365,0,5.7617,2.1869,1.472,3.9953-1.0094,3.028-4.4579,4.0794-3.1962-1.7243,4.7944-3.4065,6.35a6.4033,6.4033,0,0,0-2.3552,6.4766c.715,3.9533,1.7562,7.317,4.0323,10.3664"/><path class="a" d="M21.39,45.3425c-1.0532-4.6958-1.5578-13.3173-.6746-16.4715s3.2383-4.458,6.5607-1.9767,3.2582,17.5941,3.2582,17.5941"/><path class="a" d="M34.6,42.709c-1.5919-2.9323-1.6467-7.3193-.2589-7.9922s3.1621,6.0138,3.1621,6.0138"/></svg>
Copied!