plane arrival icon
plane-arrival from Font Awesome 6 Solid by Dave Gandy · Regular · Travel · CC-BY-4.0 Attribution required.
- Name
- plane-arrival
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Travel
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
More travel icons from Font Awesome 6 Solid
Use the plane arrival icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M.3 166.9L0 68c0-10.3 9.5-17.9 19.5-15.7l35.6 7.9c10.6 2.3 19.2 9.9 23 20L96 128l127.3 37.6l-41.5-145.2C178.9 10.2 186.6 0 197.2 0h40.1c11.6 0 22.2 6.2 27.9 16.3l109 193.8l107.2 31.7c15.9 4.7 30.8 12.5 43.7 22.8l34.4 27.6c24 19.2 18.1 57.3-10.7 68.2c-41.2 15.6-86.2 18.1-128.8 7l-298.3-77.6c-11.1-2.9-21.2-8.7-29.3-16.9L9.5 189.4c-5.9-6-9.3-14.1-9.3-22.5zM32 448h576c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32m96-80a32 32 0 1 1 64 0a32 32 0 1 1-64 0m128-16a32 32 0 1 1 0 64a32 32 0 1 1 0-64"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidPlaneArrival(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M.3 166.9L0 68c0-10.3 9.5-17.9 19.5-15.7l35.6 7.9c10.6 2.3 19.2 9.9 23 20L96 128l127.3 37.6l-41.5-145.2C178.9 10.2 186.6 0 197.2 0h40.1c11.6 0 22.2 6.2 27.9 16.3l109 193.8l107.2 31.7c15.9 4.7 30.8 12.5 43.7 22.8l34.4 27.6c24 19.2 18.1 57.3-10.7 68.2c-41.2 15.6-86.2 18.1-128.8 7l-298.3-77.6c-11.1-2.9-21.2-8.7-29.3-16.9L9.5 189.4c-5.9-6-9.3-14.1-9.3-22.5zM32 448h576c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32m96-80a32 32 0 1 1 64 0a32 32 0 1 1-64 0m128-16a32 32 0 1 1 0 64a32 32 0 1 1 0-64"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M.3 166.9L0 68c0-10.3 9.5-17.9 19.5-15.7l35.6 7.9c10.6 2.3 19.2 9.9 23 20L96 128l127.3 37.6l-41.5-145.2C178.9 10.2 186.6 0 197.2 0h40.1c11.6 0 22.2 6.2 27.9 16.3l109 193.8l107.2 31.7c15.9 4.7 30.8 12.5 43.7 22.8l34.4 27.6c24 19.2 18.1 57.3-10.7 68.2c-41.2 15.6-86.2 18.1-128.8 7l-298.3-77.6c-11.1-2.9-21.2-8.7-29.3-16.9L9.5 189.4c-5.9-6-9.3-14.1-9.3-22.5zM32 448h576c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32m96-80a32 32 0 1 1 64 0a32 32 0 1 1-64 0m128-16a32 32 0 1 1 0 64a32 32 0 1 1 0-64"/></svg> </template>
CSS
.icon-plane-arrival {
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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M.3%20166.9L0%2068c0-10.3%209.5-17.9%2019.5-15.7l35.6%207.9c10.6%202.3%2019.2%209.9%2023%2020L96%20128l127.3%2037.6l-41.5-145.2C178.9%2010.2%20186.6%200%20197.2%200h40.1c11.6%200%2022.2%206.2%2027.9%2016.3l109%20193.8l107.2%2031.7c15.9%204.7%2030.8%2012.5%2043.7%2022.8l34.4%2027.6c24%2019.2%2018.1%2057.3-10.7%2068.2c-41.2%2015.6-86.2%2018.1-128.8%207l-298.3-77.6c-11.1-2.9-21.2-8.7-29.3-16.9L9.5%20189.4c-5.9-6-9.3-14.1-9.3-22.5zM32%20448h576c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H32c-17.7%200-32-14.3-32-32s14.3-32%2032-32m96-80a32%2032%200%201%201%2064%200a32%2032%200%201%201-64%200m128-16a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M.3%20166.9L0%2068c0-10.3%209.5-17.9%2019.5-15.7l35.6%207.9c10.6%202.3%2019.2%209.9%2023%2020L96%20128l127.3%2037.6l-41.5-145.2C178.9%2010.2%20186.6%200%20197.2%200h40.1c11.6%200%2022.2%206.2%2027.9%2016.3l109%20193.8l107.2%2031.7c15.9%204.7%2030.8%2012.5%2043.7%2022.8l34.4%2027.6c24%2019.2%2018.1%2057.3-10.7%2068.2c-41.2%2015.6-86.2%2018.1-128.8%207l-298.3-77.6c-11.1-2.9-21.2-8.7-29.3-16.9L9.5%20189.4c-5.9-6-9.3-14.1-9.3-22.5zM32%20448h576c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H32c-17.7%200-32-14.3-32-32s14.3-32%2032-32m96-80a32%2032%200%201%201%2064%200a32%2032%200%201%201-64%200m128-16a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/plane-arrival.svg?color=%231a73e8&size=48