metro icon
metro from Iconoir by Luca Burgio · Regular · Transport · MIT Free for personal and commercial use.
- Name
- metro
- Set
- Iconoir
- Style
- Regular
- Category
- Transport
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
More transport icons from Iconoir
Use the metro icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="m14 16.01l.01-.011M10 16.01l.01-.011M22 12v3a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5v-3C2 6.477 6.477 2 12 2s10 4.477 10 10"/><path stroke-linejoin="round" d="M18 12v3a5 5 0 0 1-5 5h-2a5 5 0 0 1-5-5v-3a5 5 0 0 1 5-5h2a5 5 0 0 1 5 5"/><path d="m10.5 20l-2 2.5m5-2.5l2 2.5m1-2.5l2 2.5M7.5 20l-2 2.5"/><path stroke-linejoin="round" d="M11.786 10h.428C13.2 10 14 10.8 14 11.786a.214.214 0 0 1-.214.214h-3.572a.214.214 0 0 1-.214-.214C10 10.8 10.8 10 11.786 10"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirMetro(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="m14 16.01l.01-.011M10 16.01l.01-.011M22 12v3a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5v-3C2 6.477 6.477 2 12 2s10 4.477 10 10"/><path strokeLinejoin="round" d="M18 12v3a5 5 0 0 1-5 5h-2a5 5 0 0 1-5-5v-3a5 5 0 0 1 5-5h2a5 5 0 0 1 5 5"/><path d="m10.5 20l-2 2.5m5-2.5l2 2.5m1-2.5l2 2.5M7.5 20l-2 2.5"/><path strokeLinejoin="round" d="M11.786 10h.428C13.2 10 14 10.8 14 11.786a.214.214 0 0 1-.214.214h-3.572a.214.214 0 0 1-.214-.214C10 10.8 10.8 10 11.786 10"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="m14 16.01l.01-.011M10 16.01l.01-.011M22 12v3a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5v-3C2 6.477 6.477 2 12 2s10 4.477 10 10"/><path stroke-linejoin="round" d="M18 12v3a5 5 0 0 1-5 5h-2a5 5 0 0 1-5-5v-3a5 5 0 0 1 5-5h2a5 5 0 0 1 5 5"/><path d="m10.5 20l-2 2.5m5-2.5l2 2.5m1-2.5l2 2.5M7.5 20l-2 2.5"/><path stroke-linejoin="round" d="M11.786 10h.428C13.2 10 14 10.8 14 11.786a.214.214 0 0 1-.214.214h-3.572a.214.214 0 0 1-.214-.214C10 10.8 10.8 10 11.786 10"/></g></svg> </template>
CSS
.icon-metro {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m14%2016.01l.01-.011M10%2016.01l.01-.011M22%2012v3a5%205%200%200%201-5%205H7a5%205%200%200%201-5-5v-3C2%206.477%206.477%202%2012%202s10%204.477%2010%2010%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M18%2012v3a5%205%200%200%201-5%205h-2a5%205%200%200%201-5-5v-3a5%205%200%200%201%205-5h2a5%205%200%200%201%205%205%22%2F%3E%3Cpath%20d%3D%22m10.5%2020l-2%202.5m5-2.5l2%202.5m1-2.5l2%202.5M7.5%2020l-2%202.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11.786%2010h.428C13.2%2010%2014%2010.8%2014%2011.786a.214.214%200%200%201-.214.214h-3.572a.214.214%200%200%201-.214-.214C10%2010.8%2010.8%2010%2011.786%2010%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m14%2016.01l.01-.011M10%2016.01l.01-.011M22%2012v3a5%205%200%200%201-5%205H7a5%205%200%200%201-5-5v-3C2%206.477%206.477%202%2012%202s10%204.477%2010%2010%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M18%2012v3a5%205%200%200%201-5%205h-2a5%205%200%200%201-5-5v-3a5%205%200%200%201%205-5h2a5%205%200%200%201%205%205%22%2F%3E%3Cpath%20d%3D%22m10.5%2020l-2%202.5m5-2.5l2%202.5m1-2.5l2%202.5M7.5%2020l-2%202.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11.786%2010h.428C13.2%2010%2014%2010.8%2014%2011.786a.214.214%200%200%201-.214.214h-3.572a.214.214%200%200%201-.214-.214C10%2010.8%2010.8%2010%2011.786%2010%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/metro.svg?color=%231a73e8&size=48