Airplane Square icon in outline, twotone, bold and bulk. Free in all four styles, for logistics, fleet, garage, fuel, rides. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconAirplaneSquare } from "@devigner-ui/icons";
<IconAirplaneSquare className="size-6" />
<script setup>
import { IconAirplaneSquare } from "@devigner-ui/icons-vue";
</script>
<template>
<IconAirplaneSquare class="size-6" />
</template>
<script>
import { IconAirplaneSquare } from "@devigner-ui/icons-svelte";
</script>
<IconAirplaneSquare class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="m10.53 19 1.68-1.42a.8.8 0 0 1 .93 0L14.8 19c.39.2.87 0 1-.42l.33-.96a.8.8 0 0 0-.17-.74l-1.64-1.65a1 1 0 0 1-.21-.51v-1.85c0-.42.31-.62.7-.46l3.35 1.44c.55.24 1-.06 1-.66v-.93c0-.48-.35-1.04-.8-1.23l-3.94-1.7a.5.5 0 0 1-.3-.46V6.8c0-.68-.5-1.48-1.1-1.79a.8.8 0 0 0-.7 0 2.2 2.2 0 0 0-1.1 1.79v2.07c0 .18-.13.39-.29.46L7 11.03c-.44.19-.81.75-.81 1.23v.93c0 .6.45.9 1 .66l3.36-1.44c.38-.17.7.04.7.46v1.85c0 .17-.1.4-.21.51l-1.67 1.64a.8.8 0 0 0-.17.74l.32.96c.14.43.61.63 1.01.43" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9.67 22h6c5 0 7-2 7-7V9c0-5-2-7-7-7h-6c-5 0-7 2-7 7v6c0 5 2 7 7 7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>