metro icon
metro from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- metro
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
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-linejoin="round" stroke-width="1.5"><path d="m6 19l-2 2m14-2l2 2M5 9c4 4 10.5 4 14 0"/><path d="M5.273 7.894C6.094 3.716 7.23 3 11.455 3h1.09c4.225 0 5.36.716 6.182 4.894l.553 2.816c.755 3.84 1.132 5.76.032 7.025S16.142 19 12 19c-4.141 0-6.212 0-7.312-1.265s-.723-3.185.032-7.025z"/><path d="M15.125 15H15m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-6.125 0H9m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMetro(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" strokeLinejoin="round" strokeWidth="1.5"><path d="m6 19l-2 2m14-2l2 2M5 9c4 4 10.5 4 14 0"/><path d="M5.273 7.894C6.094 3.716 7.23 3 11.455 3h1.09c4.225 0 5.36.716 6.182 4.894l.553 2.816c.755 3.84 1.132 5.76.032 7.025S16.142 19 12 19c-4.141 0-6.212 0-7.312-1.265s-.723-3.185.032-7.025z"/><path d="M15.125 15H15m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-6.125 0H9m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></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-linejoin="round" stroke-width="1.5"><path d="m6 19l-2 2m14-2l2 2M5 9c4 4 10.5 4 14 0"/><path d="M5.273 7.894C6.094 3.716 7.23 3 11.455 3h1.09c4.225 0 5.36.716 6.182 4.894l.553 2.816c.755 3.84 1.132 5.76.032 7.025S16.142 19 12 19c-4.141 0-6.212 0-7.312-1.265s-.723-3.185.032-7.025z"/><path d="M15.125 15H15m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-6.125 0H9m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m6%2019l-2%202m14-2l2%202M5%209c4%204%2010.5%204%2014%200%22%2F%3E%3Cpath%20d%3D%22M5.273%207.894C6.094%203.716%207.23%203%2011.455%203h1.09c4.225%200%205.36.716%206.182%204.894l.553%202.816c.755%203.84%201.132%205.76.032%207.025S16.142%2019%2012%2019c-4.141%200-6.212%200-7.312-1.265s-.723-3.185.032-7.025z%22%2F%3E%3Cpath%20d%3D%22M15.125%2015H15m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m-6.125%200H9m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m6%2019l-2%202m14-2l2%202M5%209c4%204%2010.5%204%2014%200%22%2F%3E%3Cpath%20d%3D%22M5.273%207.894C6.094%203.716%207.23%203%2011.455%203h1.09c4.225%200%205.36.716%206.182%204.894l.553%202.816c.755%203.84%201.132%205.76.032%207.025S16.142%2019%2012%2019c-4.141%200-6.212%200-7.312-1.265s-.723-3.185.032-7.025z%22%2F%3E%3Cpath%20d%3D%22M15.125%2015H15m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m-6.125%200H9m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/metro.svg?color=%231a73e8&size=48