transit transfer icon

transit-transfer from Material Design Icons by Pictogrammers · Filled · Navigation · Apache-2.0 Free for personal and commercial use.

Name
transit-transfer
Set
Material Design Icons
Style
Filled
Category
Navigation
Viewbox
24×24
License
Apache 2.0
Aliases
transfer-within-a-station

More navigation icons from Material Design Icons

Use the transit transfer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 15.5H22V17h-5.5v1.75l-2.5-2.5l2.5-2.5zm3 4.25V18l2.5 2.5l-2.5 2.5v-1.75H14v-1.5zM9.5 5.5a2 2 0 0 1-2-2a2 2 0 0 1 2-2a2 2 0 0 1 2 2a2 2 0 0 1-2 2M5.75 8.9L4 9.65V13H2V8.3l5.25-2.15Q7.625 6 8 6c.7 0 1.35.35 1.7.95l.95 1.6C11.55 10 13.15 11 15 11v2c-2.2 0-4.15-1-5.45-2.6l-.6 3L11 15.45V23H9v-6l-2.15-2l-1.75 8H3z"/></svg>

React

import type { SVGProps } from "react";

export function MdiTransitTransfer(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="M16.5 15.5H22V17h-5.5v1.75l-2.5-2.5l2.5-2.5zm3 4.25V18l2.5 2.5l-2.5 2.5v-1.75H14v-1.5zM9.5 5.5a2 2 0 0 1-2-2a2 2 0 0 1 2-2a2 2 0 0 1 2 2a2 2 0 0 1-2 2M5.75 8.9L4 9.65V13H2V8.3l5.25-2.15Q7.625 6 8 6c.7 0 1.35.35 1.7.95l.95 1.6C11.55 10 13.15 11 15 11v2c-2.2 0-4.15-1-5.45-2.6l-.6 3L11 15.45V23H9v-6l-2.15-2l-1.75 8H3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 15.5H22V17h-5.5v1.75l-2.5-2.5l2.5-2.5zm3 4.25V18l2.5 2.5l-2.5 2.5v-1.75H14v-1.5zM9.5 5.5a2 2 0 0 1-2-2a2 2 0 0 1 2-2a2 2 0 0 1 2 2a2 2 0 0 1-2 2M5.75 8.9L4 9.65V13H2V8.3l5.25-2.15Q7.625 6 8 6c.7 0 1.35.35 1.7.95l.95 1.6C11.55 10 13.15 11 15 11v2c-2.2 0-4.15-1-5.45-2.6l-.6 3L11 15.45V23H9v-6l-2.15-2l-1.75 8H3z"/></svg>
</template>

CSS

.icon-transit-transfer {
  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%22M16.5%2015.5H22V17h-5.5v1.75l-2.5-2.5l2.5-2.5zm3%204.25V18l2.5%202.5l-2.5%202.5v-1.75H14v-1.5zM9.5%205.5a2%202%200%200%201-2-2a2%202%200%200%201%202-2a2%202%200%200%201%202%202a2%202%200%200%201-2%202M5.75%208.9L4%209.65V13H2V8.3l5.25-2.15Q7.625%206%208%206c.7%200%201.35.35%201.7.95l.95%201.6C11.55%2010%2013.15%2011%2015%2011v2c-2.2%200-4.15-1-5.45-2.6l-.6%203L11%2015.45V23H9v-6l-2.15-2l-1.75%208H3z%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%22M16.5%2015.5H22V17h-5.5v1.75l-2.5-2.5l2.5-2.5zm3%204.25V18l2.5%202.5l-2.5%202.5v-1.75H14v-1.5zM9.5%205.5a2%202%200%200%201-2-2a2%202%200%200%201%202-2a2%202%200%200%201%202%202a2%202%200%200%201-2%202M5.75%208.9L4%209.65V13H2V8.3l5.25-2.15Q7.625%206%208%206c.7%200%201.35.35%201.7.95l.95%201.6C11.55%2010%2013.15%2011%2015%2011v2c-2.2%200-4.15-1-5.45-2.6l-.6%203L11%2015.45V23H9v-6l-2.15-2l-1.75%208H3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/transit-transfer.svg?color=%231a73e8&size=48