metro-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
metro-rounded
Set
Material Symbols
Style
Rounded
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
metro-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

Use the metro icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 19.5V4.9q0-.8.55-1.35T4.9 3h.85q.6 0 1.088.325t.687.9L12 16.05l4.4-11.725q.225-.6.75-.963T18.325 3h.625q.85 0 1.45.6t.6 1.45V19.5q0 .625-.437 1.063T19.5 21t-1.062-.437T18 19.5V8.75l-4.425 11.475q-.125.35-.425.563t-.675.212h-.95q-.375 0-.675-.213t-.425-.562L6 8.825V19.5q0 .625-.437 1.063T4.5 21t-1.062-.437T3 19.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMetroRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 19.5V4.9q0-.8.55-1.35T4.9 3h.85q.6 0 1.088.325t.687.9L12 16.05l4.4-11.725q.225-.6.75-.963T18.325 3h.625q.85 0 1.45.6t.6 1.45V19.5q0 .625-.437 1.063T19.5 21t-1.062-.437T18 19.5V8.75l-4.425 11.475q-.125.35-.425.563t-.675.212h-.95q-.375 0-.675-.213t-.425-.562L6 8.825V19.5q0 .625-.437 1.063T4.5 21t-1.062-.437T3 19.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 19.5V4.9q0-.8.55-1.35T4.9 3h.85q.6 0 1.088.325t.687.9L12 16.05l4.4-11.725q.225-.6.75-.963T18.325 3h.625q.85 0 1.45.6t.6 1.45V19.5q0 .625-.437 1.063T19.5 21t-1.062-.437T18 19.5V8.75l-4.425 11.475q-.125.35-.425.563t-.675.212h-.95q-.375 0-.675-.213t-.425-.562L6 8.825V19.5q0 .625-.437 1.063T4.5 21t-1.062-.437T3 19.5"/></svg>
</template>

CSS

.icon-metro-rounded {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2019.5V4.9q0-.8.55-1.35T4.9%203h.85q.6%200%201.088.325t.687.9L12%2016.05l4.4-11.725q.225-.6.75-.963T18.325%203h.625q.85%200%201.45.6t.6%201.45V19.5q0%20.625-.437%201.063T19.5%2021t-1.062-.437T18%2019.5V8.75l-4.425%2011.475q-.125.35-.425.563t-.675.212h-.95q-.375%200-.675-.213t-.425-.562L6%208.825V19.5q0%20.625-.437%201.063T4.5%2021t-1.062-.437T3%2019.5%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2019.5V4.9q0-.8.55-1.35T4.9%203h.85q.6%200%201.088.325t.687.9L12%2016.05l4.4-11.725q.225-.6.75-.963T18.325%203h.625q.85%200%201.45.6t.6%201.45V19.5q0%20.625-.437%201.063T19.5%2021t-1.062-.437T18%2019.5V8.75l-4.425%2011.475q-.125.35-.425.563t-.675.212h-.95q-.375%200-.675-.213t-.425-.562L6%208.825V19.5q0%20.625-.437%201.063T4.5%2021t-1.062-.437T3%2019.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/metro-rounded.svg?color=%231a73e8&size=48