baseline-subway from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
baseline-subway
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
subway

More maps icons from Google Material Icons

Use the baseline subway icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="15.5" cy="16" r="1" fill="currentColor"/><circle cx="8.5" cy="16" r="1" fill="currentColor"/><path fill="currentColor" d="M7.01 9h10v5h-10zM17.8 2.8C16 2.09 13.86 2 12 2s-4 .09-5.8.8C3.53 3.84 2 6.05 2 8.86V22h20V8.86c0-2.81-1.53-5.02-4.2-6.06m.2 13.08c0 1.45-1.18 2.62-2.63 2.62l1.13 1.12V20H15l-1.5-1.5h-2.83L9.17 20H7.5v-.38l1.12-1.12C7.18 18.5 6 17.32 6 15.88V9c0-2.63 3-3 6-3c3.32 0 6 .38 6 3z"/></svg>

React

import type { SVGProps } from "react";

export function IcBaselineSubway(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="15.5" cy="16" r="1" fill="currentColor"/><circle cx="8.5" cy="16" r="1" fill="currentColor"/><path fill="currentColor" d="M7.01 9h10v5h-10zM17.8 2.8C16 2.09 13.86 2 12 2s-4 .09-5.8.8C3.53 3.84 2 6.05 2 8.86V22h20V8.86c0-2.81-1.53-5.02-4.2-6.06m.2 13.08c0 1.45-1.18 2.62-2.63 2.62l1.13 1.12V20H15l-1.5-1.5h-2.83L9.17 20H7.5v-.38l1.12-1.12C7.18 18.5 6 17.32 6 15.88V9c0-2.63 3-3 6-3c3.32 0 6 .38 6 3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="15.5" cy="16" r="1" fill="currentColor"/><circle cx="8.5" cy="16" r="1" fill="currentColor"/><path fill="currentColor" d="M7.01 9h10v5h-10zM17.8 2.8C16 2.09 13.86 2 12 2s-4 .09-5.8.8C3.53 3.84 2 6.05 2 8.86V22h20V8.86c0-2.81-1.53-5.02-4.2-6.06m.2 13.08c0 1.45-1.18 2.62-2.63 2.62l1.13 1.12V20H15l-1.5-1.5h-2.83L9.17 20H7.5v-.38l1.12-1.12C7.18 18.5 6 17.32 6 15.88V9c0-2.63 3-3 6-3c3.32 0 6 .38 6 3z"/></svg>
</template>

CSS

.icon-baseline-subway {
  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%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2216%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%2216%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.01%209h10v5h-10zM17.8%202.8C16%202.09%2013.86%202%2012%202s-4%20.09-5.8.8C3.53%203.84%202%206.05%202%208.86V22h20V8.86c0-2.81-1.53-5.02-4.2-6.06m.2%2013.08c0%201.45-1.18%202.62-2.63%202.62l1.13%201.12V20H15l-1.5-1.5h-2.83L9.17%2020H7.5v-.38l1.12-1.12C7.18%2018.5%206%2017.32%206%2015.88V9c0-2.63%203-3%206-3c3.32%200%206%20.38%206%203z%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%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2216%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%2216%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.01%209h10v5h-10zM17.8%202.8C16%202.09%2013.86%202%2012%202s-4%20.09-5.8.8C3.53%203.84%202%206.05%202%208.86V22h20V8.86c0-2.81-1.53-5.02-4.2-6.06m.2%2013.08c0%201.45-1.18%202.62-2.63%202.62l1.13%201.12V20H15l-1.5-1.5h-2.83L9.17%2020H7.5v-.38l1.12-1.12C7.18%2018.5%206%2017.32%206%2015.88V9c0-2.63%203-3%206-3c3.32%200%206%20.38%206%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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