Kinnu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kinnu 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/327958.svg" alt="Kinnu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327958.svg" alt="Kinnu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327958.svg" alt="Kinnu icon" :width="24" :height="24" />
CSS background
.icon-kinnu {
background-image: url('https://proicons.com/icon/327958.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="m17.8407,13.9148c6.7816-4.9664,18.5494-11.3905,21.6464-6.8918,2.8048,4.0742-6.8678,10.3502-12.1506,16.0299-5.073,5.4543-13.9022,16.1055-17.4856,13.8858-4.1857-2.5928,1.4699-18.2491,7.9898-23.0239Z"/><path id="d" class="e" d="m9.6978,11.1325c-3.8094,2.8894-1.1041,14.0746,7.5558,22.4623,10.1811,9.8612,20.4256,9.8864,21.9782,7.8108,2.9136-3.895-5.9931-10.7574-11.8953-16.6681-5.2405-5.2479-14.5656-15.936-17.6388-13.605Z"/></svg>
Copied!