Salto Ks Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Salto Ks 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/346902.svg" alt="Salto Ks icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346902.svg" alt="Salto Ks icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346902.svg" alt="Salto Ks icon" :width="24" :height="24" />
CSS background
.icon-salto-ks {
background-image: url('https://proicons.com/icon/346902.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M4.5,10.2411h8.6139v26.9591h-3.5154c-2.8139,0-5.0985-2.2846-5.0985-5.0985V10.2411h0Z"/><polyline class="e" points="13.1139 23.638 22.1934 37.7589 31.7385 37.7589 13.1139 10.2411"/><path class="e" d="M17.77,17.1205l2.4273-3.7751c1.2441-1.9348,3.3865-3.1044,5.6868-3.1044h5.8544l-9.3123,13.7589"/><path class="e" d="M31.7385,10.2411h11.4541v3.981c0,2.4301-1.97,4.4001-4.4001,4.4001h-7.6018"/><line class="e" x1="35.7746" y1="29.7616" x2="22.98" y2="23.1817"/><path class="e" d="M27.3878,16.6692l12.1119,6.2197c2.3905,1.3739,4.0003,3.9529,4.0003,6.908,0,4.3973-3.5647,7.962-7.962,7.962h-3.7995"/><path class="e" d="M26.1802,29.5448c.3829-.1088.787-.167,1.2048-.167h6.6353c2.3144,0,4.1905,1.8762,4.1905,4.1905s-1.8762,4.1905-4.1905,4.1905"/></svg>
Copied!