Kanapkaman Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kanapkaman 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/342378.svg" alt="Kanapkaman icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342378.svg" alt="Kanapkaman icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342378.svg" alt="Kanapkaman icon" :width="24" :height="24" />
CSS background
.icon-kanapkaman {
background-image: url('https://proicons.com/icon/342378.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="M22.9394,15.7906c5.4189-1.1084,18.5522-3.78,19.2176,4.3652a63.3149,63.3149,0,0,1-15.7041,5.217C18.3879,26.73,7.9407,28.43,6.65,23.9488,5.2656,19.1444,14.7414,17.4675,22.9394,15.7906Z"/><path class="a" d="M30.7082,14.5751c1.0561.2853,1.5175,2.1471,1.6005,3.5578"/><path class="a" d="M22.9394,15.7906c.8518.3993,1.73,2.9545,1.7568,3.8329"/><path class="a" d="M14.9882,17.5256a5.0138,5.0138,0,0,1,2.1487,4.0676"/><path class="a" d="M42.157,20.1558c.346.9849,1.5305,1.61,1.3176,2.7017s-2.2758,1.0381-2.4355,1.6636-.4126,1.5438-.9449,1.8232-1.75-.2861-2.2225,0-1.2215,1.7913-2.1826,2.1826c-1.1113.4525-1.9364-2.0828-2.8614-1.8765S30.8713,29.372,29.82,29.3521s-1.97-2.1627-3.234-2.2359-1.6571,2.1682-3.1808,2.236c-1.0447.0465-1.377-1.3822-2.0362-1.3576-2.0528.0765-3.97,3.0056-5.736,3.061-2.8646.09-3.4436-2.4255-4.8842-2.6617-.9472-.1554-2.0329.9349-3.1142.6521-.5965-.156-.1623-1.742-1.12-2.1945s-1.6211.5376-2.007-.8332c-.1256-.4461,1.4572-1.75,2.1426-2.07"/><path class="a" d="M5.6553,26.7408c.0163,1.5-.35,5.0467,1.9926,6.1114,3.2821,1.4919,13.435.12,18.6453-.3992s14.6727-3.1142,15.4513-4.9508a4.5276,4.5276,0,0,0,0-3.4652"/></svg>
Copied!