Kai Access Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kai Access 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/327795.svg" alt="Kai Access icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327795.svg" alt="Kai Access icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327795.svg" alt="Kai Access icon" :width="24" :height="24" />
CSS background
.icon-kai-access {
background-image: url('https://proicons.com/icon/327795.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M22.7262,24.4088,30.3581,24.2523l3.8301,13.7874h-8.2141l-1.9078-8.0021M16.7397,28.0422l4.0106-9.4022h.6056l1.4792,6.2104"/><path class="b" d="M43.5,14.0295L6.5634,33.3709,15.7499,12.61c.916-2.0706,2.5134-2.6497,4.5802-2.6497h6.0603l3.1584,11.3745"/><polyline class="b" points="24.0662 30.0413 12.4113 38.0397 4.5 38.0397 4.5 38.0397 43.5 17.1228"/></svg>
Copied!