flyover-outline from Material Symbols Light by Google · Outline · Transit · Apache-2.0 Free for personal and commercial use.

Name
flyover-outline
Set
Material Symbols Light
Style
Outline
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
flyover-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

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="M3 10.752V9.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-.238-3-.348t-3-.11t-3 .097q-1.5.098-3 .336v3.317H5v-3.14q-.5.1-1 .213t-1 .237M7.116 20l1.276-7.833q.374-.05.506-.049q.133.001.506-.024L8.116 20zM9.712 4h1l-.366 2.283l-.512.033q-.12.009-.513.059zM11.5 20h1v-2.866h-1zm0-5.634h1v-2.283h-1zM13.288 4h1l.39 2.375q-.372-.025-.502-.046t-.503-.046zm2.596 16l-1.288-7.906q.373.044.515.037t.516.042L16.884 20z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFlyoverOutline(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="M3 10.752V9.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-.238-3-.348t-3-.11t-3 .097q-1.5.098-3 .336v3.317H5v-3.14q-.5.1-1 .213t-1 .237M7.116 20l1.276-7.833q.374-.05.506-.049q.133.001.506-.024L8.116 20zM9.712 4h1l-.366 2.283l-.512.033q-.12.009-.513.059zM11.5 20h1v-2.866h-1zm0-5.634h1v-2.283h-1zM13.288 4h1l.39 2.375q-.372-.025-.502-.046t-.503-.046zm2.596 16l-1.288-7.906q.373.044.515.037t.516.042L16.884 20z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 10.752V9.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-.238-3-.348t-3-.11t-3 .097q-1.5.098-3 .336v3.317H5v-3.14q-.5.1-1 .213t-1 .237M7.116 20l1.276-7.833q.374-.05.506-.049q.133.001.506-.024L8.116 20zM9.712 4h1l-.366 2.283l-.512.033q-.12.009-.513.059zM11.5 20h1v-2.866h-1zm0-5.634h1v-2.283h-1zM13.288 4h1l.39 2.375q-.372-.025-.502-.046t-.503-.046zm2.596 16l-1.288-7.906q.373.044.515.037t.516.042L16.884 20z"/></svg>
</template>

CSS

.icon-flyover-outline {
  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%22M3%2010.752V9.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-.238-3-.348t-3-.11t-3%20.097q-1.5.098-3%20.336v3.317H5v-3.14q-.5.1-1%20.213t-1%20.237M7.116%2020l1.276-7.833q.374-.05.506-.049q.133.001.506-.024L8.116%2020zM9.712%204h1l-.366%202.283l-.512.033q-.12.009-.513.059zM11.5%2020h1v-2.866h-1zm0-5.634h1v-2.283h-1zM13.288%204h1l.39%202.375q-.372-.025-.502-.046t-.503-.046zm2.596%2016l-1.288-7.906q.373.044.515.037t.516.042L16.884%2020z%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%22M3%2010.752V9.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-.238-3-.348t-3-.11t-3%20.097q-1.5.098-3%20.336v3.317H5v-3.14q-.5.1-1%20.213t-1%20.237M7.116%2020l1.276-7.833q.374-.05.506-.049q.133.001.506-.024L8.116%2020zM9.712%204h1l-.366%202.283l-.512.033q-.12.009-.513.059zM11.5%2020h1v-2.866h-1zm0-5.634h1v-2.283h-1zM13.288%204h1l.39%202.375q-.372-.025-.502-.046t-.503-.046zm2.596%2016l-1.288-7.906q.373.044.515.037t.516.042L16.884%2020z%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-outline.svg?color=%231a73e8&size=48