airplane-arrival from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.

Name
airplane-arrival
Set
Fluent Emoji High Contrast
Style
Default
Category
Travel & Places
Viewbox
32×32
License
MIT

The same emoji in other sets

More travel & places icons from Fluent Emoji High Contrast

Use the airplane arrival emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m2.03 6.78l.583-4.471a.64.64 0 0 1 .719-.556a4.36 4.36 0 0 1 3.422 2.564l1.418 3.265l3.574.467l-1.322-2.537c-.67-1.285.384-2.784 1.813-2.597a1.77 1.77 0 0 1 1.131.612l3.694 4.355l1.026.135c.5.061.874.482.895.977l8.212 1.072c1.377.177 2.46 1.166 2.857 2.447l.013.002a3.6 3.6 0 0 1 .134 1.567l-.007.009l-.009-.002c-.26 1.973-2.014 3.359-3.918 3.114l-7.062-.92l-2.125 1.48a1.033 1.033 0 0 1-.564 1.962l-1.894-.25l-3.665 2.553a1.8 1.8 0 0 1-1.25.31c-1.43-.187-2.067-1.914-1.092-2.98l3.64-3.982l-5.035-.657a6.174 6.174 0 0 1-5.324-6.924zm25.037 4.278h-.002L2.89 7.9l-.003.025v.001a5.174 5.174 0 0 0 4.461 5.8l5.73.748l1.256-1.375a1.29 1.29 0 0 1 1.116-.413l5.032.651c.875.11 1.154 1.243.43 1.755l-.489.34l5.971.779c1.33.17 2.606-.799 2.798-2.251l-2.986-.389a.777.777 0 0 1-.667-.87a.76.76 0 0 1 .87-.667l2.505.329a2.45 2.45 0 0 0-1.846-1.306m2.935 13.933a1 1 0 0 0-1-1h-26a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h26a1 1 0 0 0 1-1zM4 27a.5.5 0 0 1 .5-.5H8a.5.5 0 0 1 0 1H4.5A.5.5 0 0 1 4 27m6.5 0a.5.5 0 0 1 .5-.5h3.5a.5.5 0 0 1 0 1H11a.5.5 0 0 1-.5-.5m6.5 0a.5.5 0 0 1 .5-.5H21a.5.5 0 0 1 0 1h-3.5a.5.5 0 0 1-.5-.5m6.5 0a.5.5 0 0 1 .5-.5h3.5a.5.5 0 0 1 0 1H24a.5.5 0 0 1-.5-.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastAirplaneArrival(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="m2.03 6.78l.583-4.471a.64.64 0 0 1 .719-.556a4.36 4.36 0 0 1 3.422 2.564l1.418 3.265l3.574.467l-1.322-2.537c-.67-1.285.384-2.784 1.813-2.597a1.77 1.77 0 0 1 1.131.612l3.694 4.355l1.026.135c.5.061.874.482.895.977l8.212 1.072c1.377.177 2.46 1.166 2.857 2.447l.013.002a3.6 3.6 0 0 1 .134 1.567l-.007.009l-.009-.002c-.26 1.973-2.014 3.359-3.918 3.114l-7.062-.92l-2.125 1.48a1.033 1.033 0 0 1-.564 1.962l-1.894-.25l-3.665 2.553a1.8 1.8 0 0 1-1.25.31c-1.43-.187-2.067-1.914-1.092-2.98l3.64-3.982l-5.035-.657a6.174 6.174 0 0 1-5.324-6.924zm25.037 4.278h-.002L2.89 7.9l-.003.025v.001a5.174 5.174 0 0 0 4.461 5.8l5.73.748l1.256-1.375a1.29 1.29 0 0 1 1.116-.413l5.032.651c.875.11 1.154 1.243.43 1.755l-.489.34l5.971.779c1.33.17 2.606-.799 2.798-2.251l-2.986-.389a.777.777 0 0 1-.667-.87a.76.76 0 0 1 .87-.667l2.505.329a2.45 2.45 0 0 0-1.846-1.306m2.935 13.933a1 1 0 0 0-1-1h-26a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h26a1 1 0 0 0 1-1zM4 27a.5.5 0 0 1 .5-.5H8a.5.5 0 0 1 0 1H4.5A.5.5 0 0 1 4 27m6.5 0a.5.5 0 0 1 .5-.5h3.5a.5.5 0 0 1 0 1H11a.5.5 0 0 1-.5-.5m6.5 0a.5.5 0 0 1 .5-.5H21a.5.5 0 0 1 0 1h-3.5a.5.5 0 0 1-.5-.5m6.5 0a.5.5 0 0 1 .5-.5h3.5a.5.5 0 0 1 0 1H24a.5.5 0 0 1-.5-.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m2.03 6.78l.583-4.471a.64.64 0 0 1 .719-.556a4.36 4.36 0 0 1 3.422 2.564l1.418 3.265l3.574.467l-1.322-2.537c-.67-1.285.384-2.784 1.813-2.597a1.77 1.77 0 0 1 1.131.612l3.694 4.355l1.026.135c.5.061.874.482.895.977l8.212 1.072c1.377.177 2.46 1.166 2.857 2.447l.013.002a3.6 3.6 0 0 1 .134 1.567l-.007.009l-.009-.002c-.26 1.973-2.014 3.359-3.918 3.114l-7.062-.92l-2.125 1.48a1.033 1.033 0 0 1-.564 1.962l-1.894-.25l-3.665 2.553a1.8 1.8 0 0 1-1.25.31c-1.43-.187-2.067-1.914-1.092-2.98l3.64-3.982l-5.035-.657a6.174 6.174 0 0 1-5.324-6.924zm25.037 4.278h-.002L2.89 7.9l-.003.025v.001a5.174 5.174 0 0 0 4.461 5.8l5.73.748l1.256-1.375a1.29 1.29 0 0 1 1.116-.413l5.032.651c.875.11 1.154 1.243.43 1.755l-.489.34l5.971.779c1.33.17 2.606-.799 2.798-2.251l-2.986-.389a.777.777 0 0 1-.667-.87a.76.76 0 0 1 .87-.667l2.505.329a2.45 2.45 0 0 0-1.846-1.306m2.935 13.933a1 1 0 0 0-1-1h-26a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h26a1 1 0 0 0 1-1zM4 27a.5.5 0 0 1 .5-.5H8a.5.5 0 0 1 0 1H4.5A.5.5 0 0 1 4 27m6.5 0a.5.5 0 0 1 .5-.5h3.5a.5.5 0 0 1 0 1H11a.5.5 0 0 1-.5-.5m6.5 0a.5.5 0 0 1 .5-.5H21a.5.5 0 0 1 0 1h-3.5a.5.5 0 0 1-.5-.5m6.5 0a.5.5 0 0 1 .5-.5h3.5a.5.5 0 0 1 0 1H24a.5.5 0 0 1-.5-.5"/></svg>
</template>

CSS

.icon-airplane-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%22m2.03%206.78l.583-4.471a.64.64%200%200%201%20.719-.556a4.36%204.36%200%200%201%203.422%202.564l1.418%203.265l3.574.467l-1.322-2.537c-.67-1.285.384-2.784%201.813-2.597a1.77%201.77%200%200%201%201.131.612l3.694%204.355l1.026.135c.5.061.874.482.895.977l8.212%201.072c1.377.177%202.46%201.166%202.857%202.447l.013.002a3.6%203.6%200%200%201%20.134%201.567l-.007.009l-.009-.002c-.26%201.973-2.014%203.359-3.918%203.114l-7.062-.92l-2.125%201.48a1.033%201.033%200%200%201-.564%201.962l-1.894-.25l-3.665%202.553a1.8%201.8%200%200%201-1.25.31c-1.43-.187-2.067-1.914-1.092-2.98l3.64-3.982l-5.035-.657a6.174%206.174%200%200%201-5.324-6.924zm25.037%204.278h-.002L2.89%207.9l-.003.025v.001a5.174%205.174%200%200%200%204.461%205.8l5.73.748l1.256-1.375a1.29%201.29%200%200%201%201.116-.413l5.032.651c.875.11%201.154%201.243.43%201.755l-.489.34l5.971.779c1.33.17%202.606-.799%202.798-2.251l-2.986-.389a.777.777%200%200%201-.667-.87a.76.76%200%200%201%20.87-.667l2.505.329a2.45%202.45%200%200%200-1.846-1.306m2.935%2013.933a1%201%200%200%200-1-1h-26a1%201%200%200%200-1%201v4a1%201%200%200%200%201%201h26a1%201%200%200%200%201-1zM4%2027a.5.5%200%200%201%20.5-.5H8a.5.5%200%200%201%200%201H4.5A.5.5%200%200%201%204%2027m6.5%200a.5.5%200%200%201%20.5-.5h3.5a.5.5%200%200%201%200%201H11a.5.5%200%200%201-.5-.5m6.5%200a.5.5%200%200%201%20.5-.5H21a.5.5%200%200%201%200%201h-3.5a.5.5%200%200%201-.5-.5m6.5%200a.5.5%200%200%201%20.5-.5h3.5a.5.5%200%200%201%200%201H24a.5.5%200%200%201-.5-.5%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%22m2.03%206.78l.583-4.471a.64.64%200%200%201%20.719-.556a4.36%204.36%200%200%201%203.422%202.564l1.418%203.265l3.574.467l-1.322-2.537c-.67-1.285.384-2.784%201.813-2.597a1.77%201.77%200%200%201%201.131.612l3.694%204.355l1.026.135c.5.061.874.482.895.977l8.212%201.072c1.377.177%202.46%201.166%202.857%202.447l.013.002a3.6%203.6%200%200%201%20.134%201.567l-.007.009l-.009-.002c-.26%201.973-2.014%203.359-3.918%203.114l-7.062-.92l-2.125%201.48a1.033%201.033%200%200%201-.564%201.962l-1.894-.25l-3.665%202.553a1.8%201.8%200%200%201-1.25.31c-1.43-.187-2.067-1.914-1.092-2.98l3.64-3.982l-5.035-.657a6.174%206.174%200%200%201-5.324-6.924zm25.037%204.278h-.002L2.89%207.9l-.003.025v.001a5.174%205.174%200%200%200%204.461%205.8l5.73.748l1.256-1.375a1.29%201.29%200%200%201%201.116-.413l5.032.651c.875.11%201.154%201.243.43%201.755l-.489.34l5.971.779c1.33.17%202.606-.799%202.798-2.251l-2.986-.389a.777.777%200%200%201-.667-.87a.76.76%200%200%201%20.87-.667l2.505.329a2.45%202.45%200%200%200-1.846-1.306m2.935%2013.933a1%201%200%200%200-1-1h-26a1%201%200%200%200-1%201v4a1%201%200%200%200%201%201h26a1%201%200%200%200%201-1zM4%2027a.5.5%200%200%201%20.5-.5H8a.5.5%200%200%201%200%201H4.5A.5.5%200%200%201%204%2027m6.5%200a.5.5%200%200%201%20.5-.5h3.5a.5.5%200%200%201%200%201H11a.5.5%200%200%201-.5-.5m6.5%200a.5.5%200%200%201%20.5-.5H21a.5.5%200%200%201%200%201h-3.5a.5.5%200%200%201-.5-.5m6.5%200a.5.5%200%200%201%20.5-.5h3.5a.5.5%200%200%201%200%201H24a.5.5%200%200%201-.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/airplane-arrival.svg?color=%231a73e8&size=48