Kexp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kexp 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/327891.svg" alt="Kexp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327891.svg" alt="Kexp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327891.svg" alt="Kexp icon" :width="24" :height="24" />
CSS background
.icon-kexp {
background-image: url('https://proicons.com/icon/327891.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="M33.4263,43.5v-8.8297h2.8906c1.6343,0,2.9591,1.3277,2.9591,2.9654s-1.3248,2.9654-2.9591,2.9654h-2.8906"/><path class="b" d="M24.346,34.6703l5.8497,8.8297"/><path class="b" d="M30.1957,34.6703l-5.8497,8.8297"/><path class="b" d="M16.7006,39.0851h2.8785"/><path class="b" d="M21.1154,43.5h-4.4149v-8.8297h4.4149"/><path class="b" d="M8.724,34.6703v8.8297"/><path class="b" d="M8.724,40.4245l4.746-5.7245"/><path class="b" d="M13.47,43.5l-3.6355-4.4149"/><rect class="b" x="8.7673" y="7.4714" width="4.9667" height="23.5443" rx=".5519" ry=".5519"/><rect class="b" x="17.2403" y="14.1184" width="4.9667" height="16.8971" rx=".5519" ry=".5519"/><rect class="b" x="34.1868" y="9.9536" width="4.9667" height="21.062" rx=".5519" ry=".5519"/><rect class="b" x="25.7135" y="4.5" width="4.9667" height="26.5156" rx=".5519" ry=".5519"/></svg>
Copied!