transit connection variant icon

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

Name
transit-connection-variant
Set
Material Design Icons
Style
Filled
Category
Navigation
Viewbox
24×24
License
Apache 2.0

More navigation icons from Material Design Icons

Use the transit connection variant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 11h-3.18C14.4 9.84 13.3 9 12 9s-2.4.84-2.82 2H6c-.33 0-2-.1-2-2V8c0-1.83 1.54-2 2-2h10.18C16.6 7.16 17.7 8 19 8a3 3 0 0 0 3-3a3 3 0 0 0-3-3c-1.3 0-2.4.84-2.82 2H6C4.39 4 2 5.06 2 8v1c0 2.94 2.39 4 4 4h3.18c.42 1.16 1.52 2 2.82 2s2.4-.84 2.82-2H18c.33 0 2 .1 2 2v1c0 1.83-1.54 2-2 2H7.82C7.4 16.84 6.3 16 5 16a3 3 0 0 0-3 3a3 3 0 0 0 3 3c1.3 0 2.4-.84 2.82-2H18c1.61 0 4-1.07 4-4v-1c0-2.93-2.39-4-4-4m1-7a1 1 0 0 1 1 1a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1M5 20a1 1 0 0 1-1-1a1 1 0 0 1 1-1a1 1 0 0 1 1 1a1 1 0 0 1-1 1"/></svg>

React

import type { SVGProps } from "react";

export function MdiTransitConnectionVariant(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="M18 11h-3.18C14.4 9.84 13.3 9 12 9s-2.4.84-2.82 2H6c-.33 0-2-.1-2-2V8c0-1.83 1.54-2 2-2h10.18C16.6 7.16 17.7 8 19 8a3 3 0 0 0 3-3a3 3 0 0 0-3-3c-1.3 0-2.4.84-2.82 2H6C4.39 4 2 5.06 2 8v1c0 2.94 2.39 4 4 4h3.18c.42 1.16 1.52 2 2.82 2s2.4-.84 2.82-2H18c.33 0 2 .1 2 2v1c0 1.83-1.54 2-2 2H7.82C7.4 16.84 6.3 16 5 16a3 3 0 0 0-3 3a3 3 0 0 0 3 3c1.3 0 2.4-.84 2.82-2H18c1.61 0 4-1.07 4-4v-1c0-2.93-2.39-4-4-4m1-7a1 1 0 0 1 1 1a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1M5 20a1 1 0 0 1-1-1a1 1 0 0 1 1-1a1 1 0 0 1 1 1a1 1 0 0 1-1 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 11h-3.18C14.4 9.84 13.3 9 12 9s-2.4.84-2.82 2H6c-.33 0-2-.1-2-2V8c0-1.83 1.54-2 2-2h10.18C16.6 7.16 17.7 8 19 8a3 3 0 0 0 3-3a3 3 0 0 0-3-3c-1.3 0-2.4.84-2.82 2H6C4.39 4 2 5.06 2 8v1c0 2.94 2.39 4 4 4h3.18c.42 1.16 1.52 2 2.82 2s2.4-.84 2.82-2H18c.33 0 2 .1 2 2v1c0 1.83-1.54 2-2 2H7.82C7.4 16.84 6.3 16 5 16a3 3 0 0 0-3 3a3 3 0 0 0 3 3c1.3 0 2.4-.84 2.82-2H18c1.61 0 4-1.07 4-4v-1c0-2.93-2.39-4-4-4m1-7a1 1 0 0 1 1 1a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1M5 20a1 1 0 0 1-1-1a1 1 0 0 1 1-1a1 1 0 0 1 1 1a1 1 0 0 1-1 1"/></svg>
</template>

CSS

.icon-transit-connection-variant {
  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%22M18%2011h-3.18C14.4%209.84%2013.3%209%2012%209s-2.4.84-2.82%202H6c-.33%200-2-.1-2-2V8c0-1.83%201.54-2%202-2h10.18C16.6%207.16%2017.7%208%2019%208a3%203%200%200%200%203-3a3%203%200%200%200-3-3c-1.3%200-2.4.84-2.82%202H6C4.39%204%202%205.06%202%208v1c0%202.94%202.39%204%204%204h3.18c.42%201.16%201.52%202%202.82%202s2.4-.84%202.82-2H18c.33%200%202%20.1%202%202v1c0%201.83-1.54%202-2%202H7.82C7.4%2016.84%206.3%2016%205%2016a3%203%200%200%200-3%203a3%203%200%200%200%203%203c1.3%200%202.4-.84%202.82-2H18c1.61%200%204-1.07%204-4v-1c0-2.93-2.39-4-4-4m1-7a1%201%200%200%201%201%201a1%201%200%200%201-1%201a1%201%200%200%201-1-1a1%201%200%200%201%201-1M5%2020a1%201%200%200%201-1-1a1%201%200%200%201%201-1a1%201%200%200%201%201%201a1%201%200%200%201-1%201%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%22M18%2011h-3.18C14.4%209.84%2013.3%209%2012%209s-2.4.84-2.82%202H6c-.33%200-2-.1-2-2V8c0-1.83%201.54-2%202-2h10.18C16.6%207.16%2017.7%208%2019%208a3%203%200%200%200%203-3a3%203%200%200%200-3-3c-1.3%200-2.4.84-2.82%202H6C4.39%204%202%205.06%202%208v1c0%202.94%202.39%204%204%204h3.18c.42%201.16%201.52%202%202.82%202s2.4-.84%202.82-2H18c.33%200%202%20.1%202%202v1c0%201.83-1.54%202-2%202H7.82C7.4%2016.84%206.3%2016%205%2016a3%203%200%200%200-3%203a3%203%200%200%200%203%203c1.3%200%202.4-.84%202.82-2H18c1.61%200%204-1.07%204-4v-1c0-2.93-2.39-4-4-4m1-7a1%201%200%200%201%201%201a1%201%200%200%201-1%201a1%201%200%200%201-1-1a1%201%200%200%201%201-1M5%2020a1%201%200%200%201-1-1a1%201%200%200%201%201-1a1%201%200%200%201%201%201a1%201%200%200%201-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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