Kx Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Kx 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/314952.svg" alt="Kx icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314952.svg" alt="Kx icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314952.svg" alt="Kx icon" :width="24" :height="24" />
CSS background
.icon-kx {
background-image: url('https://proicons.com/icon/314952.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>KX</title><path d="M0 5.873h3.59v12.254H0V5.873Zm11.746 0L7.65 12l4.097 6.127H7.65L3.59 12l4.06-6.127h4.097Zm12.254 0L19.903 12 24 18.127h-4.097l-2.03-3.045-2.03 3.045h-4.097L15.843 12l-4.097-6.127h4.097l2.03 3.082 2.03-3.082H24Z"/></svg>
Copied!