airplane landing icon
airplane-landing-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- airplane-landing-bold
- Set
- Phosphor
- Style
- Bold
- 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 216a12 12 0 0 1-12 12H104a12 12 0 0 1 0-24h140a12 12 0 0 1 12 12m-27.24-24.45L52.14 142.09A44.13 44.13 0 0 1 20 99.72V48a20 20 0 0 1 26.32-19l5.48 1.83a12 12 0 0 1 7.49 7.3l9.91 27.46l22.8 6.5V48a20 20 0 0 1 26.32-19l5.48 1.83a12 12 0 0 1 7.27 6.74l21.75 51.85l59 16.49A44.12 44.12 0 0 1 244 148.32V180a12 12 0 0 1-15.24 11.55M220 148.32a20.05 20.05 0 0 0-14.65-19.27L140.77 111a12 12 0 0 1-7.84-6.91L116 63.71V88a12 12 0 0 1-15.29 11.54L56.71 87a12 12 0 0 1-8-7.46L44 66.48v33.24A20.07 20.07 0 0 0 58.61 119L220 164.18Z"/></svg>
React
import type { SVGProps } from "react";
export function PhAirplaneLandingBold(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 216a12 12 0 0 1-12 12H104a12 12 0 0 1 0-24h140a12 12 0 0 1 12 12m-27.24-24.45L52.14 142.09A44.13 44.13 0 0 1 20 99.72V48a20 20 0 0 1 26.32-19l5.48 1.83a12 12 0 0 1 7.49 7.3l9.91 27.46l22.8 6.5V48a20 20 0 0 1 26.32-19l5.48 1.83a12 12 0 0 1 7.27 6.74l21.75 51.85l59 16.49A44.12 44.12 0 0 1 244 148.32V180a12 12 0 0 1-15.24 11.55M220 148.32a20.05 20.05 0 0 0-14.65-19.27L140.77 111a12 12 0 0 1-7.84-6.91L116 63.71V88a12 12 0 0 1-15.29 11.54L56.71 87a12 12 0 0 1-8-7.46L44 66.48v33.24A20.07 20.07 0 0 0 58.61 119L220 164.18Z"/></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 216a12 12 0 0 1-12 12H104a12 12 0 0 1 0-24h140a12 12 0 0 1 12 12m-27.24-24.45L52.14 142.09A44.13 44.13 0 0 1 20 99.72V48a20 20 0 0 1 26.32-19l5.48 1.83a12 12 0 0 1 7.49 7.3l9.91 27.46l22.8 6.5V48a20 20 0 0 1 26.32-19l5.48 1.83a12 12 0 0 1 7.27 6.74l21.75 51.85l59 16.49A44.12 44.12 0 0 1 244 148.32V180a12 12 0 0 1-15.24 11.55M220 148.32a20.05 20.05 0 0 0-14.65-19.27L140.77 111a12 12 0 0 1-7.84-6.91L116 63.71V88a12 12 0 0 1-15.29 11.54L56.71 87a12 12 0 0 1-8-7.46L44 66.48v33.24A20.07 20.07 0 0 0 58.61 119L220 164.18Z"/></svg> </template>
CSS
.icon-airplane-landing-bold {
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%20216a12%2012%200%200%201-12%2012H104a12%2012%200%200%201%200-24h140a12%2012%200%200%201%2012%2012m-27.24-24.45L52.14%20142.09A44.13%2044.13%200%200%201%2020%2099.72V48a20%2020%200%200%201%2026.32-19l5.48%201.83a12%2012%200%200%201%207.49%207.3l9.91%2027.46l22.8%206.5V48a20%2020%200%200%201%2026.32-19l5.48%201.83a12%2012%200%200%201%207.27%206.74l21.75%2051.85l59%2016.49A44.12%2044.12%200%200%201%20244%20148.32V180a12%2012%200%200%201-15.24%2011.55M220%20148.32a20.05%2020.05%200%200%200-14.65-19.27L140.77%20111a12%2012%200%200%201-7.84-6.91L116%2063.71V88a12%2012%200%200%201-15.29%2011.54L56.71%2087a12%2012%200%200%201-8-7.46L44%2066.48v33.24A20.07%2020.07%200%200%200%2058.61%20119L220%20164.18Z%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%20216a12%2012%200%200%201-12%2012H104a12%2012%200%200%201%200-24h140a12%2012%200%200%201%2012%2012m-27.24-24.45L52.14%20142.09A44.13%2044.13%200%200%201%2020%2099.72V48a20%2020%200%200%201%2026.32-19l5.48%201.83a12%2012%200%200%201%207.49%207.3l9.91%2027.46l22.8%206.5V48a20%2020%200%200%201%2026.32-19l5.48%201.83a12%2012%200%200%201%207.27%206.74l21.75%2051.85l59%2016.49A44.12%2044.12%200%200%201%20244%20148.32V180a12%2012%200%200%201-15.24%2011.55M220%20148.32a20.05%2020.05%200%200%200-14.65-19.27L140.77%20111a12%2012%200%200%201-7.84-6.91L116%2063.71V88a12%2012%200%200%201-15.29%2011.54L56.71%2087a12%2012%200%200%201-8-7.46L44%2066.48v33.24A20.07%2020.07%200%200%200%2058.61%20119L220%20164.18Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/airplane-landing-bold.svg?color=%231a73e8&size=48