northeast pointing airplane emoji
northeast-pointing-airplane from OpenMoji by OpenMoji · Default · Extras Unicode · CC-BY-SA-4.0 Attribution required.
- Name
- northeast-pointing-airplane
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Unicode
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras unicode icons from OpenMoji
alabama-flagandalusia-flaganticlockwise-triangle-headed-top-u-shaped-arrowaragon-flagasturian-flagbalearic-islands-flagbari-flagbasque-flagbavaria-flagberlin-flagblack-chess-bishopblack-chess-kingblack-chess-knightblack-chess-queenblack-chess-rookblack-hexagonblack-large-circleblack-octagonblack-pentagonblack-rectangleblack-starblack-vertical-ellipseblack-vertical-rectangleboys-symbol
Use the northeast pointing airplane emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="m34.291 40.587l-7.28 23.39a1.037 1.037 0 0 1-1.724.424l-3.446-3.456a7.88 7.88 0 0 1-2.192-6.83l.134-.814L24.39 30.6z"/><path fill="#d0cfce" d="M17.224 23.233c-1.925-1.925-1.934-5.037-.02-6.95s5.024-1.905 6.952.023l28.1 28.142l6.272-.73l5.297 5.248l-9.96 4.023l-4.195 9.736l-5.184-5.133l.822-6.194l-28.112-28.193"/><path fill="#9b9b9a" d="m41.448 33.43l23.384-7.278a1.04 1.04 0 0 0 .426-1.732l-3.452-3.44a7.88 7.88 0 0 0-6.83-2.193l-.814.135l-22.702 4.606z"/><path d="m26.161 31.607l-.127.651l-.842-.842z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.953" d="m24.245 36.111l-3.607 18.17a6.85 6.85 0 0 0 1.91 5.962l3.49 3.495l6.325-20.187m4.625-20.183l18.17-3.606a6.84 6.84 0 0 1 5.962 1.91l3.494 3.489l-20.187 6.325"/><path fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M17.224 23.233c-1.925-1.925-1.465-5.506-.02-6.95c1.384-1.385 5.024-1.905 6.952.023l28.1 28.142l6.272-.73l5.297 5.248l-9.96 4.023l-4.195 9.736l-5.184-5.133l.822-6.194l-28.112-28.193"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiNortheastPointingAirplane(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="m34.291 40.587l-7.28 23.39a1.037 1.037 0 0 1-1.724.424l-3.446-3.456a7.88 7.88 0 0 1-2.192-6.83l.134-.814L24.39 30.6z"/><path fill="#d0cfce" d="M17.224 23.233c-1.925-1.925-1.934-5.037-.02-6.95s5.024-1.905 6.952.023l28.1 28.142l6.272-.73l5.297 5.248l-9.96 4.023l-4.195 9.736l-5.184-5.133l.822-6.194l-28.112-28.193"/><path fill="#9b9b9a" d="m41.448 33.43l23.384-7.278a1.04 1.04 0 0 0 .426-1.732l-3.452-3.44a7.88 7.88 0 0 0-6.83-2.193l-.814.135l-22.702 4.606z"/><path d="m26.161 31.607l-.127.651l-.842-.842z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.953" d="m24.245 36.111l-3.607 18.17a6.85 6.85 0 0 0 1.91 5.962l3.49 3.495l6.325-20.187m4.625-20.183l18.17-3.606a6.84 6.84 0 0 1 5.962 1.91l3.494 3.489l-20.187 6.325"/><path fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="2" d="M17.224 23.233c-1.925-1.925-1.465-5.506-.02-6.95c1.384-1.385 5.024-1.905 6.952.023l28.1 28.142l6.272-.73l5.297 5.248l-9.96 4.023l-4.195 9.736l-5.184-5.133l.822-6.194l-28.112-28.193"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="m34.291 40.587l-7.28 23.39a1.037 1.037 0 0 1-1.724.424l-3.446-3.456a7.88 7.88 0 0 1-2.192-6.83l.134-.814L24.39 30.6z"/><path fill="#d0cfce" d="M17.224 23.233c-1.925-1.925-1.934-5.037-.02-6.95s5.024-1.905 6.952.023l28.1 28.142l6.272-.73l5.297 5.248l-9.96 4.023l-4.195 9.736l-5.184-5.133l.822-6.194l-28.112-28.193"/><path fill="#9b9b9a" d="m41.448 33.43l23.384-7.278a1.04 1.04 0 0 0 .426-1.732l-3.452-3.44a7.88 7.88 0 0 0-6.83-2.193l-.814.135l-22.702 4.606z"/><path d="m26.161 31.607l-.127.651l-.842-.842z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.953" d="m24.245 36.111l-3.607 18.17a6.85 6.85 0 0 0 1.91 5.962l3.49 3.495l6.325-20.187m4.625-20.183l18.17-3.606a6.84 6.84 0 0 1 5.962 1.91l3.494 3.489l-20.187 6.325"/><path fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M17.224 23.233c-1.925-1.925-1.465-5.506-.02-6.95c1.384-1.385 5.024-1.905 6.952.023l28.1 28.142l6.272-.73l5.297 5.248l-9.96 4.023l-4.195 9.736l-5.184-5.133l.822-6.194l-28.112-28.193"/></svg> </template>
CSS
.icon-northeast-pointing-airplane {
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%22m34.291%2040.587l-7.28%2023.39a1.037%201.037%200%200%201-1.724.424l-3.446-3.456a7.88%207.88%200%200%201-2.192-6.83l.134-.814L24.39%2030.6z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M17.224%2023.233c-1.925-1.925-1.934-5.037-.02-6.95s5.024-1.905%206.952.023l28.1%2028.142l6.272-.73l5.297%205.248l-9.96%204.023l-4.195%209.736l-5.184-5.133l.822-6.194l-28.112-28.193%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22m41.448%2033.43l23.384-7.278a1.04%201.04%200%200%200%20.426-1.732l-3.452-3.44a7.88%207.88%200%200%200-6.83-2.193l-.814.135l-22.702%204.606z%22%2F%3E%3Cpath%20d%3D%22m26.161%2031.607l-.127.651l-.842-.842z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.953%22%20d%3D%22m24.245%2036.111l-3.607%2018.17a6.85%206.85%200%200%200%201.91%205.962l3.49%203.495l6.325-20.187m4.625-20.183l18.17-3.606a6.84%206.84%200%200%201%205.962%201.91l3.494%203.489l-20.187%206.325%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M17.224%2023.233c-1.925-1.925-1.465-5.506-.02-6.95c1.384-1.385%205.024-1.905%206.952.023l28.1%2028.142l6.272-.73l5.297%205.248l-9.96%204.023l-4.195%209.736l-5.184-5.133l.822-6.194l-28.112-28.193%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%239b9b9a%22%20d%3D%22m34.291%2040.587l-7.28%2023.39a1.037%201.037%200%200%201-1.724.424l-3.446-3.456a7.88%207.88%200%200%201-2.192-6.83l.134-.814L24.39%2030.6z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M17.224%2023.233c-1.925-1.925-1.934-5.037-.02-6.95s5.024-1.905%206.952.023l28.1%2028.142l6.272-.73l5.297%205.248l-9.96%204.023l-4.195%209.736l-5.184-5.133l.822-6.194l-28.112-28.193%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22m41.448%2033.43l23.384-7.278a1.04%201.04%200%200%200%20.426-1.732l-3.452-3.44a7.88%207.88%200%200%200-6.83-2.193l-.814.135l-22.702%204.606z%22%2F%3E%3Cpath%20d%3D%22m26.161%2031.607l-.127.651l-.842-.842z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.953%22%20d%3D%22m24.245%2036.111l-3.607%2018.17a6.85%206.85%200%200%200%201.91%205.962l3.49%203.495l6.325-20.187m4.625-20.183l18.17-3.606a6.84%206.84%200%200%201%205.962%201.91l3.494%203.489l-20.187%206.325%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M17.224%2023.233c-1.925-1.925-1.465-5.506-.02-6.95c1.384-1.385%205.024-1.905%206.952.023l28.1%2028.142l6.272-.73l5.297%205.248l-9.96%204.023l-4.195%209.736l-5.184-5.133l.822-6.194l-28.112-28.193%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/northeast-pointing-airplane.svg?color=%231a73e8&size=48