Smart Transport Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smart Transport 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/347486.svg" alt="Smart Transport icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347486.svg" alt="Smart Transport icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347486.svg" alt="Smart Transport icon" :width="24" :height="24" />
CSS background
.icon-smart-transport {
background-image: url('https://proicons.com/icon/347486.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="b" points="34.3305 8.9836 34.3305 12.569 37.2803 12.569"/><line class="b" x1="39.8655" y1="12.058" x2="39.1465" y2="12.058"/><line class="b" x1="29.9365" y1="12.058" x2="29.2175" y2="12.058"/><line class="b" x1="34.5415" y1="6.733" x2="34.5415" y2="7.452"/><line class="b" x1="34.5415" y1="16.663" x2="34.5415" y2="17.383"/><path class="b" d="M41.0985,12.058c-.0006,3.6215-2.9361,6.557-6.557,6.557s-6.5564-2.9355-6.557-6.557c0-3.6219,2.9357-6.558,6.557-6.558h0c3.6213,0,6.557,2.9361,6.557,6.558Z"/><path class="b" d="M16.5485,27.665c0,.7296-.591,1.321-1.32,1.321-.7286,0-1.3194-.5908-1.32-1.32-.0006-.7296.59-1.3214,1.319-1.322h.001c.729,0,1.32.5914,1.32,1.321Z"/><path class="b" d="M27.8945,27.665c0,.7296-.591,1.321-1.32,1.321-.7286,0-1.3194-.5908-1.32-1.32-.0006-.7296.59-1.3214,1.319-1.322h.001c.729,0,1.32.5914,1.32,1.321Z"/><path class="b" d="M19.158,26.551h3.4728c.499,0,.9.402.9.901v.427c.0017.4959-.399.8993-.895.901-.0017,0-.0033,0-.005,0h-3.4738c-.4965.0006-.8994-.4015-.9-.898,0-.001,0-.002,0-.003v-.427c0-.5.401-.901.9-.901h.001Z"/><polyline class="b" points="18.5245 13.021 18.5245 13.02 23.2785 13.02"/><path class="b" d="M16.1865,15.155h9.43c1.2415-.0022,2.2498,1.0025,2.252,2.244,0,.003,0,.006,0,.009v3.156c.0028,1.2415-1.0015,2.2502-2.243,2.253-.003,0-.006,0-.009,0h-9.43c-1.2415.0022-2.2498-1.0025-2.252-2.244,0-.003,0-.006,0-.009v-3.156c-.0028-1.2415,1.0015-2.2502,2.243-2.253.003,0,.006,0,.009,0Z"/><path class="b" d="M28.0165,11.65c-.652-.4895-1.4457-.7531-2.261-.751h-9.708c-2.0727-.0039-3.7561,1.6733-3.76,3.746,0,.0047,0,.0093,0,.014v13.441c0,1.193.55,2.25,1.411,2.939v1.33c0,1.041.84,1.88,1.88,1.88h.135c1.041,0,1.88-.839,1.88-1.88v-.507h6.616v.506c0,1.042.839,1.88,1.88,1.88h.134c1.042,0,1.88-.838,1.88-1.88v-1.33c.8949-.7122,1.4153-1.7943,1.413-2.938v-11.84"/><path class="b" d="M29.7545,7.595H10.6615c-2.0727-.0039-3.7561,1.6733-3.76,3.746,0,.0047,0,.0093,0,.014v21.373c-.0044,2.0727,1.6723,3.7566,3.745,3.761.005,0,.01,0,.015,0h5.019l5.161,6.011,5.164-6.01h5.136c2.0727.0039,3.7561-1.6733,3.76-3.746,0-.0057,0-.0113,0-.017v-14.123"/></svg>
Copied!