transit connection horizontal icon

transit-connection-horizontal from Material Design Icons by Pictogrammers · Filled · Transportation + Other · Apache-2.0 Free for personal and commercial use.

Name
transit-connection-horizontal
Set
Material Design Icons
Style
Filled
Category
Transportation + Other
Viewbox
24×24
License
Apache 2.0

More transportation + other icons from Material Design Icons

Use the transit connection horizontal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 9c-1.3 0-2.4.8-2.8 2H6.8C6.4 9.8 5.3 9 4 9c-1.7 0-3 1.3-3 3s1.3 3 3 3c1.3 0 2.4-.8 2.8-2h2.4c.4 1.2 1.5 2 2.8 2s2.4-.8 2.8-2h2.4c.4 1.2 1.5 2 2.8 2c1.7 0 3-1.3 3-3s-1.3-3-3-3c-1.3 0-2.4.8-2.8 2h-2.4c-.4-1.2-1.5-2-2.8-2m-9 3c0-.6.4-1 1-1s1 .4 1 1s-.4 1-1 1s-1-.4-1-1m18 0c0 .6-.4 1-1 1s-1-.4-1-1s.4-1 1-1s1 .4 1 1"/></svg>

React

import type { SVGProps } from "react";

export function MdiTransitConnectionHorizontal(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="M12 9c-1.3 0-2.4.8-2.8 2H6.8C6.4 9.8 5.3 9 4 9c-1.7 0-3 1.3-3 3s1.3 3 3 3c1.3 0 2.4-.8 2.8-2h2.4c.4 1.2 1.5 2 2.8 2s2.4-.8 2.8-2h2.4c.4 1.2 1.5 2 2.8 2c1.7 0 3-1.3 3-3s-1.3-3-3-3c-1.3 0-2.4.8-2.8 2h-2.4c-.4-1.2-1.5-2-2.8-2m-9 3c0-.6.4-1 1-1s1 .4 1 1s-.4 1-1 1s-1-.4-1-1m18 0c0 .6-.4 1-1 1s-1-.4-1-1s.4-1 1-1s1 .4 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="M12 9c-1.3 0-2.4.8-2.8 2H6.8C6.4 9.8 5.3 9 4 9c-1.7 0-3 1.3-3 3s1.3 3 3 3c1.3 0 2.4-.8 2.8-2h2.4c.4 1.2 1.5 2 2.8 2s2.4-.8 2.8-2h2.4c.4 1.2 1.5 2 2.8 2c1.7 0 3-1.3 3-3s-1.3-3-3-3c-1.3 0-2.4.8-2.8 2h-2.4c-.4-1.2-1.5-2-2.8-2m-9 3c0-.6.4-1 1-1s1 .4 1 1s-.4 1-1 1s-1-.4-1-1m18 0c0 .6-.4 1-1 1s-1-.4-1-1s.4-1 1-1s1 .4 1 1"/></svg>
</template>

CSS

.icon-transit-connection-horizontal {
  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%22M12%209c-1.3%200-2.4.8-2.8%202H6.8C6.4%209.8%205.3%209%204%209c-1.7%200-3%201.3-3%203s1.3%203%203%203c1.3%200%202.4-.8%202.8-2h2.4c.4%201.2%201.5%202%202.8%202s2.4-.8%202.8-2h2.4c.4%201.2%201.5%202%202.8%202c1.7%200%203-1.3%203-3s-1.3-3-3-3c-1.3%200-2.4.8-2.8%202h-2.4c-.4-1.2-1.5-2-2.8-2m-9%203c0-.6.4-1%201-1s1%20.4%201%201s-.4%201-1%201s-1-.4-1-1m18%200c0%20.6-.4%201-1%201s-1-.4-1-1s.4-1%201-1s1%20.4%201%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%22M12%209c-1.3%200-2.4.8-2.8%202H6.8C6.4%209.8%205.3%209%204%209c-1.7%200-3%201.3-3%203s1.3%203%203%203c1.3%200%202.4-.8%202.8-2h2.4c.4%201.2%201.5%202%202.8%202s2.4-.8%202.8-2h2.4c.4%201.2%201.5%202%202.8%202c1.7%200%203-1.3%203-3s-1.3-3-3-3c-1.3%200-2.4.8-2.8%202h-2.4c-.4-1.2-1.5-2-2.8-2m-9%203c0-.6.4-1%201-1s1%20.4%201%201s-.4%201-1%201s-1-.4-1-1m18%200c0%20.6-.4%201-1%201s-1-.4-1-1s.4-1%201-1s1%20.4%201%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-horizontal.svg?color=%231a73e8&size=48