Splitser Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Splitser 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/333198.svg" alt="Splitser icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333198.svg" alt="Splitser icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333198.svg" alt="Splitser icon" :width="24" :height="24" />
CSS background
.icon-splitser {
background-image: url('https://proicons.com/icon/333198.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M25.75,34.6a3.66,3.66,0,0,1-2.58-1.06l-7.46-7.47a3.65,3.65,0,0,1,5.16-5.16l4.88,4.88L37.27,14.28a3.65,3.65,0,1,1,5.16,5.16L28.34,33.54A3.66,3.66,0,0,1,25.75,34.6Z"/><path class="cls-1" d="M5.57,26.26a3.65,3.65,0,0,1,5.16-5.17l7.47,7.47A3.65,3.65,0,1,1,13,33.72Z"/></svg>
Copied!