subway icon
subway-rounded from Material Symbols Light by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- subway-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
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 19.385V8.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.85v10.535q0 .67-.472 1.143q-.472.472-1.143.472H4.615q-.67 0-1.143-.472Q3 20.056 3 19.385m4.5-6.154V9h9v4.23zm6.999 2.885q-.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-.23m1.909 2.23h3.48l1.352 1.487q.068.086.157.127q.09.04.201.04q.327 0 .457-.292t-.085-.527l-.789-.885q1.12-.15 1.739-.91q.619-.761.619-1.886V9q0-1.43-1.443-1.927Q14.5 6.577 12 6.577q-2.275 0-3.83.496T6.615 9v6.5q0 1.125.62 1.895q.619.77 1.738.901l-.794.89q-.216.235-.086.525q.13.289.457.289q.112 0 .198-.05t.154-.117z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSubwayRounded(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.385V8.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.85v10.535q0 .67-.472 1.143q-.472.472-1.143.472H4.615q-.67 0-1.143-.472Q3 20.056 3 19.385m4.5-6.154V9h9v4.23zm6.999 2.885q-.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-.23m1.909 2.23h3.48l1.352 1.487q.068.086.157.127q.09.04.201.04q.327 0 .457-.292t-.085-.527l-.789-.885q1.12-.15 1.739-.91q.619-.761.619-1.886V9q0-1.43-1.443-1.927Q14.5 6.577 12 6.577q-2.275 0-3.83.496T6.615 9v6.5q0 1.125.62 1.895q.619.77 1.738.901l-.794.89q-.216.235-.086.525q.13.289.457.289q.112 0 .198-.05t.154-.117z"/></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.385V8.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.85v10.535q0 .67-.472 1.143q-.472.472-1.143.472H4.615q-.67 0-1.143-.472Q3 20.056 3 19.385m4.5-6.154V9h9v4.23zm6.999 2.885q-.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-.23m1.909 2.23h3.48l1.352 1.487q.068.086.157.127q.09.04.201.04q.327 0 .457-.292t-.085-.527l-.789-.885q1.12-.15 1.739-.91q.619-.761.619-1.886V9q0-1.43-1.443-1.927Q14.5 6.577 12 6.577q-2.275 0-3.83.496T6.615 9v6.5q0 1.125.62 1.895q.619.77 1.738.901l-.794.89q-.216.235-.086.525q.13.289.457.289q.112 0 .198-.05t.154-.117z"/></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%22M3%2019.385V8.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.85v10.535q0%20.67-.472%201.143q-.472.472-1.143.472H4.615q-.67%200-1.143-.472Q3%2020.056%203%2019.385m4.5-6.154V9h9v4.23zm6.999%202.885q-.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-.23m1.909%202.23h3.48l1.352%201.487q.068.086.157.127q.09.04.201.04q.327%200%20.457-.292t-.085-.527l-.789-.885q1.12-.15%201.739-.91q.619-.761.619-1.886V9q0-1.43-1.443-1.927Q14.5%206.577%2012%206.577q-2.275%200-3.83.496T6.615%209v6.5q0%201.125.62%201.895q.619.77%201.738.901l-.794.89q-.216.235-.086.525q.13.289.457.289q.112%200%20.198-.05t.154-.117z%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.385V8.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.85v10.535q0%20.67-.472%201.143q-.472.472-1.143.472H4.615q-.67%200-1.143-.472Q3%2020.056%203%2019.385m4.5-6.154V9h9v4.23zm6.999%202.885q-.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-.23m1.909%202.23h3.48l1.352%201.487q.068.086.157.127q.09.04.201.04q.327%200%20.457-.292t-.085-.527l-.789-.885q1.12-.15%201.739-.91q.619-.761.619-1.886V9q0-1.43-1.443-1.927Q14.5%206.577%2012%206.577q-2.275%200-3.83.496T6.615%209v6.5q0%201.125.62%201.895q.619.77%201.738.901l-.794.89q-.216.235-.086.525q.13.289.457.289q.112%200%20.198-.05t.154-.117z%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-rounded.svg?color=%231a73e8&size=48