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

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

3 other variants in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

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.563 15.563Q7 15.125 7 14.5t-.437-1.062T5.5 13t-1.062.438T4 14.5t.438 1.063T5.5 16t1.063-.437M3 21v-1l1.5-1q-1.45 0-2.475-1.025T1 15.5V6q0-2.075 1.925-3.037T9 2q1.325 0 2.5.088t2.175.312L13.5 4.65L8 7H3v3h5v4h2.675l-1.5 7zm8 1l2.8-13.1l-1.8.7V12h-2V8.3l5.05-2.15q.725-.3 1.475-.062T17.7 7l1 1.6q.6 1.05 1.238 1.725T22 11v2q-1.65 0-2.587-.687T17.5 10.5l-.6 2l2.1 2V22h-2v-6l-2.1-2l-1.8 8zm6.5-16.5q-.825 0-1.412-.587T15.5 3.5t.588-1.412T17.5 1.5t1.413.588T19.5 3.5t-.587 1.413T17.5 5.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSubwayWalk(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.563 15.563Q7 15.125 7 14.5t-.437-1.062T5.5 13t-1.062.438T4 14.5t.438 1.063T5.5 16t1.063-.437M3 21v-1l1.5-1q-1.45 0-2.475-1.025T1 15.5V6q0-2.075 1.925-3.037T9 2q1.325 0 2.5.088t2.175.312L13.5 4.65L8 7H3v3h5v4h2.675l-1.5 7zm8 1l2.8-13.1l-1.8.7V12h-2V8.3l5.05-2.15q.725-.3 1.475-.062T17.7 7l1 1.6q.6 1.05 1.238 1.725T22 11v2q-1.65 0-2.587-.687T17.5 10.5l-.6 2l2.1 2V22h-2v-6l-2.1-2l-1.8 8zm6.5-16.5q-.825 0-1.412-.587T15.5 3.5t.588-1.412T17.5 1.5t1.413.588T19.5 3.5t-.587 1.413T17.5 5.5"/></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.563 15.563Q7 15.125 7 14.5t-.437-1.062T5.5 13t-1.062.438T4 14.5t.438 1.063T5.5 16t1.063-.437M3 21v-1l1.5-1q-1.45 0-2.475-1.025T1 15.5V6q0-2.075 1.925-3.037T9 2q1.325 0 2.5.088t2.175.312L13.5 4.65L8 7H3v3h5v4h2.675l-1.5 7zm8 1l2.8-13.1l-1.8.7V12h-2V8.3l5.05-2.15q.725-.3 1.475-.062T17.7 7l1 1.6q.6 1.05 1.238 1.725T22 11v2q-1.65 0-2.587-.687T17.5 10.5l-.6 2l2.1 2V22h-2v-6l-2.1-2l-1.8 8zm6.5-16.5q-.825 0-1.412-.587T15.5 3.5t.588-1.412T17.5 1.5t1.413.588T19.5 3.5t-.587 1.413T17.5 5.5"/></svg>
</template>

CSS

.icon-subway-walk {
  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.563%2015.563Q7%2015.125%207%2014.5t-.437-1.062T5.5%2013t-1.062.438T4%2014.5t.438%201.063T5.5%2016t1.063-.437M3%2021v-1l1.5-1q-1.45%200-2.475-1.025T1%2015.5V6q0-2.075%201.925-3.037T9%202q1.325%200%202.5.088t2.175.312L13.5%204.65L8%207H3v3h5v4h2.675l-1.5%207zm8%201l2.8-13.1l-1.8.7V12h-2V8.3l5.05-2.15q.725-.3%201.475-.062T17.7%207l1%201.6q.6%201.05%201.238%201.725T22%2011v2q-1.65%200-2.587-.687T17.5%2010.5l-.6%202l2.1%202V22h-2v-6l-2.1-2l-1.8%208zm6.5-16.5q-.825%200-1.412-.587T15.5%203.5t.588-1.412T17.5%201.5t1.413.588T19.5%203.5t-.587%201.413T17.5%205.5%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.563%2015.563Q7%2015.125%207%2014.5t-.437-1.062T5.5%2013t-1.062.438T4%2014.5t.438%201.063T5.5%2016t1.063-.437M3%2021v-1l1.5-1q-1.45%200-2.475-1.025T1%2015.5V6q0-2.075%201.925-3.037T9%202q1.325%200%202.5.088t2.175.312L13.5%204.65L8%207H3v3h5v4h2.675l-1.5%207zm8%201l2.8-13.1l-1.8.7V12h-2V8.3l5.05-2.15q.725-.3%201.475-.062T17.7%207l1%201.6q.6%201.05%201.238%201.725T22%2011v2q-1.65%200-2.587-.687T17.5%2010.5l-.6%202l2.1%202V22h-2v-6l-2.1-2l-1.8%208zm6.5-16.5q-.825%200-1.412-.587T15.5%203.5t.588-1.412T17.5%201.5t1.413.588T19.5%203.5t-.587%201.413T17.5%205.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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