airplane 02 icon
airplane-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- airplane-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the airplane 02 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M10 9.5L5.275 4.476c-.418-.452-.351-.781.142-1.066c.928-.537 1.65-.551 2.627-.015l4.905 2.692c.35.191.692.386 1.051.492m-1.5 7.084l2.11 6.807c.173.556.476.656.946.387c.884-.507 1.24-1.092 1.264-2.146l.12-5.291c.015-.707.013-1.399.56-1.92"/><path d="m8.328 10.984l1.887-1.378l4.429-3.229s1.635-1.201 2.548-1.601c1.084-.475 2.095-.254 3.182.05c.562.156.843.235 1.046.381c.322.233.531.59.574.982c.027.246-.044.526-.187 1.085h0c-.278 1.08-.589 2.054-1.548 2.744c-.808.58-2.68 1.377-2.68 1.377l-5.047 2.17l-2.154.923h0c-.78.334-1.171.502-1.437.812c-.622.727-.71 2.044-.942 2.95c-.128.5-.832 1.367-1.458 1.237c-.387-.08-.395-.565-.443-.874l-.464-2.974c-.11-.711-.12-.726-.688-1.176l-2.378-1.884c-.247-.195-.669-.444-.546-.815c.2-.6 1.312-.768 1.815-.628c.911.255 2.11.838 3.06.67c.405-.072.747-.322 1.431-.822"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsAirplane02(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M10 9.5L5.275 4.476c-.418-.452-.351-.781.142-1.066c.928-.537 1.65-.551 2.627-.015l4.905 2.692c.35.191.692.386 1.051.492m-1.5 7.084l2.11 6.807c.173.556.476.656.946.387c.884-.507 1.24-1.092 1.264-2.146l.12-5.291c.015-.707.013-1.399.56-1.92"/><path d="m8.328 10.984l1.887-1.378l4.429-3.229s1.635-1.201 2.548-1.601c1.084-.475 2.095-.254 3.182.05c.562.156.843.235 1.046.381c.322.233.531.59.574.982c.027.246-.044.526-.187 1.085h0c-.278 1.08-.589 2.054-1.548 2.744c-.808.58-2.68 1.377-2.68 1.377l-5.047 2.17l-2.154.923h0c-.78.334-1.171.502-1.437.812c-.622.727-.71 2.044-.942 2.95c-.128.5-.832 1.367-1.458 1.237c-.387-.08-.395-.565-.443-.874l-.464-2.974c-.11-.711-.12-.726-.688-1.176l-2.378-1.884c-.247-.195-.669-.444-.546-.815c.2-.6 1.312-.768 1.815-.628c.911.255 2.11.838 3.06.67c.405-.072.747-.322 1.431-.822"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M10 9.5L5.275 4.476c-.418-.452-.351-.781.142-1.066c.928-.537 1.65-.551 2.627-.015l4.905 2.692c.35.191.692.386 1.051.492m-1.5 7.084l2.11 6.807c.173.556.476.656.946.387c.884-.507 1.24-1.092 1.264-2.146l.12-5.291c.015-.707.013-1.399.56-1.92"/><path d="m8.328 10.984l1.887-1.378l4.429-3.229s1.635-1.201 2.548-1.601c1.084-.475 2.095-.254 3.182.05c.562.156.843.235 1.046.381c.322.233.531.59.574.982c.027.246-.044.526-.187 1.085h0c-.278 1.08-.589 2.054-1.548 2.744c-.808.58-2.68 1.377-2.68 1.377l-5.047 2.17l-2.154.923h0c-.78.334-1.171.502-1.437.812c-.622.727-.71 2.044-.942 2.95c-.128.5-.832 1.367-1.458 1.237c-.387-.08-.395-.565-.443-.874l-.464-2.974c-.11-.711-.12-.726-.688-1.176l-2.378-1.884c-.247-.195-.669-.444-.546-.815c.2-.6 1.312-.768 1.815-.628c.911.255 2.11.838 3.06.67c.405-.072.747-.322 1.431-.822"/></g></svg> </template>
CSS
.icon-airplane-02 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10%209.5L5.275%204.476c-.418-.452-.351-.781.142-1.066c.928-.537%201.65-.551%202.627-.015l4.905%202.692c.35.191.692.386%201.051.492m-1.5%207.084l2.11%206.807c.173.556.476.656.946.387c.884-.507%201.24-1.092%201.264-2.146l.12-5.291c.015-.707.013-1.399.56-1.92%22%2F%3E%3Cpath%20d%3D%22m8.328%2010.984l1.887-1.378l4.429-3.229s1.635-1.201%202.548-1.601c1.084-.475%202.095-.254%203.182.05c.562.156.843.235%201.046.381c.322.233.531.59.574.982c.027.246-.044.526-.187%201.085h0c-.278%201.08-.589%202.054-1.548%202.744c-.808.58-2.68%201.377-2.68%201.377l-5.047%202.17l-2.154.923h0c-.78.334-1.171.502-1.437.812c-.622.727-.71%202.044-.942%202.95c-.128.5-.832%201.367-1.458%201.237c-.387-.08-.395-.565-.443-.874l-.464-2.974c-.11-.711-.12-.726-.688-1.176l-2.378-1.884c-.247-.195-.669-.444-.546-.815c.2-.6%201.312-.768%201.815-.628c.911.255%202.11.838%203.06.67c.405-.072.747-.322%201.431-.822%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10%209.5L5.275%204.476c-.418-.452-.351-.781.142-1.066c.928-.537%201.65-.551%202.627-.015l4.905%202.692c.35.191.692.386%201.051.492m-1.5%207.084l2.11%206.807c.173.556.476.656.946.387c.884-.507%201.24-1.092%201.264-2.146l.12-5.291c.015-.707.013-1.399.56-1.92%22%2F%3E%3Cpath%20d%3D%22m8.328%2010.984l1.887-1.378l4.429-3.229s1.635-1.201%202.548-1.601c1.084-.475%202.095-.254%203.182.05c.562.156.843.235%201.046.381c.322.233.531.59.574.982c.027.246-.044.526-.187%201.085h0c-.278%201.08-.589%202.054-1.548%202.744c-.808.58-2.68%201.377-2.68%201.377l-5.047%202.17l-2.154.923h0c-.78.334-1.171.502-1.437.812c-.622.727-.71%202.044-.942%202.95c-.128.5-.832%201.367-1.458%201.237c-.387-.08-.395-.565-.443-.874l-.464-2.974c-.11-.711-.12-.726-.688-1.176l-2.378-1.884c-.247-.195-.669-.444-.546-.815c.2-.6%201.312-.768%201.815-.628c.911.255%202.11.838%203.06.67c.405-.072.747-.322%201.431-.822%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/airplane-02.svg?color=%231a73e8&size=48