airplane icon

airplane from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
airplane
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All airplane icons →

More newicons icons from Reicon

Use the airplane icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m9.03 21.69l2.33-1.96c.35-.3.93-.3 1.28 0l2.33 1.96c.54.27 1.2 0 1.4-.58l.44-1.33c.11-.32 0-.79-.24-1.03l-2.27-2.28c-.17-.16-.3-.48-.3-.71v-2.85c0-.42.31-.62.7-.46l4.91 2.12c.77.33 1.4-.08 1.4-.92v-1.29c0-.67-.5-1.44-1.12-1.7L14.3 8.25a.55.55 0 0 1-.3-.46v-3c0-.94-.69-2.05-1.53-2.48c-.3-.15-.65-.15-.95 0c-.84.43-1.53 1.55-1.53 2.49v3c0 .18-.14.39-.3.46l-5.58 2.41c-.62.25-1.12 1.02-1.12 1.69v1.29c0 .84.63 1.25 1.4.92l4.91-2.12c.38-.17.7.04.7.46v2.85c0 .23-.13.55-.29.71l-2.27 2.28c-.24.24-.35.7-.24 1.03l.44 1.33c.18.58.84.86 1.39.58"/></svg>

React

import type { SVGProps } from "react";

export function ReiconAirplane(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m9.03 21.69l2.33-1.96c.35-.3.93-.3 1.28 0l2.33 1.96c.54.27 1.2 0 1.4-.58l.44-1.33c.11-.32 0-.79-.24-1.03l-2.27-2.28c-.17-.16-.3-.48-.3-.71v-2.85c0-.42.31-.62.7-.46l4.91 2.12c.77.33 1.4-.08 1.4-.92v-1.29c0-.67-.5-1.44-1.12-1.7L14.3 8.25a.55.55 0 0 1-.3-.46v-3c0-.94-.69-2.05-1.53-2.48c-.3-.15-.65-.15-.95 0c-.84.43-1.53 1.55-1.53 2.49v3c0 .18-.14.39-.3.46l-5.58 2.41c-.62.25-1.12 1.02-1.12 1.69v1.29c0 .84.63 1.25 1.4.92l4.91-2.12c.38-.17.7.04.7.46v2.85c0 .23-.13.55-.29.71l-2.27 2.28c-.24.24-.35.7-.24 1.03l.44 1.33c.18.58.84.86 1.39.58"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m9.03 21.69l2.33-1.96c.35-.3.93-.3 1.28 0l2.33 1.96c.54.27 1.2 0 1.4-.58l.44-1.33c.11-.32 0-.79-.24-1.03l-2.27-2.28c-.17-.16-.3-.48-.3-.71v-2.85c0-.42.31-.62.7-.46l4.91 2.12c.77.33 1.4-.08 1.4-.92v-1.29c0-.67-.5-1.44-1.12-1.7L14.3 8.25a.55.55 0 0 1-.3-.46v-3c0-.94-.69-2.05-1.53-2.48c-.3-.15-.65-.15-.95 0c-.84.43-1.53 1.55-1.53 2.49v3c0 .18-.14.39-.3.46l-5.58 2.41c-.62.25-1.12 1.02-1.12 1.69v1.29c0 .84.63 1.25 1.4.92l4.91-2.12c.38-.17.7.04.7.46v2.85c0 .23-.13.55-.29.71l-2.27 2.28c-.24.24-.35.7-.24 1.03l.44 1.33c.18.58.84.86 1.39.58"/></svg>
</template>

CSS

.icon-airplane {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m9.03%2021.69l2.33-1.96c.35-.3.93-.3%201.28%200l2.33%201.96c.54.27%201.2%200%201.4-.58l.44-1.33c.11-.32%200-.79-.24-1.03l-2.27-2.28c-.17-.16-.3-.48-.3-.71v-2.85c0-.42.31-.62.7-.46l4.91%202.12c.77.33%201.4-.08%201.4-.92v-1.29c0-.67-.5-1.44-1.12-1.7L14.3%208.25a.55.55%200%200%201-.3-.46v-3c0-.94-.69-2.05-1.53-2.48c-.3-.15-.65-.15-.95%200c-.84.43-1.53%201.55-1.53%202.49v3c0%20.18-.14.39-.3.46l-5.58%202.41c-.62.25-1.12%201.02-1.12%201.69v1.29c0%20.84.63%201.25%201.4.92l4.91-2.12c.38-.17.7.04.7.46v2.85c0%20.23-.13.55-.29.71l-2.27%202.28c-.24.24-.35.7-.24%201.03l.44%201.33c.18.58.84.86%201.39.58%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m9.03%2021.69l2.33-1.96c.35-.3.93-.3%201.28%200l2.33%201.96c.54.27%201.2%200%201.4-.58l.44-1.33c.11-.32%200-.79-.24-1.03l-2.27-2.28c-.17-.16-.3-.48-.3-.71v-2.85c0-.42.31-.62.7-.46l4.91%202.12c.77.33%201.4-.08%201.4-.92v-1.29c0-.67-.5-1.44-1.12-1.7L14.3%208.25a.55.55%200%200%201-.3-.46v-3c0-.94-.69-2.05-1.53-2.48c-.3-.15-.65-.15-.95%200c-.84.43-1.53%201.55-1.53%202.49v3c0%20.18-.14.39-.3.46l-5.58%202.41c-.62.25-1.12%201.02-1.12%201.69v1.29c0%20.84.63%201.25%201.4.92l4.91-2.12c.38-.17.7.04.7.46v2.85c0%20.23-.13.55-.29.71l-2.27%202.28c-.24.24-.35.7-.24%201.03l.44%201.33c.18.58.84.86%201.39.58%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/airplane.svg?color=%231a73e8&size=48