subway-walk-outline from Material Symbols Light by Google · Outline · Transit · Apache-2.0 Free for personal and commercial use.

Name
subway-walk-outline
Set
Material Symbols Light
Style
Outline
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
subway-walk-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

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-.322M3.385 20v-.461l1.5-1q-1.2 0-2.043-.843Q2 16.854 2 15.654V6.539Q2 4.944 3.636 4.24q1.638-.7 5.364-.7q1.287 0 2.317.077q1.031.078 1.858.246l-.006 1.03q-.754-.192-1.785-.273T9 4.54q-2.746 0-4.168.375T3.098 6.077h7.84l-2.265 1H3v4.462h5.616v1H3v3.115q0 .377.151.729q.151.351.402.602q.25.251.603.402t.729.151h5.294L9.714 20zm8.557 1L14.32 8.285L12 9.311v2.63h-1V8.646L14.935 6.9q.59-.261 1.11-.13t.828.653l.673 1.158q.638 1.165 1.45 1.84q.81.675 2.004.79v1q-1.323-.115-2.337-.821t-1.836-2.063l-.715 3.596l1.811 1.866V21h-1v-5.173l-2.33-2.442L12.984 21zM17 5.52q-.613 0-1.047-.435q-.434-.433-.434-1.047t.434-1.047T17 2.558t1.047.433t.434 1.047t-.434 1.047q-.433.434-1.047.434"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSubwayWalkOutline(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-.322M3.385 20v-.461l1.5-1q-1.2 0-2.043-.843Q2 16.854 2 15.654V6.539Q2 4.944 3.636 4.24q1.638-.7 5.364-.7q1.287 0 2.317.077q1.031.078 1.858.246l-.006 1.03q-.754-.192-1.785-.273T9 4.54q-2.746 0-4.168.375T3.098 6.077h7.84l-2.265 1H3v4.462h5.616v1H3v3.115q0 .377.151.729q.151.351.402.602q.25.251.603.402t.729.151h5.294L9.714 20zm8.557 1L14.32 8.285L12 9.311v2.63h-1V8.646L14.935 6.9q.59-.261 1.11-.13t.828.653l.673 1.158q.638 1.165 1.45 1.84q.81.675 2.004.79v1q-1.323-.115-2.337-.821t-1.836-2.063l-.715 3.596l1.811 1.866V21h-1v-5.173l-2.33-2.442L12.984 21zM17 5.52q-.613 0-1.047-.435q-.434-.433-.434-1.047t.434-1.047T17 2.558t1.047.433t.434 1.047t-.434 1.047q-.433.434-1.047.434"/></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-.322M3.385 20v-.461l1.5-1q-1.2 0-2.043-.843Q2 16.854 2 15.654V6.539Q2 4.944 3.636 4.24q1.638-.7 5.364-.7q1.287 0 2.317.077q1.031.078 1.858.246l-.006 1.03q-.754-.192-1.785-.273T9 4.54q-2.746 0-4.168.375T3.098 6.077h7.84l-2.265 1H3v4.462h5.616v1H3v3.115q0 .377.151.729q.151.351.402.602q.25.251.603.402t.729.151h5.294L9.714 20zm8.557 1L14.32 8.285L12 9.311v2.63h-1V8.646L14.935 6.9q.59-.261 1.11-.13t.828.653l.673 1.158q.638 1.165 1.45 1.84q.81.675 2.004.79v1q-1.323-.115-2.337-.821t-1.836-2.063l-.715 3.596l1.811 1.866V21h-1v-5.173l-2.33-2.442L12.984 21zM17 5.52q-.613 0-1.047-.435q-.434-.433-.434-1.047t.434-1.047T17 2.558t1.047.433t.434 1.047t-.434 1.047q-.433.434-1.047.434"/></svg>
</template>

CSS

.icon-subway-walk-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%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-.322M3.385%2020v-.461l1.5-1q-1.2%200-2.043-.843Q2%2016.854%202%2015.654V6.539Q2%204.944%203.636%204.24q1.638-.7%205.364-.7q1.287%200%202.317.077q1.031.078%201.858.246l-.006%201.03q-.754-.192-1.785-.273T9%204.54q-2.746%200-4.168.375T3.098%206.077h7.84l-2.265%201H3v4.462h5.616v1H3v3.115q0%20.377.151.729q.151.351.402.602q.25.251.603.402t.729.151h5.294L9.714%2020zm8.557%201L14.32%208.285L12%209.311v2.63h-1V8.646L14.935%206.9q.59-.261%201.11-.13t.828.653l.673%201.158q.638%201.165%201.45%201.84q.81.675%202.004.79v1q-1.323-.115-2.337-.821t-1.836-2.063l-.715%203.596l1.811%201.866V21h-1v-5.173l-2.33-2.442L12.984%2021zM17%205.52q-.613%200-1.047-.435q-.434-.433-.434-1.047t.434-1.047T17%202.558t1.047.433t.434%201.047t-.434%201.047q-.433.434-1.047.434%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-.322M3.385%2020v-.461l1.5-1q-1.2%200-2.043-.843Q2%2016.854%202%2015.654V6.539Q2%204.944%203.636%204.24q1.638-.7%205.364-.7q1.287%200%202.317.077q1.031.078%201.858.246l-.006%201.03q-.754-.192-1.785-.273T9%204.54q-2.746%200-4.168.375T3.098%206.077h7.84l-2.265%201H3v4.462h5.616v1H3v3.115q0%20.377.151.729q.151.351.402.602q.25.251.603.402t.729.151h5.294L9.714%2020zm8.557%201L14.32%208.285L12%209.311v2.63h-1V8.646L14.935%206.9q.59-.261%201.11-.13t.828.653l.673%201.158q.638%201.165%201.45%201.84q.81.675%202.004.79v1q-1.323-.115-2.337-.821t-1.836-2.063l-.715%203.596l1.811%201.866V21h-1v-5.173l-2.33-2.442L12.984%2021zM17%205.52q-.613%200-1.047-.435q-.434-.433-.434-1.047t.434-1.047T17%202.558t1.047.433t.434%201.047t-.434%201.047q-.433.434-1.047.434%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.svg?color=%231a73e8&size=48