Metro Fast Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Metro Fast 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/329134.svg" alt="Metro Fast icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329134.svg" alt="Metro Fast icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329134.svg" alt="Metro Fast icon" :width="24" :height="24" />
CSS background
.icon-metro-fast {
background-image: url('https://proicons.com/icon/329134.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><polyline class="b" points="8.5 22.5876 8.5 15.718 11.9783 22.6746 15.4566 15.718 15.4566 22.6746"/><line class="b" x1="12.0616" y1="25.2757" x2="14.3231" y2="25.2757"/><line class="b" x1="12.6415" y1="27.0704" x2="13.9695" y2="27.0704"/><line class="b" x1="15.8559" y1="28.6419" x2="18.1164" y2="28.6419"/><polyline class="b" points="14.1935 32.1206 16.8518 25.164 20.3301 25.164"/><line class="b" x1="10.4392" y1="25.2818" x2="10.6267" y2="25.2818"/><line class="b" x1="24.1032" y1="29.7376" x2="20.9727" y2="29.7376"/><polyline class="b" points="20.1901 32.0854 22.5379 25.1288 24.8858 32.0854"/><path class="b" d="M26.584,31.4994c.4348.5217.9565.7826,1.7392.7826h1.0435c.9565,0,1.7392-.7826,1.7392-1.7392h0c0-.9565-.7826-1.7392-1.7392-1.7392h-1.1305c-.9565,0-1.7392-.7826-1.7392-1.7392h0c0-.9565.7826-1.7392,1.7392-1.7392h1.0435c.7826,0,1.3044.1739,1.7392.7826"/><line class="b" x1="32.4208" y1="25.1909" x2="36.9426" y2="25.1909"/><line class="b" x1="34.6817" y1="32.1475" x2="34.6817" y2="25.1909"/><line class="b" x1="22.4637" y1="15.718" x2="26.9855" y2="15.718"/><line class="b" x1="24.7246" y1="22.6746" x2="24.7246" y2="15.718"/><path class="b" d="M28.645,22.675v-6.9566h2.2609c1.3044,0,2.3479,1.0435,2.3479,2.3479s-1.0435,2.3479-2.3479,2.3479h-2.2609"/><line class="b" x1="30.906" y1="20.4137" x2="33.1669" y2="22.6746"/><path class="b" d="M37.1521,22.6748h0c-1.3044,0-2.2609-1.0435-2.2609-2.2609v-2.3479c0-1.3044,1.0435-2.3479,2.2609-2.3479h0c1.3044,0,2.3479,1.0435,2.3479,2.3479v2.2609c0,1.3044-1.0435,2.3479-2.3479,2.3479Z"/><line class="b" x1="17.3679" y1="19.1963" x2="19.6288" y2="19.1963"/><polyline class="b" points="20.8462 22.6746 17.3679 22.6746 17.3679 15.718 20.8462 15.718"/><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!