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

Name
subway-walk-rounded
Set
Material Symbols
Style
Rounded
Category
Transit
Viewbox
24×24
License
Apache 2.0

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-.437M4.5 19q-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 7H3v3h5v2q0 .825.588 1.413T10 14h.675l-1.5 7H3.15q-.375 0-.475-.363t.2-.562zm10.4-5l-1.625 7.2q-.075.35-.35.575t-.65.225q-.5 0-.8-.375t-.2-.875L13.8 8.9l-1.8.7V11q0 .425-.288.712T11 12t-.712-.288T10 11V8.95q0-.3.163-.537t.437-.363l4.45-1.9q.725-.3 1.475-.062T17.7 7l1 1.6q.5.85.975 1.463t1.35.837q.425.1.7.388T22 12t-.287.7t-.688.225q-1.2-.2-1.975-.875T17.5 10.5l-.6 2l1.475 1.4q.3.275.463.65t.162.8V21q0 .425-.288.713T18 22t-.712-.288T17 21v-5zm2.6-8.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 MaterialSymbolsSubwayWalkRounded(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-.437M4.5 19q-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 7H3v3h5v2q0 .825.588 1.413T10 14h.675l-1.5 7H3.15q-.375 0-.475-.363t.2-.562zm10.4-5l-1.625 7.2q-.075.35-.35.575t-.65.225q-.5 0-.8-.375t-.2-.875L13.8 8.9l-1.8.7V11q0 .425-.288.712T11 12t-.712-.288T10 11V8.95q0-.3.163-.537t.437-.363l4.45-1.9q.725-.3 1.475-.062T17.7 7l1 1.6q.5.85.975 1.463t1.35.837q.425.1.7.388T22 12t-.287.7t-.688.225q-1.2-.2-1.975-.875T17.5 10.5l-.6 2l1.475 1.4q.3.275.463.65t.162.8V21q0 .425-.288.713T18 22t-.712-.288T17 21v-5zm2.6-8.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-.437M4.5 19q-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 7H3v3h5v2q0 .825.588 1.413T10 14h.675l-1.5 7H3.15q-.375 0-.475-.363t.2-.562zm10.4-5l-1.625 7.2q-.075.35-.35.575t-.65.225q-.5 0-.8-.375t-.2-.875L13.8 8.9l-1.8.7V11q0 .425-.288.712T11 12t-.712-.288T10 11V8.95q0-.3.163-.537t.437-.363l4.45-1.9q.725-.3 1.475-.062T17.7 7l1 1.6q.5.85.975 1.463t1.35.837q.425.1.7.388T22 12t-.287.7t-.688.225q-1.2-.2-1.975-.875T17.5 10.5l-.6 2l1.475 1.4q.3.275.463.65t.162.8V21q0 .425-.288.713T18 22t-.712-.288T17 21v-5zm2.6-8.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-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.563%2015.563Q7%2015.125%207%2014.5t-.437-1.062T5.5%2013t-1.062.438T4%2014.5t.438%201.063T5.5%2016t1.063-.437M4.5%2019q-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%207H3v3h5v2q0%20.825.588%201.413T10%2014h.675l-1.5%207H3.15q-.375%200-.475-.363t.2-.562zm10.4-5l-1.625%207.2q-.075.35-.35.575t-.65.225q-.5%200-.8-.375t-.2-.875L13.8%208.9l-1.8.7V11q0%20.425-.288.712T11%2012t-.712-.288T10%2011V8.95q0-.3.163-.537t.437-.363l4.45-1.9q.725-.3%201.475-.062T17.7%207l1%201.6q.5.85.975%201.463t1.35.837q.425.1.7.388T22%2012t-.287.7t-.688.225q-1.2-.2-1.975-.875T17.5%2010.5l-.6%202l1.475%201.4q.3.275.463.65t.162.8V21q0%20.425-.288.713T18%2022t-.712-.288T17%2021v-5zm2.6-8.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-.437M4.5%2019q-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%207H3v3h5v2q0%20.825.588%201.413T10%2014h.675l-1.5%207H3.15q-.375%200-.475-.363t.2-.562zm10.4-5l-1.625%207.2q-.075.35-.35.575t-.65.225q-.5%200-.8-.375t-.2-.875L13.8%208.9l-1.8.7V11q0%20.425-.288.712T11%2012t-.712-.288T10%2011V8.95q0-.3.163-.537t.437-.363l4.45-1.9q.725-.3%201.475-.062T17.7%207l1%201.6q.5.85.975%201.463t1.35.837q.425.1.7.388T22%2012t-.287.7t-.688.225q-1.2-.2-1.975-.875T17.5%2010.5l-.6%202l1.475%201.4q.3.275.463.65t.162.8V21q0%20.425-.288.713T18%2022t-.712-.288T17%2021v-5zm2.6-8.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-rounded.svg?color=%231a73e8&size=48