Mymetro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mymetro 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/329874.svg" alt="Mymetro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329874.svg" alt="Mymetro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329874.svg" alt="Mymetro icon" :width="24" :height="24" />
CSS background
.icon-mymetro {
background-image: url('https://proicons.com/icon/329874.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><path class="b" d="M18.9585,32.0321c-.2342.4024-.6655.6489-1.1311.6463h0c-.7139.0044-1.2962-.5708-1.3005-1.2847h0v-.8356c0-.7094.5833-1.2848,1.3005-1.2848h0c.7173,0,1.3005.5754,1.3005,1.2848v.4178h-2.6011"/><line class="b" x1="20.665" y1="29.2733" x2="22.0325" y2="29.2733"/><path class="b" d="M21.3507,28.2093v3.8268c0,.3547.2877.6424.6463.6424h.1971"/><path class="b" d="M12.1011,30.5581c0-.7094.5793-1.2848,1.3005-1.2848h0c.7133,0,1.2966.5754,1.2966,1.2848v2.1203"/><line class="b" x1="9.5" y1="29.2733" x2="9.5" y2="32.6784"/><path class="b" d="M9.5,30.5581c0-.7094.5833-1.2848,1.3005-1.2848h0c.7173,0,1.3005.5754,1.3005,1.2848v2.1203"/><line class="b" x1="23.94" y1="29.2733" x2="23.94" y2="32.6784"/><path class="b" d="M23.94,30.5581c0-.7094.5833-1.2848,1.3005-1.2848h0"/><path class="b" d="M27.7983,29.2733c.7212,0,1.3005.5715,1.3005,1.2848v.8355c0,.7094-.5793,1.2848-1.3005,1.2848s-1.3005-.5715-1.3005-1.2848v-.8355c0-.7094.5793-1.2848,1.3005-1.2848Z"/><path class="b" d="M18.2174,19.5064c0-2.3116,1.8732-4.1848,4.1848-4.1848h0c2.3116,0,4.1848,1.8732,4.1848,4.1848v6.9058"/><line class="b" x1="9.8478" y1="15.3252" x2="9.8478" y2="26.4122"/><path class="b" d="M9.8478,19.5064c0-2.3116,1.8732-4.1848,4.1848-4.1848h0c2.3116,0,4.1848,1.8732,4.1848,4.1848v6.9058"/><path class="b" d="M38.5,15.3252v6.9022c0,2.3116-1.8732,4.1848-4.1848,4.1848h0c-2.3098,0-4.1828-1.8714-4.1848-4.1812v-6.9094"/><path class="b" d="M38.5,22.2274v5.6522c0,2.308-1.8732,4.1812-4.1848,4.1812h0c-1.1558,0-2.2029-.4674-2.9601-1.2246"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!