airplane landing icon

airplane-landing from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
airplane-landing
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the airplane landing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M256 216a8 8 0 0 1-8 8H104a8 8 0 0 1 0-16h144a8 8 0 0 1 8 8m-26.16-24.3L53.21 142.24A40.12 40.12 0 0 1 24 103.72V48a16 16 0 0 1 21.06-15.18l5.47 1.82a8 8 0 0 1 5 4.87l10.6 29.37L96 77.39V48a16 16 0 0 1 21.06-15.18l5.47 1.82a8 8 0 0 1 4.85 4.5l22.5 53.63l60.84 17A40.13 40.13 0 0 1 240 148.32V184a8 8 0 0 1-10.16 7.7M224 148.32a24.09 24.09 0 0 0-17.58-23.13l-64.57-18a8 8 0 0 1-5.23-4.61L114 48.67l-2-.67v40a8 8 0 0 1-10.19 7.7l-44-12.54a8 8 0 0 1-5.33-5L41.79 48.59L40 48v55.72a24.09 24.09 0 0 0 17.53 23.12L224 173.45Z"/></svg>

React

import type { SVGProps } from "react";

export function PhAirplaneLanding(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M256 216a8 8 0 0 1-8 8H104a8 8 0 0 1 0-16h144a8 8 0 0 1 8 8m-26.16-24.3L53.21 142.24A40.12 40.12 0 0 1 24 103.72V48a16 16 0 0 1 21.06-15.18l5.47 1.82a8 8 0 0 1 5 4.87l10.6 29.37L96 77.39V48a16 16 0 0 1 21.06-15.18l5.47 1.82a8 8 0 0 1 4.85 4.5l22.5 53.63l60.84 17A40.13 40.13 0 0 1 240 148.32V184a8 8 0 0 1-10.16 7.7M224 148.32a24.09 24.09 0 0 0-17.58-23.13l-64.57-18a8 8 0 0 1-5.23-4.61L114 48.67l-2-.67v40a8 8 0 0 1-10.19 7.7l-44-12.54a8 8 0 0 1-5.33-5L41.79 48.59L40 48v55.72a24.09 24.09 0 0 0 17.53 23.12L224 173.45Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M256 216a8 8 0 0 1-8 8H104a8 8 0 0 1 0-16h144a8 8 0 0 1 8 8m-26.16-24.3L53.21 142.24A40.12 40.12 0 0 1 24 103.72V48a16 16 0 0 1 21.06-15.18l5.47 1.82a8 8 0 0 1 5 4.87l10.6 29.37L96 77.39V48a16 16 0 0 1 21.06-15.18l5.47 1.82a8 8 0 0 1 4.85 4.5l22.5 53.63l60.84 17A40.13 40.13 0 0 1 240 148.32V184a8 8 0 0 1-10.16 7.7M224 148.32a24.09 24.09 0 0 0-17.58-23.13l-64.57-18a8 8 0 0 1-5.23-4.61L114 48.67l-2-.67v40a8 8 0 0 1-10.19 7.7l-44-12.54a8 8 0 0 1-5.33-5L41.79 48.59L40 48v55.72a24.09 24.09 0 0 0 17.53 23.12L224 173.45Z"/></svg>
</template>

CSS

.icon-airplane-landing {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%20216a8%208%200%200%201-8%208H104a8%208%200%200%201%200-16h144a8%208%200%200%201%208%208m-26.16-24.3L53.21%20142.24A40.12%2040.12%200%200%201%2024%20103.72V48a16%2016%200%200%201%2021.06-15.18l5.47%201.82a8%208%200%200%201%205%204.87l10.6%2029.37L96%2077.39V48a16%2016%200%200%201%2021.06-15.18l5.47%201.82a8%208%200%200%201%204.85%204.5l22.5%2053.63l60.84%2017A40.13%2040.13%200%200%201%20240%20148.32V184a8%208%200%200%201-10.16%207.7M224%20148.32a24.09%2024.09%200%200%200-17.58-23.13l-64.57-18a8%208%200%200%201-5.23-4.61L114%2048.67l-2-.67v40a8%208%200%200%201-10.19%207.7l-44-12.54a8%208%200%200%201-5.33-5L41.79%2048.59L40%2048v55.72a24.09%2024.09%200%200%200%2017.53%2023.12L224%20173.45Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%20216a8%208%200%200%201-8%208H104a8%208%200%200%201%200-16h144a8%208%200%200%201%208%208m-26.16-24.3L53.21%20142.24A40.12%2040.12%200%200%201%2024%20103.72V48a16%2016%200%200%201%2021.06-15.18l5.47%201.82a8%208%200%200%201%205%204.87l10.6%2029.37L96%2077.39V48a16%2016%200%200%201%2021.06-15.18l5.47%201.82a8%208%200%200%201%204.85%204.5l22.5%2053.63l60.84%2017A40.13%2040.13%200%200%201%20240%20148.32V184a8%208%200%200%201-10.16%207.7M224%20148.32a24.09%2024.09%200%200%200-17.58-23.13l-64.57-18a8%208%200%200%201-5.23-4.61L114%2048.67l-2-.67v40a8%208%200%200%201-10.19%207.7l-44-12.54a8%208%200%200%201-5.33-5L41.79%2048.59L40%2048v55.72a24.09%2024.09%200%200%200%2017.53%2023.12L224%20173.45Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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