Metrozone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Metrozone 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/343705.svg" alt="Metrozone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343705.svg" alt="Metrozone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343705.svg" alt="Metrozone icon" :width="24" :height="24" />
CSS background
.icon-metrozone {
background-image: url('https://proicons.com/icon/343705.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><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M14.623,19.311c0-2.5895,2.0991-4.6885,4.6885-4.6885s4.6885,2.0991,4.6885,4.6885v7.7361"/><line class="b" x1="14.623" y1="14.623" x2="14.623" y2="27.048"/><path class="b" d="M24,19.311c0-2.5895,2.0991-4.6885,4.6885-4.6885s4.6885,2.0991,4.6885,4.6885v7.7361"/><path class="b" d="M25.534,33.377v-4.8369l3.163,4.8369v-4.8369"/><path class="b" d="M14.623,28.54h3.163l-3.163,4.8369h3.163"/><line class="b" x1="30.99" y1="30.959" x2="32.548" y2="30.959"/><path class="b" d="M33.377,33.377h-2.3872v-4.8369h2.3872"/><path class="b" d="M21.6605,28.54h0c.8734,0,1.5815.7173,1.5815,1.6022v1.6325c0,.8849-.7081,1.6022-1.5815,1.6022h0c-.8734,0-1.5815-.7173-1.5815-1.6022v-1.6325c0-.8849.7081-1.6022,1.5815-1.6022Z"/></svg>
Copied!