Skilter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Skilter 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/332833.svg" alt="Skilter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332833.svg" alt="Skilter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332833.svg" alt="Skilter icon" :width="24" :height="24" />
CSS background
.icon-skilter {
background-image: url('https://proicons.com/icon/332833.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="M21.1443,17.1057A9.75,9.75,0,1,0,24,24"/><path class="a" d="M26.8557,30.8943A9.75,9.75,0,1,0,24,24"/><circle class="a" cx="14.25" cy="24" r="6.25"/><circle class="a" cx="33.75" cy="24" r="6.25"/><line class="a" x1="11.75" y1="26.5" x2="16.75" y2="21.5"/><line class="a" x1="11.75" y1="21.5" x2="16.75" y2="26.5"/><polyline class="a" points="37.199 21.846 32.532 26.513 30.199 24.179"/></svg>
Copied!