Kaidan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kaidan 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/342355.svg" alt="Kaidan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342355.svg" alt="Kaidan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342355.svg" alt="Kaidan icon" :width="24" :height="24" />
CSS background
.icon-kaidan {
background-image: url('https://proicons.com/icon/342355.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="M24,2.5A21.4711,21.4711,0,0,0,6.6931,36.7178,21.3452,21.3452,0,0,0,2.8748,43.05a.9953.9953,0,0,0,.7282,1.343C5.6064,44.8057,9.1121,45.5,24,45.5a21.5,21.5,0,0,0,0-43Z"/><line class="a" x1="14.5" y1="15.3505" x2="33.5" y2="15.3505"/><line class="a" x1="22.5" y1="32.6495" x2="33.5" y2="32.6495"/><line class="a" x1="14.5" y1="32.6495" x2="18.5" y2="32.6495"/><line class="a" x1="10.5" y1="24" x2="37.5" y2="24"/></svg>
Copied!