subway-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
subway-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the subway icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M156 176v-24h20v16a8 8 0 0 1-8 8Zm-16 0v-24h-24v24Zm36-88a8 8 0 0 0-8-8H88a8 8 0 0 0-8 8v48h96Zm-24-64h-48a72 72 0 0 0-72 72v112a8 8 0 0 0 8 8h36.58a4 4 0 0 0 3.58-2.21L91.06 192H88a24 24 0 0 1-24-24V88a24 24 0 0 1 24-24h80a24 24 0 0 1 24 24v80a24 24 0 0 1-24 24h-3.06l10.9 21.79a4 4 0 0 0 3.58 2.21H216a8 8 0 0 0 8-8V96a72 72 0 0 0-72-72m-4.94 168h-38.12l-9.1 18.21a4 4 0 0 0 3.58 5.79h49.16a4 4 0 0 0 3.58-5.79ZM80 168a8 8 0 0 0 8 8h12v-24H80Z"/></svg>

React

import type { SVGProps } from "react";

export function PhSubwayFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M156 176v-24h20v16a8 8 0 0 1-8 8Zm-16 0v-24h-24v24Zm36-88a8 8 0 0 0-8-8H88a8 8 0 0 0-8 8v48h96Zm-24-64h-48a72 72 0 0 0-72 72v112a8 8 0 0 0 8 8h36.58a4 4 0 0 0 3.58-2.21L91.06 192H88a24 24 0 0 1-24-24V88a24 24 0 0 1 24-24h80a24 24 0 0 1 24 24v80a24 24 0 0 1-24 24h-3.06l10.9 21.79a4 4 0 0 0 3.58 2.21H216a8 8 0 0 0 8-8V96a72 72 0 0 0-72-72m-4.94 168h-38.12l-9.1 18.21a4 4 0 0 0 3.58 5.79h49.16a4 4 0 0 0 3.58-5.79ZM80 168a8 8 0 0 0 8 8h12v-24H80Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M156 176v-24h20v16a8 8 0 0 1-8 8Zm-16 0v-24h-24v24Zm36-88a8 8 0 0 0-8-8H88a8 8 0 0 0-8 8v48h96Zm-24-64h-48a72 72 0 0 0-72 72v112a8 8 0 0 0 8 8h36.58a4 4 0 0 0 3.58-2.21L91.06 192H88a24 24 0 0 1-24-24V88a24 24 0 0 1 24-24h80a24 24 0 0 1 24 24v80a24 24 0 0 1-24 24h-3.06l10.9 21.79a4 4 0 0 0 3.58 2.21H216a8 8 0 0 0 8-8V96a72 72 0 0 0-72-72m-4.94 168h-38.12l-9.1 18.21a4 4 0 0 0 3.58 5.79h49.16a4 4 0 0 0 3.58-5.79ZM80 168a8 8 0 0 0 8 8h12v-24H80Z"/></svg>
</template>

CSS

.icon-subway-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M156%20176v-24h20v16a8%208%200%200%201-8%208Zm-16%200v-24h-24v24Zm36-88a8%208%200%200%200-8-8H88a8%208%200%200%200-8%208v48h96Zm-24-64h-48a72%2072%200%200%200-72%2072v112a8%208%200%200%200%208%208h36.58a4%204%200%200%200%203.58-2.21L91.06%20192H88a24%2024%200%200%201-24-24V88a24%2024%200%200%201%2024-24h80a24%2024%200%200%201%2024%2024v80a24%2024%200%200%201-24%2024h-3.06l10.9%2021.79a4%204%200%200%200%203.58%202.21H216a8%208%200%200%200%208-8V96a72%2072%200%200%200-72-72m-4.94%20168h-38.12l-9.1%2018.21a4%204%200%200%200%203.58%205.79h49.16a4%204%200%200%200%203.58-5.79ZM80%20168a8%208%200%200%200%208%208h12v-24H80Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M156%20176v-24h20v16a8%208%200%200%201-8%208Zm-16%200v-24h-24v24Zm36-88a8%208%200%200%200-8-8H88a8%208%200%200%200-8%208v48h96Zm-24-64h-48a72%2072%200%200%200-72%2072v112a8%208%200%200%200%208%208h36.58a4%204%200%200%200%203.58-2.21L91.06%20192H88a24%2024%200%200%201-24-24V88a24%2024%200%200%201%2024-24h80a24%2024%200%200%201%2024%2024v80a24%2024%200%200%201-24%2024h-3.06l10.9%2021.79a4%204%200%200%200%203.58%202.21H216a8%208%200%200%200%208-8V96a72%2072%200%200%200-72-72m-4.94%20168h-38.12l-9.1%2018.21a4%204%200%200%200%203.58%205.79h49.16a4%204%200%200%200%203.58-5.79ZM80%20168a8%208%200%200%200%208%208h12v-24H80Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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