Kseb Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kseb 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/328093.svg" alt="Kseb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328093.svg" alt="Kseb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328093.svg" alt="Kseb icon" :width="24" :height="24" />
CSS background
.icon-kseb {
background-image: url('https://proicons.com/icon/328093.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><line class="c" x1="8.9418" y1="19.5706" x2="8.9418" y2="28.4226"/><polyline class="c" points="13.6998 28.4226 10.0594 23.9966 13.6998 19.6005"/><line class="c" x1="10.0594" y1="23.9966" x2="8.9418" y2="23.9966"/><path class="c" d="M16.9396,27.4533c.5428.7067,1.2235.9699,2.1704.9699h1.3105c1.2196,0,2.2082-.9887,2.2082-2.2082v-.0095c0-1.2196-.9887-2.2082-2.2082-2.2082h-1.4456c-1.2209,0-2.2106-.9897-2.2106-2.2106h0c0-1.2236.9919-2.2154,2.2154-2.2154h1.3033c.9469,0,1.6276.2632,2.1704.9699"/><line class="c" x1="25.6909" y1="23.9966" x2="28.5767" y2="23.9966"/><polyline class="c" points="30.1169 28.4226 25.6909 28.4226 25.6909 19.5706 30.1169 19.5706"/><path class="c" d="M36.8323,23.9966c1.2222,0,2.213.9908,2.213,2.213s-.9908,2.213-2.213,2.213h-3.6514v-8.852h3.6514c1.2222,0,2.213.9908,2.213,2.213s-.9908,2.213-2.213,2.213Z"/><line class="c" x1="36.8323" y1="23.9966" x2="33.1808" y2="23.9966"/></g><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!