round departure board icon

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

Name
round-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 round departure board icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.34 1.13c-2.94-.55-5.63.75-7.12 2.92c.01-.01.01-.02.02-.03C9.84 4 9.42 4 9 4c-4.42 0-8 .5-8 4v10c0 .88.39 1.67 1 2.22v1.28c0 .83.67 1.5 1.5 1.5S5 22.33 5 21.5V21h8v.5c0 .82.67 1.5 1.5 1.5c.82 0 1.5-.67 1.5-1.5v-1.28c.61-.55 1-1.34 1-2.22v-3.08c3.72-.54 6.5-3.98 5.92-7.97c-.42-2.9-2.7-5.29-5.58-5.82M4.5 19c-.83 0-1.5-.67-1.5-1.5S3.67 16 4.5 16s1.5.67 1.5 1.5S5.33 19 4.5 19M3 13V8h6c0 1.96.81 3.73 2.11 5zm10.5 6c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5m2.5-6c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5m-.25-9c-.41 0-.75.34-.75.75v3.68c0 .35.19.68.49.86l2.52 1.51c.34.2.78.09.98-.24a.71.71 0 0 0-.25-.99L16.5 8.25v-3.5c0-.41-.34-.75-.75-.75"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundDepartureBoard(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="M17.34 1.13c-2.94-.55-5.63.75-7.12 2.92c.01-.01.01-.02.02-.03C9.84 4 9.42 4 9 4c-4.42 0-8 .5-8 4v10c0 .88.39 1.67 1 2.22v1.28c0 .83.67 1.5 1.5 1.5S5 22.33 5 21.5V21h8v.5c0 .82.67 1.5 1.5 1.5c.82 0 1.5-.67 1.5-1.5v-1.28c.61-.55 1-1.34 1-2.22v-3.08c3.72-.54 6.5-3.98 5.92-7.97c-.42-2.9-2.7-5.29-5.58-5.82M4.5 19c-.83 0-1.5-.67-1.5-1.5S3.67 16 4.5 16s1.5.67 1.5 1.5S5.33 19 4.5 19M3 13V8h6c0 1.96.81 3.73 2.11 5zm10.5 6c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5m2.5-6c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5m-.25-9c-.41 0-.75.34-.75.75v3.68c0 .35.19.68.49.86l2.52 1.51c.34.2.78.09.98-.24a.71.71 0 0 0-.25-.99L16.5 8.25v-3.5c0-.41-.34-.75-.75-.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.34 1.13c-2.94-.55-5.63.75-7.12 2.92c.01-.01.01-.02.02-.03C9.84 4 9.42 4 9 4c-4.42 0-8 .5-8 4v10c0 .88.39 1.67 1 2.22v1.28c0 .83.67 1.5 1.5 1.5S5 22.33 5 21.5V21h8v.5c0 .82.67 1.5 1.5 1.5c.82 0 1.5-.67 1.5-1.5v-1.28c.61-.55 1-1.34 1-2.22v-3.08c3.72-.54 6.5-3.98 5.92-7.97c-.42-2.9-2.7-5.29-5.58-5.82M4.5 19c-.83 0-1.5-.67-1.5-1.5S3.67 16 4.5 16s1.5.67 1.5 1.5S5.33 19 4.5 19M3 13V8h6c0 1.96.81 3.73 2.11 5zm10.5 6c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5m2.5-6c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5m-.25-9c-.41 0-.75.34-.75.75v3.68c0 .35.19.68.49.86l2.52 1.51c.34.2.78.09.98-.24a.71.71 0 0 0-.25-.99L16.5 8.25v-3.5c0-.41-.34-.75-.75-.75"/></svg>
</template>

CSS

.icon-round-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.34%201.13c-2.94-.55-5.63.75-7.12%202.92c.01-.01.01-.02.02-.03C9.84%204%209.42%204%209%204c-4.42%200-8%20.5-8%204v10c0%20.88.39%201.67%201%202.22v1.28c0%20.83.67%201.5%201.5%201.5S5%2022.33%205%2021.5V21h8v.5c0%20.82.67%201.5%201.5%201.5c.82%200%201.5-.67%201.5-1.5v-1.28c.61-.55%201-1.34%201-2.22v-3.08c3.72-.54%206.5-3.98%205.92-7.97c-.42-2.9-2.7-5.29-5.58-5.82M4.5%2019c-.83%200-1.5-.67-1.5-1.5S3.67%2016%204.5%2016s1.5.67%201.5%201.5S5.33%2019%204.5%2019M3%2013V8h6c0%201.96.81%203.73%202.11%205zm10.5%206c-.83%200-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5m2.5-6c-2.76%200-5-2.24-5-5s2.24-5%205-5s5%202.24%205%205s-2.24%205-5%205m-.25-9c-.41%200-.75.34-.75.75v3.68c0%20.35.19.68.49.86l2.52%201.51c.34.2.78.09.98-.24a.71.71%200%200%200-.25-.99L16.5%208.25v-3.5c0-.41-.34-.75-.75-.75%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%22M17.34%201.13c-2.94-.55-5.63.75-7.12%202.92c.01-.01.01-.02.02-.03C9.84%204%209.42%204%209%204c-4.42%200-8%20.5-8%204v10c0%20.88.39%201.67%201%202.22v1.28c0%20.83.67%201.5%201.5%201.5S5%2022.33%205%2021.5V21h8v.5c0%20.82.67%201.5%201.5%201.5c.82%200%201.5-.67%201.5-1.5v-1.28c.61-.55%201-1.34%201-2.22v-3.08c3.72-.54%206.5-3.98%205.92-7.97c-.42-2.9-2.7-5.29-5.58-5.82M4.5%2019c-.83%200-1.5-.67-1.5-1.5S3.67%2016%204.5%2016s1.5.67%201.5%201.5S5.33%2019%204.5%2019M3%2013V8h6c0%201.96.81%203.73%202.11%205zm10.5%206c-.83%200-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5m2.5-6c-2.76%200-5-2.24-5-5s2.24-5%205-5s5%202.24%205%205s-2.24%205-5%205m-.25-9c-.41%200-.75.34-.75.75v3.68c0%20.35.19.68.49.86l2.52%201.51c.34.2.78.09.98-.24a.71.71%200%200%200-.25-.99L16.5%208.25v-3.5c0-.41-.34-.75-.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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