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

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

3 other variants in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

Use the subway icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 20V8.85q0-2.125 1.1-3.687T6.2 2.8q1.35-.525 2.875-.662T12 2t2.925.138T17.8 2.8q2 .8 3.1 2.363T22 8.85V20q0 .825-.587 1.413T20 22H4q-.825 0-1.412-.587T2 20m5.5-7V9h9v4zm7.288 3.213q-.288-.288-.288-.713t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288m-7 0Q7.5 15.925 7.5 15.5t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288M10.6 18.5h2.75l1.275 1.275q.125.125.263.175t.287.05q.5 0 .688-.475T15.7 18.7l-.25-.25q1.1-.15 1.825-.987T18 15.5V9q0-1.95-1.75-2.475T12 6q-2.275 0-4.137.525T6 9v6.5q0 1.125.725 1.963t1.825.987l-.275.275q-.35.35-.162.812T8.8 20q.15 0 .275-.05t.25-.175z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSubwayRounded(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="M2 20V8.85q0-2.125 1.1-3.687T6.2 2.8q1.35-.525 2.875-.662T12 2t2.925.138T17.8 2.8q2 .8 3.1 2.363T22 8.85V20q0 .825-.587 1.413T20 22H4q-.825 0-1.412-.587T2 20m5.5-7V9h9v4zm7.288 3.213q-.288-.288-.288-.713t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288m-7 0Q7.5 15.925 7.5 15.5t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288M10.6 18.5h2.75l1.275 1.275q.125.125.263.175t.287.05q.5 0 .688-.475T15.7 18.7l-.25-.25q1.1-.15 1.825-.987T18 15.5V9q0-1.95-1.75-2.475T12 6q-2.275 0-4.137.525T6 9v6.5q0 1.125.725 1.963t1.825.987l-.275.275q-.35.35-.162.812T8.8 20q.15 0 .275-.05t.25-.175z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 20V8.85q0-2.125 1.1-3.687T6.2 2.8q1.35-.525 2.875-.662T12 2t2.925.138T17.8 2.8q2 .8 3.1 2.363T22 8.85V20q0 .825-.587 1.413T20 22H4q-.825 0-1.412-.587T2 20m5.5-7V9h9v4zm7.288 3.213q-.288-.288-.288-.713t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288m-7 0Q7.5 15.925 7.5 15.5t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288M10.6 18.5h2.75l1.275 1.275q.125.125.263.175t.287.05q.5 0 .688-.475T15.7 18.7l-.25-.25q1.1-.15 1.825-.987T18 15.5V9q0-1.95-1.75-2.475T12 6q-2.275 0-4.137.525T6 9v6.5q0 1.125.725 1.963t1.825.987l-.275.275q-.35.35-.162.812T8.8 20q.15 0 .275-.05t.25-.175z"/></svg>
</template>

CSS

.icon-subway-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%22M2%2020V8.85q0-2.125%201.1-3.687T6.2%202.8q1.35-.525%202.875-.662T12%202t2.925.138T17.8%202.8q2%20.8%203.1%202.363T22%208.85V20q0%20.825-.587%201.413T20%2022H4q-.825%200-1.412-.587T2%2020m5.5-7V9h9v4zm7.288%203.213q-.288-.288-.288-.713t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288m-7%200Q7.5%2015.925%207.5%2015.5t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288M10.6%2018.5h2.75l1.275%201.275q.125.125.263.175t.287.05q.5%200%20.688-.475T15.7%2018.7l-.25-.25q1.1-.15%201.825-.987T18%2015.5V9q0-1.95-1.75-2.475T12%206q-2.275%200-4.137.525T6%209v6.5q0%201.125.725%201.963t1.825.987l-.275.275q-.35.35-.162.812T8.8%2020q.15%200%20.275-.05t.25-.175z%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%22M2%2020V8.85q0-2.125%201.1-3.687T6.2%202.8q1.35-.525%202.875-.662T12%202t2.925.138T17.8%202.8q2%20.8%203.1%202.363T22%208.85V20q0%20.825-.587%201.413T20%2022H4q-.825%200-1.412-.587T2%2020m5.5-7V9h9v4zm7.288%203.213q-.288-.288-.288-.713t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288m-7%200Q7.5%2015.925%207.5%2015.5t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288M10.6%2018.5h2.75l1.275%201.275q.125.125.263.175t.287.05q.5%200%20.688-.475T15.7%2018.7l-.25-.25q1.1-.15%201.825-.987T18%2015.5V9q0-1.95-1.75-2.475T12%206q-2.275%200-4.137.525T6%209v6.5q0%201.125.725%201.963t1.825.987l-.275.275q-.35.35-.162.812T8.8%2020q.15%200%20.275-.05t.25-.175z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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