flyover icon
flyover from Material Symbols Light by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- flyover
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- flyover-sharp
3 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 flyover icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 13.442v-3.14q-.5.1-1 .213t-1 .237V9.716q2.206-.581 4.463-.802Q9.719 8.692 12 8.692t4.538.222T21 9.716v1.036q-.5-.125-1-.225l-1-.2v3.115h-1V10.15q-1.5-.229-3-.343t-3-.115t-3 .101t-3 .332v3.317zm4.321-7.067L9.721 4h4.568l.39 2.375l-1.339-.061q-.674-.031-1.339-.031t-1.34.018t-1.34.074M7.116 20l1.276-7.833q.78-.08 1.554-.124t1.554-.055v2.377h1v-2.377q.779.012 1.564.058q.784.046 1.563.127L16.884 20H12.5v-2.866h-1V20z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFlyover(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="M5 13.442v-3.14q-.5.1-1 .213t-1 .237V9.716q2.206-.581 4.463-.802Q9.719 8.692 12 8.692t4.538.222T21 9.716v1.036q-.5-.125-1-.225l-1-.2v3.115h-1V10.15q-1.5-.229-3-.343t-3-.115t-3 .101t-3 .332v3.317zm4.321-7.067L9.721 4h4.568l.39 2.375l-1.339-.061q-.674-.031-1.339-.031t-1.34.018t-1.34.074M7.116 20l1.276-7.833q.78-.08 1.554-.124t1.554-.055v2.377h1v-2.377q.779.012 1.564.058q.784.046 1.563.127L16.884 20H12.5v-2.866h-1V20z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 13.442v-3.14q-.5.1-1 .213t-1 .237V9.716q2.206-.581 4.463-.802Q9.719 8.692 12 8.692t4.538.222T21 9.716v1.036q-.5-.125-1-.225l-1-.2v3.115h-1V10.15q-1.5-.229-3-.343t-3-.115t-3 .101t-3 .332v3.317zm4.321-7.067L9.721 4h4.568l.39 2.375l-1.339-.061q-.674-.031-1.339-.031t-1.34.018t-1.34.074M7.116 20l1.276-7.833q.78-.08 1.554-.124t1.554-.055v2.377h1v-2.377q.779.012 1.564.058q.784.046 1.563.127L16.884 20H12.5v-2.866h-1V20z"/></svg> </template>
CSS
.icon-flyover {
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%22M5%2013.442v-3.14q-.5.1-1%20.213t-1%20.237V9.716q2.206-.581%204.463-.802Q9.719%208.692%2012%208.692t4.538.222T21%209.716v1.036q-.5-.125-1-.225l-1-.2v3.115h-1V10.15q-1.5-.229-3-.343t-3-.115t-3%20.101t-3%20.332v3.317zm4.321-7.067L9.721%204h4.568l.39%202.375l-1.339-.061q-.674-.031-1.339-.031t-1.34.018t-1.34.074M7.116%2020l1.276-7.833q.78-.08%201.554-.124t1.554-.055v2.377h1v-2.377q.779.012%201.564.058q.784.046%201.563.127L16.884%2020H12.5v-2.866h-1V20z%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%22M5%2013.442v-3.14q-.5.1-1%20.213t-1%20.237V9.716q2.206-.581%204.463-.802Q9.719%208.692%2012%208.692t4.538.222T21%209.716v1.036q-.5-.125-1-.225l-1-.2v3.115h-1V10.15q-1.5-.229-3-.343t-3-.115t-3%20.101t-3%20.332v3.317zm4.321-7.067L9.721%204h4.568l.39%202.375l-1.339-.061q-.674-.031-1.339-.031t-1.34.018t-1.34.074M7.116%2020l1.276-7.833q.78-.08%201.554-.124t1.554-.055v2.377h1v-2.377q.779.012%201.564.058q.784.046%201.563.127L16.884%2020H12.5v-2.866h-1V20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/flyover.svg?color=%231a73e8&size=48