Sl Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sl 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/332877.svg" alt="Sl icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332877.svg" alt="Sl icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332877.svg" alt="Sl icon" :width="24" :height="24" />
CSS background
.icon-sl {
background-image: url('https://proicons.com/icon/332877.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,.b,.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{stroke-width:1px;}.c{stroke-width:1px;}</style></defs><path class="a" d="M43.5,20.29a19.5,19.5,0,0,1-39,0"/><path class="b" d="M39.79,20.29a15.79,15.79,0,0,1-31.58,0"/><path class="c" d="M36.07,20.29a12.07,12.07,0,0,1-24.14,0"/><path class="c" d="M36.07,20.29a12.07,12.07,0,1,0-24.14,0"/><path class="c" d="M17.41,23.26a2.22,2.22,0,0,0,1.85.83h1.12a1.86,1.86,0,0,0,1.86-1.85h0a1.86,1.86,0,0,0-1.86-1.86H19.17a1.87,1.87,0,0,1-1.86-1.86h0a1.87,1.87,0,0,1,1.86-1.86h1.12a2,2,0,0,1,1.85.84"/><polyline class="c" points="26.79 16.57 26.79 24 30.5 24"/></svg>
Copied!