Kaiteki Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kaiteki 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/327798.svg" alt="Kaiteki icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327798.svg" alt="Kaiteki icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327798.svg" alt="Kaiteki icon" :width="24" :height="24" />
CSS background
.icon-kaiteki {
background-image: url('https://proicons.com/icon/327798.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="f" d="m18.9873,38.1598c0,3.0237-2.4528,5.4749-5.4785,5.4749s-5.4785-2.4512-5.4785-5.4749V10.116c0-3.0237,2.4528-5.4749,5.4785-5.4749s5.4785,2.4512,5.4785,5.4749v28.0438Z"/><path id="d" class="f" d="m18.9945,17.9733l11.7396-11.7319c2.1395-2.1381,5.6083-2.1381,7.7477,0s2.1395,5.6046,0,7.7426l-19.4798,19.4669"/><path id="e" class="f" d="m27.1929,25.7185l8.5788,8.5732c2.1395,2.1381,2.1395,5.6045,0,7.7426-2.1395,2.1381-5.6083,2.1381-7.7477,0l-8.443-8.4374"/></g></svg>
Copied!