outline departure board icon

outline-departure-board from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
outline-departure-board
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the outline departure board icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="5.5" cy="16.5" r="1.5" fill="currentColor"/><circle cx="12.5" cy="16.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M16 1a6.98 6.98 0 0 0-5.75 3.02C9.84 4.01 9.43 4 9 4c-4.42 0-8 .5-8 4v10c0 .88.39 1.67 1 2.22V22c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h8v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1.78c.61-.55 1-1.34 1-2.22v-3.08c3.39-.49 6-3.39 6-6.92c0-3.87-3.13-7-7-7M9 6h.29c-.09.32-.16.66-.21.99H3.34C3.89 6.46 5.31 6 9 6M3 8.99h6.08c.16 1.11.57 2.13 1.18 3.01H3zM15 18c0 .37-.21.62-.34.73l-.29.27H3.63l-.29-.27A.97.97 0 0 1 3 18v-4h9.41c.78.47 1.65.79 2.59.92zm1-5c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5m.5-9H15v5l3.62 2.16l.75-1.23l-2.87-1.68z"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineDepartureBoard(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="5.5" cy="16.5" r="1.5" fill="currentColor"/><circle cx="12.5" cy="16.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M16 1a6.98 6.98 0 0 0-5.75 3.02C9.84 4.01 9.43 4 9 4c-4.42 0-8 .5-8 4v10c0 .88.39 1.67 1 2.22V22c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h8v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1.78c.61-.55 1-1.34 1-2.22v-3.08c3.39-.49 6-3.39 6-6.92c0-3.87-3.13-7-7-7M9 6h.29c-.09.32-.16.66-.21.99H3.34C3.89 6.46 5.31 6 9 6M3 8.99h6.08c.16 1.11.57 2.13 1.18 3.01H3zM15 18c0 .37-.21.62-.34.73l-.29.27H3.63l-.29-.27A.97.97 0 0 1 3 18v-4h9.41c.78.47 1.65.79 2.59.92zm1-5c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5m.5-9H15v5l3.62 2.16l.75-1.23l-2.87-1.68z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="5.5" cy="16.5" r="1.5" fill="currentColor"/><circle cx="12.5" cy="16.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M16 1a6.98 6.98 0 0 0-5.75 3.02C9.84 4.01 9.43 4 9 4c-4.42 0-8 .5-8 4v10c0 .88.39 1.67 1 2.22V22c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h8v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1.78c.61-.55 1-1.34 1-2.22v-3.08c3.39-.49 6-3.39 6-6.92c0-3.87-3.13-7-7-7M9 6h.29c-.09.32-.16.66-.21.99H3.34C3.89 6.46 5.31 6 9 6M3 8.99h6.08c.16 1.11.57 2.13 1.18 3.01H3zM15 18c0 .37-.21.62-.34.73l-.29.27H3.63l-.29-.27A.97.97 0 0 1 3 18v-4h9.41c.78.47 1.65.79 2.59.92zm1-5c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5m.5-9H15v5l3.62 2.16l.75-1.23l-2.87-1.68z"/></svg>
</template>

CSS

.icon-outline-departure-board {
  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%3Ccircle%20cx%3D%225.5%22%20cy%3D%2216.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2212.5%22%20cy%3D%2216.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%201a6.98%206.98%200%200%200-5.75%203.02C9.84%204.01%209.43%204%209%204c-4.42%200-8%20.5-8%204v10c0%20.88.39%201.67%201%202.22V22c0%20.55.45%201%201%201h1c.55%200%201-.45%201-1v-1h8v1c0%20.55.45%201%201%201h1c.55%200%201-.45%201-1v-1.78c.61-.55%201-1.34%201-2.22v-3.08c3.39-.49%206-3.39%206-6.92c0-3.87-3.13-7-7-7M9%206h.29c-.09.32-.16.66-.21.99H3.34C3.89%206.46%205.31%206%209%206M3%208.99h6.08c.16%201.11.57%202.13%201.18%203.01H3zM15%2018c0%20.37-.21.62-.34.73l-.29.27H3.63l-.29-.27A.97.97%200%200%201%203%2018v-4h9.41c.78.47%201.65.79%202.59.92zm1-5c-2.76%200-5-2.24-5-5s2.24-5%205-5s5%202.24%205%205s-2.24%205-5%205m.5-9H15v5l3.62%202.16l.75-1.23l-2.87-1.68z%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%3Ccircle%20cx%3D%225.5%22%20cy%3D%2216.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2212.5%22%20cy%3D%2216.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%201a6.98%206.98%200%200%200-5.75%203.02C9.84%204.01%209.43%204%209%204c-4.42%200-8%20.5-8%204v10c0%20.88.39%201.67%201%202.22V22c0%20.55.45%201%201%201h1c.55%200%201-.45%201-1v-1h8v1c0%20.55.45%201%201%201h1c.55%200%201-.45%201-1v-1.78c.61-.55%201-1.34%201-2.22v-3.08c3.39-.49%206-3.39%206-6.92c0-3.87-3.13-7-7-7M9%206h.29c-.09.32-.16.66-.21.99H3.34C3.89%206.46%205.31%206%209%206M3%208.99h6.08c.16%201.11.57%202.13%201.18%203.01H3zM15%2018c0%20.37-.21.62-.34.73l-.29.27H3.63l-.29-.27A.97.97%200%200%201%203%2018v-4h9.41c.78.47%201.65.79%202.59.92zm1-5c-2.76%200-5-2.24-5-5s2.24-5%205-5s5%202.24%205%205s-2.24%205-5%205m.5-9H15v5l3.62%202.16l.75-1.23l-2.87-1.68z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-departure-board.svg?color=%231a73e8&size=48