subway icon
subway-outline from Material Symbols Light by Google · Outline · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- subway-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- subway-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More transit icons from Material Symbols Light
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
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="M3 21V8.85q0-1.76.956-3.101t2.629-2.026q1.215-.467 2.663-.595T12 3t2.752.128t2.664.595q1.673.685 2.628 2.026Q21 7.091 21 8.85V21zm5.754-1h6.48l-1.5-1.654h-3.48zM7.5 13.23h9V9h-9zm8.155 2.886q.23-.23.23-.577t-.23-.578t-.578-.23t-.578.23t-.23.578t.23.577q.23.23.578.23t.578-.23m-6.154 0q.23-.23.23-.577t-.23-.578t-.578-.23t-.578.23t-.23.578t.23.577q.23.23.578.23t.578-.23M4 20h3.885v-.5l1.088-1.204q-1.12-.13-1.739-.9q-.618-.771-.618-1.896V9q0-1.43 1.554-1.927q1.555-.496 3.83-.496q2.5 0 3.942.496T17.384 9v6.5q0 1.125-.619 1.886t-1.738.91l1.089 1.204v.5H20V8.85q0-1.5-.737-2.562T17.05 4.65q-1.1-.425-2.437-.537T12 4t-2.613.113t-2.437.537q-1.475.575-2.212 1.638T4 8.85zm0 0h16z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSubwayOutline(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 21V8.85q0-1.76.956-3.101t2.629-2.026q1.215-.467 2.663-.595T12 3t2.752.128t2.664.595q1.673.685 2.628 2.026Q21 7.091 21 8.85V21zm5.754-1h6.48l-1.5-1.654h-3.48zM7.5 13.23h9V9h-9zm8.155 2.886q.23-.23.23-.577t-.23-.578t-.578-.23t-.578.23t-.23.578t.23.577q.23.23.578.23t.578-.23m-6.154 0q.23-.23.23-.577t-.23-.578t-.578-.23t-.578.23t-.23.578t.23.577q.23.23.578.23t.578-.23M4 20h3.885v-.5l1.088-1.204q-1.12-.13-1.739-.9q-.618-.771-.618-1.896V9q0-1.43 1.554-1.927q1.555-.496 3.83-.496q2.5 0 3.942.496T17.384 9v6.5q0 1.125-.619 1.886t-1.738.91l1.089 1.204v.5H20V8.85q0-1.5-.737-2.562T17.05 4.65q-1.1-.425-2.437-.537T12 4t-2.613.113t-2.437.537q-1.475.575-2.212 1.638T4 8.85zm0 0h16z"/></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 21V8.85q0-1.76.956-3.101t2.629-2.026q1.215-.467 2.663-.595T12 3t2.752.128t2.664.595q1.673.685 2.628 2.026Q21 7.091 21 8.85V21zm5.754-1h6.48l-1.5-1.654h-3.48zM7.5 13.23h9V9h-9zm8.155 2.886q.23-.23.23-.577t-.23-.578t-.578-.23t-.578.23t-.23.578t.23.577q.23.23.578.23t.578-.23m-6.154 0q.23-.23.23-.577t-.23-.578t-.578-.23t-.578.23t-.23.578t.23.577q.23.23.578.23t.578-.23M4 20h3.885v-.5l1.088-1.204q-1.12-.13-1.739-.9q-.618-.771-.618-1.896V9q0-1.43 1.554-1.927q1.555-.496 3.83-.496q2.5 0 3.942.496T17.384 9v6.5q0 1.125-.619 1.886t-1.738.91l1.089 1.204v.5H20V8.85q0-1.5-.737-2.562T17.05 4.65q-1.1-.425-2.437-.537T12 4t-2.613.113t-2.437.537q-1.475.575-2.212 1.638T4 8.85zm0 0h16z"/></svg> </template>
CSS
.icon-subway-outline {
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%2021V8.85q0-1.76.956-3.101t2.629-2.026q1.215-.467%202.663-.595T12%203t2.752.128t2.664.595q1.673.685%202.628%202.026Q21%207.091%2021%208.85V21zm5.754-1h6.48l-1.5-1.654h-3.48zM7.5%2013.23h9V9h-9zm8.155%202.886q.23-.23.23-.577t-.23-.578t-.578-.23t-.578.23t-.23.578t.23.577q.23.23.578.23t.578-.23m-6.154%200q.23-.23.23-.577t-.23-.578t-.578-.23t-.578.23t-.23.578t.23.577q.23.23.578.23t.578-.23M4%2020h3.885v-.5l1.088-1.204q-1.12-.13-1.739-.9q-.618-.771-.618-1.896V9q0-1.43%201.554-1.927q1.555-.496%203.83-.496q2.5%200%203.942.496T17.384%209v6.5q0%201.125-.619%201.886t-1.738.91l1.089%201.204v.5H20V8.85q0-1.5-.737-2.562T17.05%204.65q-1.1-.425-2.437-.537T12%204t-2.613.113t-2.437.537q-1.475.575-2.212%201.638T4%208.85zm0%200h16z%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%2021V8.85q0-1.76.956-3.101t2.629-2.026q1.215-.467%202.663-.595T12%203t2.752.128t2.664.595q1.673.685%202.628%202.026Q21%207.091%2021%208.85V21zm5.754-1h6.48l-1.5-1.654h-3.48zM7.5%2013.23h9V9h-9zm8.155%202.886q.23-.23.23-.577t-.23-.578t-.578-.23t-.578.23t-.23.578t.23.577q.23.23.578.23t.578-.23m-6.154%200q.23-.23.23-.577t-.23-.578t-.578-.23t-.578.23t-.23.578t.23.577q.23.23.578.23t.578-.23M4%2020h3.885v-.5l1.088-1.204q-1.12-.13-1.739-.9q-.618-.771-.618-1.896V9q0-1.43%201.554-1.927q1.555-.496%203.83-.496q2.5%200%203.942.496T17.384%209v6.5q0%201.125-.619%201.886t-1.738.91l1.089%201.204v.5H20V8.85q0-1.5-.737-2.562T17.05%204.65q-1.1-.425-2.437-.537T12%204t-2.613.113t-2.437.537q-1.475.575-2.212%201.638T4%208.85zm0%200h16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/subway-outline.svg?color=%231a73e8&size=48