flyover icon
flyover-rounded from Material Symbols Light by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- flyover-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
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 10.302q-.385.07-.75.148t-.75.187q-.183.061-.341-.07Q3 10.433 3 10.246q0-.24.143-.419q.144-.18.382-.242q2.09-.494 4.203-.694t4.272-.2t4.285.2t4.215.694q.22.062.36.242t.14.418q0 .188-.156.32t-.338.076q-.385-.088-.75-.167q-.366-.079-.756-.148v2.615q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357V10.15q-1.5-.238-3-.348t-3-.11t-3 .097q-1.5.098-3 .336v2.817q0 .214-.143.357t-.357.143t-.357-.143T5 12.942zm7-4.02q-.421 0-.84.003q-.418.003-.839.034q-.379.025-.636-.258q-.258-.282-.202-.661l.117-.729q.05-.292.28-.482q.23-.189.528-.189h3.204q.298 0 .518.19q.22.189.27.481l.117.729q.056.379-.201.671q-.258.292-.637.267q-.421-.03-.84-.043T12 6.283m-.357 10.995q-.143.143-.143.357V20H8.06q-.38 0-.609-.286q-.23-.285-.174-.658l1.01-6.248q.05-.293.254-.48q.205-.186.497-.216q.623-.056 1.231-.087t1.231-.036v1.876q0 .214.143.357q.143.144.357.144t.357-.144t.143-.356v-1.877q.623.011 1.23.039q.609.028 1.232.084q.292.03.497.217t.255.479l1.009 6.248q.056.373-.174.658t-.608.286H12.5v-2.366q0-.213-.143-.356q-.143-.144-.357-.144t-.357.144"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFlyoverRounded(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 10.302q-.385.07-.75.148t-.75.187q-.183.061-.341-.07Q3 10.433 3 10.246q0-.24.143-.419q.144-.18.382-.242q2.09-.494 4.203-.694t4.272-.2t4.285.2t4.215.694q.22.062.36.242t.14.418q0 .188-.156.32t-.338.076q-.385-.088-.75-.167q-.366-.079-.756-.148v2.615q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357V10.15q-1.5-.238-3-.348t-3-.11t-3 .097q-1.5.098-3 .336v2.817q0 .214-.143.357t-.357.143t-.357-.143T5 12.942zm7-4.02q-.421 0-.84.003q-.418.003-.839.034q-.379.025-.636-.258q-.258-.282-.202-.661l.117-.729q.05-.292.28-.482q.23-.189.528-.189h3.204q.298 0 .518.19q.22.189.27.481l.117.729q.056.379-.201.671q-.258.292-.637.267q-.421-.03-.84-.043T12 6.283m-.357 10.995q-.143.143-.143.357V20H8.06q-.38 0-.609-.286q-.23-.285-.174-.658l1.01-6.248q.05-.293.254-.48q.205-.186.497-.216q.623-.056 1.231-.087t1.231-.036v1.876q0 .214.143.357q.143.144.357.144t.357-.144t.143-.356v-1.877q.623.011 1.23.039q.609.028 1.232.084q.292.03.497.217t.255.479l1.009 6.248q.056.373-.174.658t-.608.286H12.5v-2.366q0-.213-.143-.356q-.143-.144-.357-.144t-.357.144"/></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 10.302q-.385.07-.75.148t-.75.187q-.183.061-.341-.07Q3 10.433 3 10.246q0-.24.143-.419q.144-.18.382-.242q2.09-.494 4.203-.694t4.272-.2t4.285.2t4.215.694q.22.062.36.242t.14.418q0 .188-.156.32t-.338.076q-.385-.088-.75-.167q-.366-.079-.756-.148v2.615q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357V10.15q-1.5-.238-3-.348t-3-.11t-3 .097q-1.5.098-3 .336v2.817q0 .214-.143.357t-.357.143t-.357-.143T5 12.942zm7-4.02q-.421 0-.84.003q-.418.003-.839.034q-.379.025-.636-.258q-.258-.282-.202-.661l.117-.729q.05-.292.28-.482q.23-.189.528-.189h3.204q.298 0 .518.19q.22.189.27.481l.117.729q.056.379-.201.671q-.258.292-.637.267q-.421-.03-.84-.043T12 6.283m-.357 10.995q-.143.143-.143.357V20H8.06q-.38 0-.609-.286q-.23-.285-.174-.658l1.01-6.248q.05-.293.254-.48q.205-.186.497-.216q.623-.056 1.231-.087t1.231-.036v1.876q0 .214.143.357q.143.144.357.144t.357-.144t.143-.356v-1.877q.623.011 1.23.039q.609.028 1.232.084q.292.03.497.217t.255.479l1.009 6.248q.056.373-.174.658t-.608.286H12.5v-2.366q0-.213-.143-.356q-.143-.144-.357-.144t-.357.144"/></svg> </template>
CSS
.icon-flyover-rounded {
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%2010.302q-.385.07-.75.148t-.75.187q-.183.061-.341-.07Q3%2010.433%203%2010.246q0-.24.143-.419q.144-.18.382-.242q2.09-.494%204.203-.694t4.272-.2t4.285.2t4.215.694q.22.062.36.242t.14.418q0%20.188-.156.32t-.338.076q-.385-.088-.75-.167q-.366-.079-.756-.148v2.615q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357V10.15q-1.5-.238-3-.348t-3-.11t-3%20.097q-1.5.098-3%20.336v2.817q0%20.214-.143.357t-.357.143t-.357-.143T5%2012.942zm7-4.02q-.421%200-.84.003q-.418.003-.839.034q-.379.025-.636-.258q-.258-.282-.202-.661l.117-.729q.05-.292.28-.482q.23-.189.528-.189h3.204q.298%200%20.518.19q.22.189.27.481l.117.729q.056.379-.201.671q-.258.292-.637.267q-.421-.03-.84-.043T12%206.283m-.357%2010.995q-.143.143-.143.357V20H8.06q-.38%200-.609-.286q-.23-.285-.174-.658l1.01-6.248q.05-.293.254-.48q.205-.186.497-.216q.623-.056%201.231-.087t1.231-.036v1.876q0%20.214.143.357q.143.144.357.144t.357-.144t.143-.356v-1.877q.623.011%201.23.039q.609.028%201.232.084q.292.03.497.217t.255.479l1.009%206.248q.056.373-.174.658t-.608.286H12.5v-2.366q0-.213-.143-.356q-.143-.144-.357-.144t-.357.144%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%2010.302q-.385.07-.75.148t-.75.187q-.183.061-.341-.07Q3%2010.433%203%2010.246q0-.24.143-.419q.144-.18.382-.242q2.09-.494%204.203-.694t4.272-.2t4.285.2t4.215.694q.22.062.36.242t.14.418q0%20.188-.156.32t-.338.076q-.385-.088-.75-.167q-.366-.079-.756-.148v2.615q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357V10.15q-1.5-.238-3-.348t-3-.11t-3%20.097q-1.5.098-3%20.336v2.817q0%20.214-.143.357t-.357.143t-.357-.143T5%2012.942zm7-4.02q-.421%200-.84.003q-.418.003-.839.034q-.379.025-.636-.258q-.258-.282-.202-.661l.117-.729q.05-.292.28-.482q.23-.189.528-.189h3.204q.298%200%20.518.19q.22.189.27.481l.117.729q.056.379-.201.671q-.258.292-.637.267q-.421-.03-.84-.043T12%206.283m-.357%2010.995q-.143.143-.143.357V20H8.06q-.38%200-.609-.286q-.23-.285-.174-.658l1.01-6.248q.05-.293.254-.48q.205-.186.497-.216q.623-.056%201.231-.087t1.231-.036v1.876q0%20.214.143.357q.143.144.357.144t.357-.144t.143-.356v-1.877q.623.011%201.23.039q.609.028%201.232.084q.292.03.497.217t.255.479l1.009%206.248q.056.373-.174.658t-.608.286H12.5v-2.366q0-.213-.143-.356q-.143-.144-.357-.144t-.357.144%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-rounded.svg?color=%231a73e8&size=48