airplane icon
airplane-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- airplane-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
airplaneBootstrap IconsairplaneEmoji One (Colored)airplaneFramework7 Iconsairplane-16-filledFluent UI System IconsairplaneFluent EmojiairplaneFluent Emoji FlatairplaneFluent Emoji High ContrastairplaneFirefox OS Emojiairplanecss.ggairplaneIconParkairplaneIconPark OutlineairplaneIconPark SolidairplaneIconPark TwoToneairplaneIconoirairplaneIonIconsairplaneMajesticonsairplaneMaterial Design IconsairplaneNoto EmojiairplaneOpenMojiairplanePhosphorairplaneStreamline EmojisairplaneTwitter Emoji
Use the airplane icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m16.536 10.292l3.091-3.653a2.56 2.56 0 0 0 .555-2.153a.85.85 0 0 0-.668-.669a2.56 2.56 0 0 0-2.153.555l-3.654 3.092l-7.778-2.121l-1.414 1.414l6.364 3.535l-3.536 4.243l-1.768-.354l-1.767 1.768l2.828 1.414l1.414 2.829l1.768-1.768l-.354-1.768l4.243-3.535l3.536 6.364l1.414-1.415z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteAirplaneLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m16.536 10.292l3.091-3.653a2.56 2.56 0 0 0 .555-2.153a.85.85 0 0 0-.668-.669a2.56 2.56 0 0 0-2.153.555l-3.654 3.092l-7.778-2.121l-1.414 1.414l6.364 3.535l-3.536 4.243l-1.768-.354l-1.767 1.768l2.828 1.414l1.414 2.829l1.768-1.768l-.354-1.768l4.243-3.535l3.536 6.364l1.414-1.415z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m16.536 10.292l3.091-3.653a2.56 2.56 0 0 0 .555-2.153a.85.85 0 0 0-.668-.669a2.56 2.56 0 0 0-2.153.555l-3.654 3.092l-7.778-2.121l-1.414 1.414l6.364 3.535l-3.536 4.243l-1.768-.354l-1.767 1.768l2.828 1.414l1.414 2.829l1.768-1.768l-.354-1.768l4.243-3.535l3.536 6.364l1.414-1.415z"/></svg> </template>
CSS
.icon-airplane-line {
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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m16.536%2010.292l3.091-3.653a2.56%202.56%200%200%200%20.555-2.153a.85.85%200%200%200-.668-.669a2.56%202.56%200%200%200-2.153.555l-3.654%203.092l-7.778-2.121l-1.414%201.414l6.364%203.535l-3.536%204.243l-1.768-.354l-1.767%201.768l2.828%201.414l1.414%202.829l1.768-1.768l-.354-1.768l4.243-3.535l3.536%206.364l1.414-1.415z%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m16.536%2010.292l3.091-3.653a2.56%202.56%200%200%200%20.555-2.153a.85.85%200%200%200-.668-.669a2.56%202.56%200%200%200-2.153.555l-3.654%203.092l-7.778-2.121l-1.414%201.414l6.364%203.535l-3.536%204.243l-1.768-.354l-1.767%201.768l2.828%201.414l1.414%202.829l1.768-1.768l-.354-1.768l4.243-3.535l3.536%206.364l1.414-1.415z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/airplane-line.svg?color=%231a73e8&size=48