transfer within a station icon

transfer-within-a-station from Material Symbols by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.

Name
transfer-within-a-station
Set
Material Symbols
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
transfer-within-a-station-outline, transfer-within-a-station-outline-sharp, transfer-within-a-station-sharp

1 other variant in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the transfer within a station icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 23L5.8 8.9L4 9.6V13H2V8.3l5.05-2.15q.725-.3 1.475-.062T9.7 7l1 1.6q.675 1.075 1.788 1.738T15 11v2q-1.65 0-3.088-.687T9.5 10.5l-.6 3l2.1 2V23H9v-6l-2.1-2l-1.8 8zM8.088 4.912Q7.5 4.325 7.5 3.5t.588-1.412T9.5 1.5t1.413.588T11.5 3.5t-.587 1.413T9.5 5.5t-1.412-.587M19.5 23l-1.05-1.05l.7-.7H14v-1.5h5.15l-.7-.7L19.5 18l2.5 2.5zm-3-4.25l-2.5-2.5l2.5-2.5l1.05 1.05l-.7.7H22V17h-5.15l.7.7z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTransferWithinAStation(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 23L5.8 8.9L4 9.6V13H2V8.3l5.05-2.15q.725-.3 1.475-.062T9.7 7l1 1.6q.675 1.075 1.788 1.738T15 11v2q-1.65 0-3.088-.687T9.5 10.5l-.6 3l2.1 2V23H9v-6l-2.1-2l-1.8 8zM8.088 4.912Q7.5 4.325 7.5 3.5t.588-1.412T9.5 1.5t1.413.588T11.5 3.5t-.587 1.413T9.5 5.5t-1.412-.587M19.5 23l-1.05-1.05l.7-.7H14v-1.5h5.15l-.7-.7L19.5 18l2.5 2.5zm-3-4.25l-2.5-2.5l2.5-2.5l1.05 1.05l-.7.7H22V17h-5.15l.7.7z"/></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 23L5.8 8.9L4 9.6V13H2V8.3l5.05-2.15q.725-.3 1.475-.062T9.7 7l1 1.6q.675 1.075 1.788 1.738T15 11v2q-1.65 0-3.088-.687T9.5 10.5l-.6 3l2.1 2V23H9v-6l-2.1-2l-1.8 8zM8.088 4.912Q7.5 4.325 7.5 3.5t.588-1.412T9.5 1.5t1.413.588T11.5 3.5t-.587 1.413T9.5 5.5t-1.412-.587M19.5 23l-1.05-1.05l.7-.7H14v-1.5h5.15l-.7-.7L19.5 18l2.5 2.5zm-3-4.25l-2.5-2.5l2.5-2.5l1.05 1.05l-.7.7H22V17h-5.15l.7.7z"/></svg>
</template>

CSS

.icon-transfer-within-a-station {
  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%2023L5.8%208.9L4%209.6V13H2V8.3l5.05-2.15q.725-.3%201.475-.062T9.7%207l1%201.6q.675%201.075%201.788%201.738T15%2011v2q-1.65%200-3.088-.687T9.5%2010.5l-.6%203l2.1%202V23H9v-6l-2.1-2l-1.8%208zM8.088%204.912Q7.5%204.325%207.5%203.5t.588-1.412T9.5%201.5t1.413.588T11.5%203.5t-.587%201.413T9.5%205.5t-1.412-.587M19.5%2023l-1.05-1.05l.7-.7H14v-1.5h5.15l-.7-.7L19.5%2018l2.5%202.5zm-3-4.25l-2.5-2.5l2.5-2.5l1.05%201.05l-.7.7H22V17h-5.15l.7.7z%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%2023L5.8%208.9L4%209.6V13H2V8.3l5.05-2.15q.725-.3%201.475-.062T9.7%207l1%201.6q.675%201.075%201.788%201.738T15%2011v2q-1.65%200-3.088-.687T9.5%2010.5l-.6%203l2.1%202V23H9v-6l-2.1-2l-1.8%208zM8.088%204.912Q7.5%204.325%207.5%203.5t.588-1.412T9.5%201.5t1.413.588T11.5%203.5t-.587%201.413T9.5%205.5t-1.412-.587M19.5%2023l-1.05-1.05l.7-.7H14v-1.5h5.15l-.7-.7L19.5%2018l2.5%202.5zm-3-4.25l-2.5-2.5l2.5-2.5l1.05%201.05l-.7.7H22V17h-5.15l.7.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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