departure board icon
departure-board-sharp from Material Symbols Light by Google · Sharp · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- departure-board-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More transit icons from Material Symbols Light
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
Use the 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="m18.266 9.208l.557-.558L17 6.846v-2.73h-.77v3.046zM16.607 11q-1.664 0-2.828-1.164q-1.165-1.165-1.165-2.843q0-1.659 1.163-2.826T16.623 3q1.663 0 2.828 1.165Q20.616 5.329 20.616 7t-1.173 2.836T16.607 11m-9.314 5.289q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.322.794.322q.466 0 .788-.327m7 0q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.322.793.322q.467 0 .79-.327M4.537 21v-2.396q-.596-.237-1.067-.99Q3 16.863 3 16.117V7q0-1.61 1.851-2.305T10.986 4q-.35.677-.552 1.43T10.23 7q0 .148.012.276t.024.263H4V12h8.814q.777.639 1.745 1.012t2.057.372q.105 0 .197-.002q.09-.003.187-.015v2.748q0 .746-.471 1.5q-.471.752-1.068.989V21h-1.23v-2H5.769v2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDepartureBoardSharp(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.266 9.208l.557-.558L17 6.846v-2.73h-.77v3.046zM16.607 11q-1.664 0-2.828-1.164q-1.165-1.165-1.165-2.843q0-1.659 1.163-2.826T16.623 3q1.663 0 2.828 1.165Q20.616 5.329 20.616 7t-1.173 2.836T16.607 11m-9.314 5.289q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.322.794.322q.466 0 .788-.327m7 0q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.322.793.322q.467 0 .79-.327M4.537 21v-2.396q-.596-.237-1.067-.99Q3 16.863 3 16.117V7q0-1.61 1.851-2.305T10.986 4q-.35.677-.552 1.43T10.23 7q0 .148.012.276t.024.263H4V12h8.814q.777.639 1.745 1.012t2.057.372q.105 0 .197-.002q.09-.003.187-.015v2.748q0 .746-.471 1.5q-.471.752-1.068.989V21h-1.23v-2H5.769v2z"/></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.266 9.208l.557-.558L17 6.846v-2.73h-.77v3.046zM16.607 11q-1.664 0-2.828-1.164q-1.165-1.165-1.165-2.843q0-1.659 1.163-2.826T16.623 3q1.663 0 2.828 1.165Q20.616 5.329 20.616 7t-1.173 2.836T16.607 11m-9.314 5.289q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.322.794.322q.466 0 .788-.327m7 0q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.322.793.322q.467 0 .79-.327M4.537 21v-2.396q-.596-.237-1.067-.99Q3 16.863 3 16.117V7q0-1.61 1.851-2.305T10.986 4q-.35.677-.552 1.43T10.23 7q0 .148.012.276t.024.263H4V12h8.814q.777.639 1.745 1.012t2.057.372q.105 0 .197-.002q.09-.003.187-.015v2.748q0 .746-.471 1.5q-.471.752-1.068.989V21h-1.23v-2H5.769v2z"/></svg> </template>
CSS
.icon-departure-board-sharp {
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.266%209.208l.557-.558L17%206.846v-2.73h-.77v3.046zM16.607%2011q-1.664%200-2.828-1.164q-1.165-1.165-1.165-2.843q0-1.659%201.163-2.826T16.623%203q1.663%200%202.828%201.165Q20.616%205.329%2020.616%207t-1.173%202.836T16.607%2011m-9.314%205.289q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467%200-.79.327q-.321.327-.321.793q0%20.467.326.79q.327.322.794.322q.466%200%20.788-.327m7%200q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467%200-.79.327q-.321.327-.321.793q0%20.467.326.79q.327.322.793.322q.467%200%20.79-.327M4.537%2021v-2.396q-.596-.237-1.067-.99Q3%2016.863%203%2016.117V7q0-1.61%201.851-2.305T10.986%204q-.35.677-.552%201.43T10.23%207q0%20.148.012.276t.024.263H4V12h8.814q.777.639%201.745%201.012t2.057.372q.105%200%20.197-.002q.09-.003.187-.015v2.748q0%20.746-.471%201.5q-.471.752-1.068.989V21h-1.23v-2H5.769v2z%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.266%209.208l.557-.558L17%206.846v-2.73h-.77v3.046zM16.607%2011q-1.664%200-2.828-1.164q-1.165-1.165-1.165-2.843q0-1.659%201.163-2.826T16.623%203q1.663%200%202.828%201.165Q20.616%205.329%2020.616%207t-1.173%202.836T16.607%2011m-9.314%205.289q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467%200-.79.327q-.321.327-.321.793q0%20.467.326.79q.327.322.794.322q.466%200%20.788-.327m7%200q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467%200-.79.327q-.321.327-.321.793q0%20.467.326.79q.327.322.793.322q.467%200%20.79-.327M4.537%2021v-2.396q-.596-.237-1.067-.99Q3%2016.863%203%2016.117V7q0-1.61%201.851-2.305T10.986%204q-.35.677-.552%201.43T10.23%207q0%20.148.012.276t.024.263H4V12h8.814q.777.639%201.745%201.012t2.057.372q.105%200%20.197-.002q.09-.003.187-.015v2.748q0%20.746-.471%201.5q-.471.752-1.068.989V21h-1.23v-2H5.769v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/departure-board-sharp.svg?color=%231a73e8&size=48