Kasts Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kasts 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/327843.svg" alt="Kasts icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327843.svg" alt="Kasts icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327843.svg" alt="Kasts icon" :width="24" :height="24" />
CSS background
.icon-kasts {
background-image: url('https://proicons.com/icon/327843.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="18.8045" r="3.2696"/><line class="a" x1="24.9448" y1="21.9354" x2="32.4725" y2="43.5"/><line class="a" x1="23.0552" y1="21.9354" x2="15.5275" y2="43.5"/><polyline class="a" points="26.653 26.828 19.548 31.982 31.435 40.527"/><path class="a" d="M29.5859,25.3208a8.5826,8.5826,0,1,0-10.9989.1445"/><path class="a" d="M31.3684,31.0676a14.3044,14.3044,0,1,0-14.7049.0192"/></svg>
Copied!