Do Kapsy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Do Kapsy 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/339198.svg" alt="Do Kapsy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339198.svg" alt="Do Kapsy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339198.svg" alt="Do Kapsy icon" :width="24" :height="24" />
CSS background
.icon-do-kapsy {
background-image: url('https://proicons.com/icon/339198.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><polyline class="a" points="31.486 26.958 31.486 43.5 8.261 43.5 8.261 4.5 31.486 4.5 31.486 7.166"/><path class="a" d="M17.6461,14.7978c6.0252,3.2134,14.4972,3.2134,22.0927-4.0534"/><path class="a" d="M17.2079,26.9579c2.7752-3.4691,10.6629-11.3568,22.2387-4.82"/><circle class="a" cx="26.7753" cy="11.8034" r="3.2865"/></svg>
Copied!