Kvsitso Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kvsitso 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/342683.svg" alt="Kvsitso icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342683.svg" alt="Kvsitso icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342683.svg" alt="Kvsitso icon" :width="24" :height="24" />
CSS background
.icon-kvsitso {
background-image: url('https://proicons.com/icon/342683.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="M5.5,21.4684,21.4684,5.5"/><path class="a" d="M26.6289,5.5,42.5,21.4684"/><path class="a" d="M8.2263,21.3711V42.5H39.5789V21.3711"/><rect class="a" x="11.4395" y="23.8053" width="6.8596" height="6.8596" rx="1.4605"/><rect class="a" x="20.4947" y="23.8053" width="6.8596" height="6.8596" rx="1.4605"/><rect class="a" x="29.55" y="23.8053" width="6.8596" height="6.8596" rx="1.4605"/><rect class="a" x="11.4395" y="32.7632" width="6.8596" height="6.8596" rx="1.4605"/><rect class="a" x="20.4947" y="32.7632" width="6.8596" height="6.8596" rx="1.4605"/><rect class="a" x="29.55" y="32.7632" width="6.8596" height="6.8596" rx="1.4605"/></svg>
Copied!