flight-rounded from Material Symbols Light by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
flight-rounded
Set
Material Symbols Light
Style
Rounded
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
flight-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

Use the flight icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.558 13.127l-6.46 2.602q-.408.154-.753-.083T3 14.983v-.36q0-.196.087-.369t.246-.283l7.225-5.09V4.442q0-.595.423-1.018Q11.405 3 12 3t1.018.424t.424 1.018v4.439l7.225 5.09q.159.11.246.283t.087.37v.359q0 .425-.345.663t-.753.083l-6.46-2.602v4.33l2.575 1.82q.128.094.2.227t.072.29v.35q0 .327-.25.515t-.556.095L12 19.692l-3.483 1.062q-.307.092-.556-.095t-.25-.515v-.355q0-.149.072-.283t.2-.229l2.575-1.82z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFlightRounded(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="m10.558 13.127l-6.46 2.602q-.408.154-.753-.083T3 14.983v-.36q0-.196.087-.369t.246-.283l7.225-5.09V4.442q0-.595.423-1.018Q11.405 3 12 3t1.018.424t.424 1.018v4.439l7.225 5.09q.159.11.246.283t.087.37v.359q0 .425-.345.663t-.753.083l-6.46-2.602v4.33l2.575 1.82q.128.094.2.227t.072.29v.35q0 .327-.25.515t-.556.095L12 19.692l-3.483 1.062q-.307.092-.556-.095t-.25-.515v-.355q0-.149.072-.283t.2-.229l2.575-1.82z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.558 13.127l-6.46 2.602q-.408.154-.753-.083T3 14.983v-.36q0-.196.087-.369t.246-.283l7.225-5.09V4.442q0-.595.423-1.018Q11.405 3 12 3t1.018.424t.424 1.018v4.439l7.225 5.09q.159.11.246.283t.087.37v.359q0 .425-.345.663t-.753.083l-6.46-2.602v4.33l2.575 1.82q.128.094.2.227t.072.29v.35q0 .327-.25.515t-.556.095L12 19.692l-3.483 1.062q-.307.092-.556-.095t-.25-.515v-.355q0-.149.072-.283t.2-.229l2.575-1.82z"/></svg>
</template>

CSS

.icon-flight-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%22m10.558%2013.127l-6.46%202.602q-.408.154-.753-.083T3%2014.983v-.36q0-.196.087-.369t.246-.283l7.225-5.09V4.442q0-.595.423-1.018Q11.405%203%2012%203t1.018.424t.424%201.018v4.439l7.225%205.09q.159.11.246.283t.087.37v.359q0%20.425-.345.663t-.753.083l-6.46-2.602v4.33l2.575%201.82q.128.094.2.227t.072.29v.35q0%20.327-.25.515t-.556.095L12%2019.692l-3.483%201.062q-.307.092-.556-.095t-.25-.515v-.355q0-.149.072-.283t.2-.229l2.575-1.82z%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%22m10.558%2013.127l-6.46%202.602q-.408.154-.753-.083T3%2014.983v-.36q0-.196.087-.369t.246-.283l7.225-5.09V4.442q0-.595.423-1.018Q11.405%203%2012%203t1.018.424t.424%201.018v4.439l7.225%205.09q.159.11.246.283t.087.37v.359q0%20.425-.345.663t-.753.083l-6.46-2.602v4.33l2.575%201.82q.128.094.2.227t.072.29v.35q0%20.327-.25.515t-.556.095L12%2019.692l-3.483%201.062q-.307.092-.556-.095t-.25-.515v-.355q0-.149.072-.283t.2-.229l2.575-1.82z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/flight-rounded.svg?color=%231a73e8&size=48