State Connect Traffic Control Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The State Connect Traffic Control 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/347863.svg" alt="State Connect Traffic Control icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347863.svg" alt="State Connect Traffic Control icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347863.svg" alt="State Connect Traffic Control icon" :width="24" :height="24" />
CSS background
.icon-state-connect-traffic-control {
background-image: url('https://proicons.com/icon/347863.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" xml:space="preserve" viewBox="0 0 48 48"><path d="M9.5 5.5h29c2.216 0 4 1.784 4 4v29c0 2.216-1.784 4-4 4h-29c-2.216 0-4-1.784-4-4v-29c0-2.216 1.784-4 4-4M42.321 23.142H5.679" style="fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="M42.321 19.255H14.693c2.547-2.106 5.026-5.237 6.532-8.477M19.28 19.254v-5.091M19.28 24.805v-1.662M23.168 19.254V5.653M23.168 24.805v-1.662M28.72 19.254V5.653M28.72 24.805v-1.662M24.832 19.254V5.653M24.832 24.805v-1.662M19.28 5.653c.094 6.362-7.3 13.018-12.019 13.602H5.679M5.679 24.858h36.642M5.679 28.745h27.628c-2.547 2.106-5.026 5.237-6.532 8.477M28.72 28.746v5.091M24.832 28.746v13.601M19.28 28.746v13.601M23.168 28.746v13.601M28.72 42.347c-.094-6.362 7.3-13.018 12.019-13.602h1.582M13.827 26.801h3.002M27.27 26.801h3.003M21.225 33.807v3.002M26.775 29.886v3.003M26.775 8.68v3.003M21.225 17.395v1.454M8.437 21.199h3.003M22.556 21.199h3.003M34.04 21.199h3.003" style="fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/></svg>
Copied!