Snikket Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Snikket 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/347566.svg" alt="Snikket icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347566.svg" alt="Snikket icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347566.svg" alt="Snikket icon" :width="24" :height="24" />
CSS background
.icon-snikket {
background-image: url('https://proicons.com/icon/347566.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M34.75,42.6236A21.4875,21.4875,0,1,1,42.8216,34.4"/><path class="a" d="M34.75,42.6237a21.5072,21.5072,0,0,1,0-37.2474"/><path class="a" d="M24.0112,23.3A21.4944,21.4944,0,0,1,42.8217,34.4"/><path class="a" d="M38.2857,28.7335a21.5153,21.5153,0,0,1-24.2625,2.982"/><circle class="a" cx="17.243" cy="13.6168" r="4.5"/><path class="a" d="M18.8036,13.6168a1.5558,1.5558,0,0,1-1.2636-2.47,2.4668,2.4668,0,0,0-.297-.03,2.5,2.5,0,1,0,2.5,2.5,2.4668,2.4668,0,0,0-.03-.297A1.5485,1.5485,0,0,1,18.8036,13.6168Z"/><path class="a" d="M4.481,33.0414A11.9318,11.9318,0,0,1,5.4984,37.88a11.9411,11.9411,0,0,1-2.6336,7.49,12.0251,12.0251,0,0,0,1.6714.13,11.9577,11.9577,0,0,0,8.1644-3.2055"/></svg>
Copied!