plane arrival icon
plane-arrival from Line Awesome by Icons8 · Line · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- plane-arrival
- Set
- Line Awesome
- Style
- Line
- Category
- Travel
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- plane-arrival-solid
The same icon in other sets
More travel icons from Line Awesome
Use the plane arrival icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.406 3.969L3.344 5.25L3 14.031l-.031.781l.75.22l6.406 1.937l-5.438 3.781l-1.53 1.063l1.718.687l2.844 1.125l.375.156l.375-.156l10-4.156l6.406 1.937c1.688.508 3.492-.472 4-2.156c.508-1.688-.473-3.492-2.156-4L21.03 13.5l-3.78-6.25l-.219-.344l-.375-.125L14 6.063l-1.469-.375l.219 1.5l.531 3.906l-4.25-1.313l-1.625-4.187l-.187-.469l-.469-.156l-2.125-.625zm1.875 2.656l.438.125l1.593 4.188l.157.468l.468.125l18.188 5.625a1.19 1.19 0 0 1 .813 1.5a1.19 1.19 0 0 1-1.5.813l-6.75-2.032l-.344-.093l-.313.125l-9.937 4.156l-.75-.313l5.625-3.875l1.719-1.187l-2-.594l-7.657-2.312zm9.625 1.781l.813.219l2.437 3.969l-2.812-.844zM20.5 21a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M3 26v2h26v-2z"/></svg>
React
import type { SVGProps } from "react";
export function LaPlaneArrival(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.406 3.969L3.344 5.25L3 14.031l-.031.781l.75.22l6.406 1.937l-5.438 3.781l-1.53 1.063l1.718.687l2.844 1.125l.375.156l.375-.156l10-4.156l6.406 1.937c1.688.508 3.492-.472 4-2.156c.508-1.688-.473-3.492-2.156-4L21.03 13.5l-3.78-6.25l-.219-.344l-.375-.125L14 6.063l-1.469-.375l.219 1.5l.531 3.906l-4.25-1.313l-1.625-4.187l-.187-.469l-.469-.156l-2.125-.625zm1.875 2.656l.438.125l1.593 4.188l.157.468l.468.125l18.188 5.625a1.19 1.19 0 0 1 .813 1.5a1.19 1.19 0 0 1-1.5.813l-6.75-2.032l-.344-.093l-.313.125l-9.937 4.156l-.75-.313l5.625-3.875l1.719-1.187l-2-.594l-7.657-2.312zm9.625 1.781l.813.219l2.437 3.969l-2.812-.844zM20.5 21a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M3 26v2h26v-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.406 3.969L3.344 5.25L3 14.031l-.031.781l.75.22l6.406 1.937l-5.438 3.781l-1.53 1.063l1.718.687l2.844 1.125l.375.156l.375-.156l10-4.156l6.406 1.937c1.688.508 3.492-.472 4-2.156c.508-1.688-.473-3.492-2.156-4L21.03 13.5l-3.78-6.25l-.219-.344l-.375-.125L14 6.063l-1.469-.375l.219 1.5l.531 3.906l-4.25-1.313l-1.625-4.187l-.187-.469l-.469-.156l-2.125-.625zm1.875 2.656l.438.125l1.593 4.188l.157.468l.468.125l18.188 5.625a1.19 1.19 0 0 1 .813 1.5a1.19 1.19 0 0 1-1.5.813l-6.75-2.032l-.344-.093l-.313.125l-9.937 4.156l-.75-.313l5.625-3.875l1.719-1.187l-2-.594l-7.657-2.312zm9.625 1.781l.813.219l2.437 3.969l-2.812-.844zM20.5 21a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M3 26v2h26v-2z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.406%203.969L3.344%205.25L3%2014.031l-.031.781l.75.22l6.406%201.937l-5.438%203.781l-1.53%201.063l1.718.687l2.844%201.125l.375.156l.375-.156l10-4.156l6.406%201.937c1.688.508%203.492-.472%204-2.156c.508-1.688-.473-3.492-2.156-4L21.03%2013.5l-3.78-6.25l-.219-.344l-.375-.125L14%206.063l-1.469-.375l.219%201.5l.531%203.906l-4.25-1.313l-1.625-4.187l-.187-.469l-.469-.156l-2.125-.625zm1.875%202.656l.438.125l1.593%204.188l.157.468l.468.125l18.188%205.625a1.19%201.19%200%200%201%20.813%201.5a1.19%201.19%200%200%201-1.5.813l-6.75-2.032l-.344-.093l-.313.125l-9.937%204.156l-.75-.313l5.625-3.875l1.719-1.187l-2-.594l-7.657-2.312zm9.625%201.781l.813.219l2.437%203.969l-2.812-.844zM20.5%2021a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M3%2026v2h26v-2z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.406%203.969L3.344%205.25L3%2014.031l-.031.781l.75.22l6.406%201.937l-5.438%203.781l-1.53%201.063l1.718.687l2.844%201.125l.375.156l.375-.156l10-4.156l6.406%201.937c1.688.508%203.492-.472%204-2.156c.508-1.688-.473-3.492-2.156-4L21.03%2013.5l-3.78-6.25l-.219-.344l-.375-.125L14%206.063l-1.469-.375l.219%201.5l.531%203.906l-4.25-1.313l-1.625-4.187l-.187-.469l-.469-.156l-2.125-.625zm1.875%202.656l.438.125l1.593%204.188l.157.468l.468.125l18.188%205.625a1.19%201.19%200%200%201%20.813%201.5a1.19%201.19%200%200%201-1.5.813l-6.75-2.032l-.344-.093l-.313.125l-9.937%204.156l-.75-.313l5.625-3.875l1.719-1.187l-2-.594l-7.657-2.312zm9.625%201.781l.813.219l2.437%203.969l-2.812-.844zM20.5%2021a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M3%2026v2h26v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/plane-arrival.svg?color=%231a73e8&size=48