airplane departure emoji

airplane-departure from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.

Name
airplane-departure
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 departure emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M24 39.5L8.119 34.508l-4.437 1.375L13.3 45"/><path fill="#d0cfce" d="m42.589 30.5l13.635-4.637s13.5-.229 10.33 3.255S41.127 41.314 34.551 43.77s-14.712 3.75-20.337 3.86c-4.924.095.59-2.892.59-2.892s6.255-3.55 9.024-4.757l2.635-1.949"/><path fill="#9b9b9a" d="m48.2 35l-25.755-2.359l-2.093 1.493L38 40.5"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M19.974 39.139L7.542 34.736l-3.067 1.073l8.169 7.322m34.407-8.438l-24.606-2.052l-2.093 1.493l16.754 5.979"/><path d="m43.174 31.323l11.15-4.486a10.3 10.3 0 0 1 4.172-.74c3.7.113 10.39.667 8.057 3.23c-3.17 3.484-25.425 12.196-32.001 14.651s-14.712 3.75-20.337 3.86c-4.924.094.59-2.892.59-2.892s6.255-3.55 9.024-4.757l2.784-1.213"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiAirplaneDeparture(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M24 39.5L8.119 34.508l-4.437 1.375L13.3 45"/><path fill="#d0cfce" d="m42.589 30.5l13.635-4.637s13.5-.229 10.33 3.255S41.127 41.314 34.551 43.77s-14.712 3.75-20.337 3.86c-4.924.095.59-2.892.59-2.892s6.255-3.55 9.024-4.757l2.635-1.949"/><path fill="#9b9b9a" d="m48.2 35l-25.755-2.359l-2.093 1.493L38 40.5"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M19.974 39.139L7.542 34.736l-3.067 1.073l8.169 7.322m34.407-8.438l-24.606-2.052l-2.093 1.493l16.754 5.979"/><path d="m43.174 31.323l11.15-4.486a10.3 10.3 0 0 1 4.172-.74c3.7.113 10.39.667 8.057 3.23c-3.17 3.484-25.425 12.196-32.001 14.651s-14.712 3.75-20.337 3.86c-4.924.094.59-2.892.59-2.892s6.255-3.55 9.024-4.757l2.784-1.213"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M24 39.5L8.119 34.508l-4.437 1.375L13.3 45"/><path fill="#d0cfce" d="m42.589 30.5l13.635-4.637s13.5-.229 10.33 3.255S41.127 41.314 34.551 43.77s-14.712 3.75-20.337 3.86c-4.924.095.59-2.892.59-2.892s6.255-3.55 9.024-4.757l2.635-1.949"/><path fill="#9b9b9a" d="m48.2 35l-25.755-2.359l-2.093 1.493L38 40.5"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M19.974 39.139L7.542 34.736l-3.067 1.073l8.169 7.322m34.407-8.438l-24.606-2.052l-2.093 1.493l16.754 5.979"/><path d="m43.174 31.323l11.15-4.486a10.3 10.3 0 0 1 4.172-.74c3.7.113 10.39.667 8.057 3.23c-3.17 3.484-25.425 12.196-32.001 14.651s-14.712 3.75-20.337 3.86c-4.924.094.59-2.892.59-2.892s6.255-3.55 9.024-4.757l2.784-1.213"/></g></svg>
</template>

CSS

.icon-airplane-departure {
  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%239b9b9a%22%20d%3D%22M24%2039.5L8.119%2034.508l-4.437%201.375L13.3%2045%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22m42.589%2030.5l13.635-4.637s13.5-.229%2010.33%203.255S41.127%2041.314%2034.551%2043.77s-14.712%203.75-20.337%203.86c-4.924.095.59-2.892.59-2.892s6.255-3.55%209.024-4.757l2.635-1.949%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22m48.2%2035l-25.755-2.359l-2.093%201.493L38%2040.5%22%2F%3E%3Cg%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%3E%3Cpath%20d%3D%22M19.974%2039.139L7.542%2034.736l-3.067%201.073l8.169%207.322m34.407-8.438l-24.606-2.052l-2.093%201.493l16.754%205.979%22%2F%3E%3Cpath%20d%3D%22m43.174%2031.323l11.15-4.486a10.3%2010.3%200%200%201%204.172-.74c3.7.113%2010.39.667%208.057%203.23c-3.17%203.484-25.425%2012.196-32.001%2014.651s-14.712%203.75-20.337%203.86c-4.924.094.59-2.892.59-2.892s6.255-3.55%209.024-4.757l2.784-1.213%22%2F%3E%3C%2Fg%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%239b9b9a%22%20d%3D%22M24%2039.5L8.119%2034.508l-4.437%201.375L13.3%2045%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22m42.589%2030.5l13.635-4.637s13.5-.229%2010.33%203.255S41.127%2041.314%2034.551%2043.77s-14.712%203.75-20.337%203.86c-4.924.095.59-2.892.59-2.892s6.255-3.55%209.024-4.757l2.635-1.949%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22m48.2%2035l-25.755-2.359l-2.093%201.493L38%2040.5%22%2F%3E%3Cg%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%3E%3Cpath%20d%3D%22M19.974%2039.139L7.542%2034.736l-3.067%201.073l8.169%207.322m34.407-8.438l-24.606-2.052l-2.093%201.493l16.754%205.979%22%2F%3E%3Cpath%20d%3D%22m43.174%2031.323l11.15-4.486a10.3%2010.3%200%200%201%204.172-.74c3.7.113%2010.39.667%208.057%203.23c-3.17%203.484-25.425%2012.196-32.001%2014.651s-14.712%203.75-20.337%203.86c-4.924.094.59-2.892.59-2.892s6.255-3.55%209.024-4.757l2.784-1.213%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/airplane-departure.svg?color=%231a73e8&size=48