subway walk icon
subway-walk-outline-rounded from Material Symbols Light by Google · Outline Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- subway-walk-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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 walk icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.293 15.832q.323-.323.323-.794q0-.47-.323-.793q-.322-.322-.793-.322t-.793.322q-.323.322-.323.793t.323.794t.793.322t.793-.322m-1.408 2.706q-1.2 0-2.043-.842Q2 16.854 2 15.654V6.539Q2 4.944 3.636 4.24q1.638-.7 5.364-.7q1.096 0 2.011.056q.916.057 1.664.182q.22.03.357.21t.137.4q0 .188-.159.31q-.158.122-.346.086q-.706-.125-1.613-.185T9 4.538q-2.746 0-4.168.376q-1.422.375-1.734 1.163h5.49q.397 0 .485.396q.089.396-.296.568q-.061.03-.104.033t-.104.003H3v4.462h5.116q.213 0 .356.143q.144.143.144.356t-.144.357t-.356.143H3v3.116q0 .779.553 1.331q.553.553 1.332.553h5.294L9.714 20h-5.68q-.297 0-.388-.286q-.09-.285.152-.447zm9.707-5.154l-1.529 7.22q-.036.177-.177.286q-.14.11-.322.11q-.25 0-.406-.183t-.094-.432l2.255-12.1L12 9.312v2.13q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357v-2.28q0-.243.134-.432q.133-.19.35-.295l3.45-1.535q.591-.261 1.11-.13t.829.653l.673 1.158q.577 1.042 1.292 1.703q.716.66 1.687.866q.214.062.344.205t.131.357q0 .194-.143.334t-.332.11q-1.258-.239-2.148-1q-.89-.762-1.55-1.829l-.715 3.596l1.36 1.4q.222.218.337.516q.114.298.114.607V20.5q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357v-4.673zM17 5.52q-.613 0-1.047-.433q-.434-.434-.434-1.047t.434-1.048q.434-.433 1.047-.433t1.047.433t.434 1.048t-.434 1.047T17 5.519"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSubwayWalkOutlineRounded(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="M6.293 15.832q.323-.323.323-.794q0-.47-.323-.793q-.322-.322-.793-.322t-.793.322q-.323.322-.323.793t.323.794t.793.322t.793-.322m-1.408 2.706q-1.2 0-2.043-.842Q2 16.854 2 15.654V6.539Q2 4.944 3.636 4.24q1.638-.7 5.364-.7q1.096 0 2.011.056q.916.057 1.664.182q.22.03.357.21t.137.4q0 .188-.159.31q-.158.122-.346.086q-.706-.125-1.613-.185T9 4.538q-2.746 0-4.168.376q-1.422.375-1.734 1.163h5.49q.397 0 .485.396q.089.396-.296.568q-.061.03-.104.033t-.104.003H3v4.462h5.116q.213 0 .356.143q.144.143.144.356t-.144.357t-.356.143H3v3.116q0 .779.553 1.331q.553.553 1.332.553h5.294L9.714 20h-5.68q-.297 0-.388-.286q-.09-.285.152-.447zm9.707-5.154l-1.529 7.22q-.036.177-.177.286q-.14.11-.322.11q-.25 0-.406-.183t-.094-.432l2.255-12.1L12 9.312v2.13q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357v-2.28q0-.243.134-.432q.133-.19.35-.295l3.45-1.535q.591-.261 1.11-.13t.829.653l.673 1.158q.577 1.042 1.292 1.703q.716.66 1.687.866q.214.062.344.205t.131.357q0 .194-.143.334t-.332.11q-1.258-.239-2.148-1q-.89-.762-1.55-1.829l-.715 3.596l1.36 1.4q.222.218.337.516q.114.298.114.607V20.5q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357v-4.673zM17 5.52q-.613 0-1.047-.433q-.434-.434-.434-1.047t.434-1.048q.434-.433 1.047-.433t1.047.433t.434 1.048t-.434 1.047T17 5.519"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.293 15.832q.323-.323.323-.794q0-.47-.323-.793q-.322-.322-.793-.322t-.793.322q-.323.322-.323.793t.323.794t.793.322t.793-.322m-1.408 2.706q-1.2 0-2.043-.842Q2 16.854 2 15.654V6.539Q2 4.944 3.636 4.24q1.638-.7 5.364-.7q1.096 0 2.011.056q.916.057 1.664.182q.22.03.357.21t.137.4q0 .188-.159.31q-.158.122-.346.086q-.706-.125-1.613-.185T9 4.538q-2.746 0-4.168.376q-1.422.375-1.734 1.163h5.49q.397 0 .485.396q.089.396-.296.568q-.061.03-.104.033t-.104.003H3v4.462h5.116q.213 0 .356.143q.144.143.144.356t-.144.357t-.356.143H3v3.116q0 .779.553 1.331q.553.553 1.332.553h5.294L9.714 20h-5.68q-.297 0-.388-.286q-.09-.285.152-.447zm9.707-5.154l-1.529 7.22q-.036.177-.177.286q-.14.11-.322.11q-.25 0-.406-.183t-.094-.432l2.255-12.1L12 9.312v2.13q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357v-2.28q0-.243.134-.432q.133-.19.35-.295l3.45-1.535q.591-.261 1.11-.13t.829.653l.673 1.158q.577 1.042 1.292 1.703q.716.66 1.687.866q.214.062.344.205t.131.357q0 .194-.143.334t-.332.11q-1.258-.239-2.148-1q-.89-.762-1.55-1.829l-.715 3.596l1.36 1.4q.222.218.337.516q.114.298.114.607V20.5q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357v-4.673zM17 5.52q-.613 0-1.047-.433q-.434-.434-.434-1.047t.434-1.048q.434-.433 1.047-.433t1.047.433t.434 1.048t-.434 1.047T17 5.519"/></svg> </template>
CSS
.icon-subway-walk-outline-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%22M6.293%2015.832q.323-.323.323-.794q0-.47-.323-.793q-.322-.322-.793-.322t-.793.322q-.323.322-.323.793t.323.794t.793.322t.793-.322m-1.408%202.706q-1.2%200-2.043-.842Q2%2016.854%202%2015.654V6.539Q2%204.944%203.636%204.24q1.638-.7%205.364-.7q1.096%200%202.011.056q.916.057%201.664.182q.22.03.357.21t.137.4q0%20.188-.159.31q-.158.122-.346.086q-.706-.125-1.613-.185T9%204.538q-2.746%200-4.168.376q-1.422.375-1.734%201.163h5.49q.397%200%20.485.396q.089.396-.296.568q-.061.03-.104.033t-.104.003H3v4.462h5.116q.213%200%20.356.143q.144.143.144.356t-.144.357t-.356.143H3v3.116q0%20.779.553%201.331q.553.553%201.332.553h5.294L9.714%2020h-5.68q-.297%200-.388-.286q-.09-.285.152-.447zm9.707-5.154l-1.529%207.22q-.036.177-.177.286q-.14.11-.322.11q-.25%200-.406-.183t-.094-.432l2.255-12.1L12%209.312v2.13q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357v-2.28q0-.243.134-.432q.133-.19.35-.295l3.45-1.535q.591-.261%201.11-.13t.829.653l.673%201.158q.577%201.042%201.292%201.703q.716.66%201.687.866q.214.062.344.205t.131.357q0%20.194-.143.334t-.332.11q-1.258-.239-2.148-1q-.89-.762-1.55-1.829l-.715%203.596l1.36%201.4q.222.218.337.516q.114.298.114.607V20.5q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357v-4.673zM17%205.52q-.613%200-1.047-.433q-.434-.434-.434-1.047t.434-1.048q.434-.433%201.047-.433t1.047.433t.434%201.048t-.434%201.047T17%205.519%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%22M6.293%2015.832q.323-.323.323-.794q0-.47-.323-.793q-.322-.322-.793-.322t-.793.322q-.323.322-.323.793t.323.794t.793.322t.793-.322m-1.408%202.706q-1.2%200-2.043-.842Q2%2016.854%202%2015.654V6.539Q2%204.944%203.636%204.24q1.638-.7%205.364-.7q1.096%200%202.011.056q.916.057%201.664.182q.22.03.357.21t.137.4q0%20.188-.159.31q-.158.122-.346.086q-.706-.125-1.613-.185T9%204.538q-2.746%200-4.168.376q-1.422.375-1.734%201.163h5.49q.397%200%20.485.396q.089.396-.296.568q-.061.03-.104.033t-.104.003H3v4.462h5.116q.213%200%20.356.143q.144.143.144.356t-.144.357t-.356.143H3v3.116q0%20.779.553%201.331q.553.553%201.332.553h5.294L9.714%2020h-5.68q-.297%200-.388-.286q-.09-.285.152-.447zm9.707-5.154l-1.529%207.22q-.036.177-.177.286q-.14.11-.322.11q-.25%200-.406-.183t-.094-.432l2.255-12.1L12%209.312v2.13q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357v-2.28q0-.243.134-.432q.133-.19.35-.295l3.45-1.535q.591-.261%201.11-.13t.829.653l.673%201.158q.577%201.042%201.292%201.703q.716.66%201.687.866q.214.062.344.205t.131.357q0%20.194-.143.334t-.332.11q-1.258-.239-2.148-1q-.89-.762-1.55-1.829l-.715%203.596l1.36%201.4q.222.218.337.516q.114.298.114.607V20.5q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357v-4.673zM17%205.52q-.613%200-1.047-.433q-.434-.434-.434-1.047t.434-1.048q.434-.433%201.047-.433t1.047.433t.434%201.048t-.434%201.047T17%205.519%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-walk-outline-rounded.svg?color=%231a73e8&size=48