Lsc Smart Connect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lsc Smart Connect 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/328701.svg" alt="Lsc Smart Connect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328701.svg" alt="Lsc Smart Connect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328701.svg" alt="Lsc Smart Connect icon" :width="24" :height="24" />
CSS background
.icon-lsc-smart-connect {
background-image: url('https://proicons.com/icon/328701.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M37.082,36.572v.043c0,1.915-1.573,3.467-3.513,3.467h0c-1.94,0-3.513-1.552-3.513-3.467v-3.532c0-1.914,1.573-3.466,3.513-3.466h0c1.94,0,3.513,1.552,3.513,3.466v.043M19.836,38.936c.65.835,1.465,1.146,2.6,1.146h1.57c1.46,0,2.645-1.17,2.645-2.61v-.012c0-1.442-1.184-2.61-2.645-2.61h-1.732c-1.463,0-2.648-1.171-2.648-2.614h0c0-1.447,1.188-2.62,2.654-2.62h1.561c1.135,0,1.95.312,2.6,1.147M10.918,29.617v10.465h5.302M35.706,16.212c-.0006.6535-.5305,1.183-1.184,1.183-.6539,0-1.184-.5301-1.184-1.184s.5301-1.184,1.184-1.184c.6539,0,1.184.5301,1.184,1.184v.001ZM28.605,10.59c1.5409-1.6218,3.6799-2.54,5.917-2.54,2.2376,0,4.377.9186,5.918,2.541M30.33,12.318c1.0824-1.1656,2.6013-1.8279,4.192-1.828,1.5907,0,3.1096.6624,4.192,1.828M31.901,13.888c.6646-.7502,1.6188-1.1797,2.621-1.18,1.0026,0,1.9571.4296,2.622,1.18M5.5,27.141h7.113M36.573,18.959l2.858,2.857h-4.793v5.324M42.5,27.14H12.613v-5.324h-4.043l5.387-5.385v-6.395h3.971v2.425l6.072-6.068,2.791,2.79M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/></svg>
Copied!