small airplane emoji
small-airplane from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.
- Name
- small-airplane
- 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 small airplane emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M48.867 30.378s-24 23-27 20s20-27 20-27s4-5 8-1s-1 8-1 8"/><path fill="#e27022" d="m31.847 55.208l-2.17 3.25a.75.75 0 0 1-1.17.09l-7.45-8.12l-8.25-7.56a.75.75 0 0 1 .09-1.17l3.25-2.17a.75.75 0 0 1 .86.03l8.52 6.41l6.29 8.38a.75.75 0 0 1 .03.86m27.14-3.7l-5.56 3.01a1.62 1.62 0 0 1-1.71-.38l-18.06-14.89l-.62-.5l-.5-.62l-14.89-18.06a1.62 1.62 0 0 1-.38-1.71l3.01-5.56c.38-.69 1.49-.56 2.28.27l17.55 18.61l18.61 17.55c.83.79.96 1.9.27 2.28"/><path fill="#92d3f5" d="M42.911 33.32a1 1 0 0 1-.71-.296l-2.991-3.019a1 1 0 0 1-.027-1.38l1.372-1.415a1.9 1.9 0 0 1 1.358-.607a1.98 1.98 0 0 1 1.387.562l1.774 1.775a1.92 1.92 0 0 1 .56 1.39a1.9 1.9 0 0 1-.61 1.36l-1.438 1.369a1 1 0 0 1-.675.261"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="2" d="m49.267 32.978l-1.53-1.53m-6.94-6.94l-1.53-1.53m.592-2.399l-3 3m14.702 8.702l-3 3m-14.904 3.967l2.78 2.29a98 98 0 0 1-9.02 6.94l-1.89-2.51l-1.68-1.26a97 97 0 0 1 6.82-8.85l1.87 2.27l.5.62Zm15.21-8.87s-.41.39-1.13 1.07c-.9.85-2.3 2.15-3.98 3.67l-3.65-3.44l-3-3.18c1.54-1.69 2.84-3.08 3.69-3.99c.68-.72 1.07-1.13 1.07-1.13s4-5 8-1s-1 8-1 8"/><path stroke-width="2" d="M40.631 28.6q.355-.386.655-.708a.905.905 0 0 1 1.306-.02l1.775 1.775a.905.905 0 0 1-.021 1.308l-.724.665M31.847 55.208l-2.17 3.25a.75.75 0 0 1-1.17.09l-7.45-8.12l-8.25-7.56a.75.75 0 0 1 .09-1.17l3.25-2.17a.75.75 0 0 1 .86.03l6.84 5.15l1.68 1.26l1.89 2.51l4.4 5.87a.75.75 0 0 1 .03.86m27.14-3.7l-5.56 3.01a1.62 1.62 0 0 1-1.71-.38l-15.28-12.6l-2.78-2.29l-.62-.5l-.5-.62l-1.87-2.27l-13.02-15.79a1.62 1.62 0 0 1-.38-1.71l3.01-5.56c.38-.69 1.49-.56 2.28.27l14.55 15.43l3 3.18l3.65 3.44l14.96 14.11c.83.79.96 1.9.27 2.28"/><path stroke-width="1.798" d="m45.086 13.534l13.812 13.813m-5.687-8.125l-2.657 2.656"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiSmallAirplane(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="M48.867 30.378s-24 23-27 20s20-27 20-27s4-5 8-1s-1 8-1 8"/><path fill="#e27022" d="m31.847 55.208l-2.17 3.25a.75.75 0 0 1-1.17.09l-7.45-8.12l-8.25-7.56a.75.75 0 0 1 .09-1.17l3.25-2.17a.75.75 0 0 1 .86.03l8.52 6.41l6.29 8.38a.75.75 0 0 1 .03.86m27.14-3.7l-5.56 3.01a1.62 1.62 0 0 1-1.71-.38l-18.06-14.89l-.62-.5l-.5-.62l-14.89-18.06a1.62 1.62 0 0 1-.38-1.71l3.01-5.56c.38-.69 1.49-.56 2.28.27l17.55 18.61l18.61 17.55c.83.79.96 1.9.27 2.28"/><path fill="#92d3f5" d="M42.911 33.32a1 1 0 0 1-.71-.296l-2.991-3.019a1 1 0 0 1-.027-1.38l1.372-1.415a1.9 1.9 0 0 1 1.358-.607a1.98 1.98 0 0 1 1.387.562l1.774 1.775a1.92 1.92 0 0 1 .56 1.39a1.9 1.9 0 0 1-.61 1.36l-1.438 1.369a1 1 0 0 1-.675.261"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round"><path strokeWidth="2" d="m49.267 32.978l-1.53-1.53m-6.94-6.94l-1.53-1.53m.592-2.399l-3 3m14.702 8.702l-3 3m-14.904 3.967l2.78 2.29a98 98 0 0 1-9.02 6.94l-1.89-2.51l-1.68-1.26a97 97 0 0 1 6.82-8.85l1.87 2.27l.5.62Zm15.21-8.87s-.41.39-1.13 1.07c-.9.85-2.3 2.15-3.98 3.67l-3.65-3.44l-3-3.18c1.54-1.69 2.84-3.08 3.69-3.99c.68-.72 1.07-1.13 1.07-1.13s4-5 8-1s-1 8-1 8"/><path strokeWidth="2" d="M40.631 28.6q.355-.386.655-.708a.905.905 0 0 1 1.306-.02l1.775 1.775a.905.905 0 0 1-.021 1.308l-.724.665M31.847 55.208l-2.17 3.25a.75.75 0 0 1-1.17.09l-7.45-8.12l-8.25-7.56a.75.75 0 0 1 .09-1.17l3.25-2.17a.75.75 0 0 1 .86.03l6.84 5.15l1.68 1.26l1.89 2.51l4.4 5.87a.75.75 0 0 1 .03.86m27.14-3.7l-5.56 3.01a1.62 1.62 0 0 1-1.71-.38l-15.28-12.6l-2.78-2.29l-.62-.5l-.5-.62l-1.87-2.27l-13.02-15.79a1.62 1.62 0 0 1-.38-1.71l3.01-5.56c.38-.69 1.49-.56 2.28.27l14.55 15.43l3 3.18l3.65 3.44l14.96 14.11c.83.79.96 1.9.27 2.28"/><path strokeWidth="1.798" d="m45.086 13.534l13.812 13.813m-5.687-8.125l-2.657 2.656"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M48.867 30.378s-24 23-27 20s20-27 20-27s4-5 8-1s-1 8-1 8"/><path fill="#e27022" d="m31.847 55.208l-2.17 3.25a.75.75 0 0 1-1.17.09l-7.45-8.12l-8.25-7.56a.75.75 0 0 1 .09-1.17l3.25-2.17a.75.75 0 0 1 .86.03l8.52 6.41l6.29 8.38a.75.75 0 0 1 .03.86m27.14-3.7l-5.56 3.01a1.62 1.62 0 0 1-1.71-.38l-18.06-14.89l-.62-.5l-.5-.62l-14.89-18.06a1.62 1.62 0 0 1-.38-1.71l3.01-5.56c.38-.69 1.49-.56 2.28.27l17.55 18.61l18.61 17.55c.83.79.96 1.9.27 2.28"/><path fill="#92d3f5" d="M42.911 33.32a1 1 0 0 1-.71-.296l-2.991-3.019a1 1 0 0 1-.027-1.38l1.372-1.415a1.9 1.9 0 0 1 1.358-.607a1.98 1.98 0 0 1 1.387.562l1.774 1.775a1.92 1.92 0 0 1 .56 1.39a1.9 1.9 0 0 1-.61 1.36l-1.438 1.369a1 1 0 0 1-.675.261"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="2" d="m49.267 32.978l-1.53-1.53m-6.94-6.94l-1.53-1.53m.592-2.399l-3 3m14.702 8.702l-3 3m-14.904 3.967l2.78 2.29a98 98 0 0 1-9.02 6.94l-1.89-2.51l-1.68-1.26a97 97 0 0 1 6.82-8.85l1.87 2.27l.5.62Zm15.21-8.87s-.41.39-1.13 1.07c-.9.85-2.3 2.15-3.98 3.67l-3.65-3.44l-3-3.18c1.54-1.69 2.84-3.08 3.69-3.99c.68-.72 1.07-1.13 1.07-1.13s4-5 8-1s-1 8-1 8"/><path stroke-width="2" d="M40.631 28.6q.355-.386.655-.708a.905.905 0 0 1 1.306-.02l1.775 1.775a.905.905 0 0 1-.021 1.308l-.724.665M31.847 55.208l-2.17 3.25a.75.75 0 0 1-1.17.09l-7.45-8.12l-8.25-7.56a.75.75 0 0 1 .09-1.17l3.25-2.17a.75.75 0 0 1 .86.03l6.84 5.15l1.68 1.26l1.89 2.51l4.4 5.87a.75.75 0 0 1 .03.86m27.14-3.7l-5.56 3.01a1.62 1.62 0 0 1-1.71-.38l-15.28-12.6l-2.78-2.29l-.62-.5l-.5-.62l-1.87-2.27l-13.02-15.79a1.62 1.62 0 0 1-.38-1.71l3.01-5.56c.38-.69 1.49-.56 2.28.27l14.55 15.43l3 3.18l3.65 3.44l14.96 14.11c.83.79.96 1.9.27 2.28"/><path stroke-width="1.798" d="m45.086 13.534l13.812 13.813m-5.687-8.125l-2.657 2.656"/></g></svg> </template>
CSS
.icon-small-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%23d0cfce%22%20d%3D%22M48.867%2030.378s-24%2023-27%2020s20-27%2020-27s4-5%208-1s-1%208-1%208%22%2F%3E%3Cpath%20fill%3D%22%23e27022%22%20d%3D%22m31.847%2055.208l-2.17%203.25a.75.75%200%200%201-1.17.09l-7.45-8.12l-8.25-7.56a.75.75%200%200%201%20.09-1.17l3.25-2.17a.75.75%200%200%201%20.86.03l8.52%206.41l6.29%208.38a.75.75%200%200%201%20.03.86m27.14-3.7l-5.56%203.01a1.62%201.62%200%200%201-1.71-.38l-18.06-14.89l-.62-.5l-.5-.62l-14.89-18.06a1.62%201.62%200%200%201-.38-1.71l3.01-5.56c.38-.69%201.49-.56%202.28.27l17.55%2018.61l18.61%2017.55c.83.79.96%201.9.27%202.28%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M42.911%2033.32a1%201%200%200%201-.71-.296l-2.991-3.019a1%201%200%200%201-.027-1.38l1.372-1.415a1.9%201.9%200%200%201%201.358-.607a1.98%201.98%200%200%201%201.387.562l1.774%201.775a1.92%201.92%200%200%201%20.56%201.39a1.9%201.9%200%200%201-.61%201.36l-1.438%201.369a1%201%200%200%201-.675.261%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22m49.267%2032.978l-1.53-1.53m-6.94-6.94l-1.53-1.53m.592-2.399l-3%203m14.702%208.702l-3%203m-14.904%203.967l2.78%202.29a98%2098%200%200%201-9.02%206.94l-1.89-2.51l-1.68-1.26a97%2097%200%200%201%206.82-8.85l1.87%202.27l.5.62Zm15.21-8.87s-.41.39-1.13%201.07c-.9.85-2.3%202.15-3.98%203.67l-3.65-3.44l-3-3.18c1.54-1.69%202.84-3.08%203.69-3.99c.68-.72%201.07-1.13%201.07-1.13s4-5%208-1s-1%208-1%208%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M40.631%2028.6q.355-.386.655-.708a.905.905%200%200%201%201.306-.02l1.775%201.775a.905.905%200%200%201-.021%201.308l-.724.665M31.847%2055.208l-2.17%203.25a.75.75%200%200%201-1.17.09l-7.45-8.12l-8.25-7.56a.75.75%200%200%201%20.09-1.17l3.25-2.17a.75.75%200%200%201%20.86.03l6.84%205.15l1.68%201.26l1.89%202.51l4.4%205.87a.75.75%200%200%201%20.03.86m27.14-3.7l-5.56%203.01a1.62%201.62%200%200%201-1.71-.38l-15.28-12.6l-2.78-2.29l-.62-.5l-.5-.62l-1.87-2.27l-13.02-15.79a1.62%201.62%200%200%201-.38-1.71l3.01-5.56c.38-.69%201.49-.56%202.28.27l14.55%2015.43l3%203.18l3.65%203.44l14.96%2014.11c.83.79.96%201.9.27%202.28%22%2F%3E%3Cpath%20stroke-width%3D%221.798%22%20d%3D%22m45.086%2013.534l13.812%2013.813m-5.687-8.125l-2.657%202.656%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%23d0cfce%22%20d%3D%22M48.867%2030.378s-24%2023-27%2020s20-27%2020-27s4-5%208-1s-1%208-1%208%22%2F%3E%3Cpath%20fill%3D%22%23e27022%22%20d%3D%22m31.847%2055.208l-2.17%203.25a.75.75%200%200%201-1.17.09l-7.45-8.12l-8.25-7.56a.75.75%200%200%201%20.09-1.17l3.25-2.17a.75.75%200%200%201%20.86.03l8.52%206.41l6.29%208.38a.75.75%200%200%201%20.03.86m27.14-3.7l-5.56%203.01a1.62%201.62%200%200%201-1.71-.38l-18.06-14.89l-.62-.5l-.5-.62l-14.89-18.06a1.62%201.62%200%200%201-.38-1.71l3.01-5.56c.38-.69%201.49-.56%202.28.27l17.55%2018.61l18.61%2017.55c.83.79.96%201.9.27%202.28%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M42.911%2033.32a1%201%200%200%201-.71-.296l-2.991-3.019a1%201%200%200%201-.027-1.38l1.372-1.415a1.9%201.9%200%200%201%201.358-.607a1.98%201.98%200%200%201%201.387.562l1.774%201.775a1.92%201.92%200%200%201%20.56%201.39a1.9%201.9%200%200%201-.61%201.36l-1.438%201.369a1%201%200%200%201-.675.261%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22m49.267%2032.978l-1.53-1.53m-6.94-6.94l-1.53-1.53m.592-2.399l-3%203m14.702%208.702l-3%203m-14.904%203.967l2.78%202.29a98%2098%200%200%201-9.02%206.94l-1.89-2.51l-1.68-1.26a97%2097%200%200%201%206.82-8.85l1.87%202.27l.5.62Zm15.21-8.87s-.41.39-1.13%201.07c-.9.85-2.3%202.15-3.98%203.67l-3.65-3.44l-3-3.18c1.54-1.69%202.84-3.08%203.69-3.99c.68-.72%201.07-1.13%201.07-1.13s4-5%208-1s-1%208-1%208%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M40.631%2028.6q.355-.386.655-.708a.905.905%200%200%201%201.306-.02l1.775%201.775a.905.905%200%200%201-.021%201.308l-.724.665M31.847%2055.208l-2.17%203.25a.75.75%200%200%201-1.17.09l-7.45-8.12l-8.25-7.56a.75.75%200%200%201%20.09-1.17l3.25-2.17a.75.75%200%200%201%20.86.03l6.84%205.15l1.68%201.26l1.89%202.51l4.4%205.87a.75.75%200%200%201%20.03.86m27.14-3.7l-5.56%203.01a1.62%201.62%200%200%201-1.71-.38l-15.28-12.6l-2.78-2.29l-.62-.5l-.5-.62l-1.87-2.27l-13.02-15.79a1.62%201.62%200%200%201-.38-1.71l3.01-5.56c.38-.69%201.49-.56%202.28.27l14.55%2015.43l3%203.18l3.65%203.44l14.96%2014.11c.83.79.96%201.9.27%202.28%22%2F%3E%3Cpath%20stroke-width%3D%221.798%22%20d%3D%22m45.086%2013.534l13.812%2013.813m-5.687-8.125l-2.657%202.656%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/small-airplane.svg?color=%231a73e8&size=48