Gate Control Station Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gate Control Station 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/326406.svg" alt="Gate Control Station icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326406.svg" alt="Gate Control Station icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326406.svg" alt="Gate Control Station icon" :width="24" :height="24" />
CSS background
.icon-gate-control-station {
background-image: url('https://proicons.com/icon/326406.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><rect class="b" x="17.7436" y="15.852" width="12" height="16" rx="1.1013" ry="1.1013" transform="translate(15.107 -8.6762) rotate(30)"/><line class="b" x1="35.1813" y1="28.2835" x2="29.8828" y2="25.2244"/><line class="b" x1="19.3927" y1="19.1679" x2="14.6997" y2="16.4585"/><line class="b" x1="33.4258" y1="31.3241" x2="28.1273" y2="28.265"/><line class="b" x1="17.6372" y1="22.2086" x2="12.9442" y2="19.4991"/><line class="b" x1="31.6703" y1="34.3647" x2="26.3718" y2="31.3057"/><line class="b" x1="15.8817" y1="25.2492" x2="11.1887" y2="22.5397"/><line class="b" x1="36.9368" y1="25.2429" x2="31.6383" y2="22.1838"/><line class="b" x1="21.1482" y1="16.1273" x2="16.4552" y2="13.4179"/><polygon class="b" points="36.4091 14.7886 29.3182 14.7886 25.7727 8.6477 11.5909 8.6477 4.5 20.9296 11.5909 33.2114 18.6818 33.2114 22.2273 39.3523 36.4091 39.3523 43.5 27.0704 36.4091 14.7886"/></svg>
Copied!