airplane arrival emoji
airplane-arrival from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.
- Name
- airplane-arrival
- Set
- OpenMoji
- Style
- Default
- Category
- Travel Places
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More travel places icons from OpenMoji
Use the airplane arrival emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M43.137 33.3L55 37.424a10.8 10.8 0 0 1 3.315 1.854c2.806 2.31 8.067 7.07 4.57 7.67c-4.644.798-27.55-6.019-34.245-8.128c-6.696-2.109-13.908-6.09-18.41-9.464c-3.941-2.953 2.243-1.917 2.243-1.917s7.116 1.048 10.041 1.8l3.277.083"/><path fill="#9b9b9a" d="m23.5 29.423l-8.81-13.314l-4.345-1.645L11.4 27.956M44 40.2L26.105 22.62l-2.57-.11L33.4 38.4"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="m20.382 26.398l-6.288-10.464l-3.078-1.041l1.131 10.145m32.098 14.333L26.105 22.62l-2.57-.11l9.535 15.019"/><circle cx="32.453" cy="44.192" r="2"/><circle cx="37.772" cy="45.77" r="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="m43.26 34.33l11.434 3.285a10.8 10.8 0 0 1 3.955 2.093c2.86 2.385 7.653 6.845 4.274 7.425c-4.642.798-27.549-6.019-34.244-8.128s-13.907-6.09-18.41-9.464c-3.941-2.953 2.243-1.917 2.243-1.917s7.116 1.048 10.042 1.8l2.941.755"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiAirplaneArrival(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M43.137 33.3L55 37.424a10.8 10.8 0 0 1 3.315 1.854c2.806 2.31 8.067 7.07 4.57 7.67c-4.644.798-27.55-6.019-34.245-8.128c-6.696-2.109-13.908-6.09-18.41-9.464c-3.941-2.953 2.243-1.917 2.243-1.917s7.116 1.048 10.041 1.8l3.277.083"/><path fill="#9b9b9a" d="m23.5 29.423l-8.81-13.314l-4.345-1.645L11.4 27.956M44 40.2L26.105 22.62l-2.57-.11L33.4 38.4"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="m20.382 26.398l-6.288-10.464l-3.078-1.041l1.131 10.145m32.098 14.333L26.105 22.62l-2.57-.11l9.535 15.019"/><circle cx="32.453" cy="44.192" r="2"/><circle cx="37.772" cy="45.77" r="2"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="m43.26 34.33l11.434 3.285a10.8 10.8 0 0 1 3.955 2.093c2.86 2.385 7.653 6.845 4.274 7.425c-4.642.798-27.549-6.019-34.244-8.128s-13.907-6.09-18.41-9.464c-3.941-2.953 2.243-1.917 2.243-1.917s7.116 1.048 10.042 1.8l2.941.755"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M43.137 33.3L55 37.424a10.8 10.8 0 0 1 3.315 1.854c2.806 2.31 8.067 7.07 4.57 7.67c-4.644.798-27.55-6.019-34.245-8.128c-6.696-2.109-13.908-6.09-18.41-9.464c-3.941-2.953 2.243-1.917 2.243-1.917s7.116 1.048 10.041 1.8l3.277.083"/><path fill="#9b9b9a" d="m23.5 29.423l-8.81-13.314l-4.345-1.645L11.4 27.956M44 40.2L26.105 22.62l-2.57-.11L33.4 38.4"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="m20.382 26.398l-6.288-10.464l-3.078-1.041l1.131 10.145m32.098 14.333L26.105 22.62l-2.57-.11l9.535 15.019"/><circle cx="32.453" cy="44.192" r="2"/><circle cx="37.772" cy="45.77" r="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="m43.26 34.33l11.434 3.285a10.8 10.8 0 0 1 3.955 2.093c2.86 2.385 7.653 6.845 4.274 7.425c-4.642.798-27.549-6.019-34.244-8.128s-13.907-6.09-18.41-9.464c-3.941-2.953 2.243-1.917 2.243-1.917s7.116 1.048 10.042 1.8l2.941.755"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M43.137%2033.3L55%2037.424a10.8%2010.8%200%200%201%203.315%201.854c2.806%202.31%208.067%207.07%204.57%207.67c-4.644.798-27.55-6.019-34.245-8.128c-6.696-2.109-13.908-6.09-18.41-9.464c-3.941-2.953%202.243-1.917%202.243-1.917s7.116%201.048%2010.041%201.8l3.277.083%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22m23.5%2029.423l-8.81-13.314l-4.345-1.645L11.4%2027.956M44%2040.2L26.105%2022.62l-2.57-.11L33.4%2038.4%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m20.382%2026.398l-6.288-10.464l-3.078-1.041l1.131%2010.145m32.098%2014.333L26.105%2022.62l-2.57-.11l9.535%2015.019%22%2F%3E%3Ccircle%20cx%3D%2232.453%22%20cy%3D%2244.192%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2237.772%22%20cy%3D%2245.77%22%20r%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m43.26%2034.33l11.434%203.285a10.8%2010.8%200%200%201%203.955%202.093c2.86%202.385%207.653%206.845%204.274%207.425c-4.642.798-27.549-6.019-34.244-8.128s-13.907-6.09-18.41-9.464c-3.941-2.953%202.243-1.917%202.243-1.917s7.116%201.048%2010.042%201.8l2.941.755%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M43.137%2033.3L55%2037.424a10.8%2010.8%200%200%201%203.315%201.854c2.806%202.31%208.067%207.07%204.57%207.67c-4.644.798-27.55-6.019-34.245-8.128c-6.696-2.109-13.908-6.09-18.41-9.464c-3.941-2.953%202.243-1.917%202.243-1.917s7.116%201.048%2010.041%201.8l3.277.083%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22m23.5%2029.423l-8.81-13.314l-4.345-1.645L11.4%2027.956M44%2040.2L26.105%2022.62l-2.57-.11L33.4%2038.4%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m20.382%2026.398l-6.288-10.464l-3.078-1.041l1.131%2010.145m32.098%2014.333L26.105%2022.62l-2.57-.11l9.535%2015.019%22%2F%3E%3Ccircle%20cx%3D%2232.453%22%20cy%3D%2244.192%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2237.772%22%20cy%3D%2245.77%22%20r%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m43.26%2034.33l11.434%203.285a10.8%2010.8%200%200%201%203.955%202.093c2.86%202.385%207.653%206.845%204.274%207.425c-4.642.798-27.549-6.019-34.244-8.128s-13.907-6.09-18.41-9.464c-3.941-2.953%202.243-1.917%202.243-1.917s7.116%201.048%2010.042%201.8l2.941.755%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/airplane-arrival.svg?color=%231a73e8&size=48