airplane-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
airplane-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the airplane icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.989 11.946a1.99 1.99 0 0 1-2.05 1.99l-4.738-.139l-3.454 7.143c-.277.574-.86.94-1.498.94a.926.926 0 0 1-.92-1.037l.863-7.193l-3.765-.11l-.49 1.341a1.29 1.29 0 0 1-1.211.847a.9.9 0 0 1-.901-.902V13.35l-.81-.169a1.261 1.261 0 0 1 0-2.469l.81-.168V9.066a.9.9 0 0 1 .788-.894l.113-.007a1.29 1.29 0 0 1 1.21.846l.492 1.34l3.751-.11l-.85-7.084l-.004-.055l-.002-.055c0-.511.415-.926.926-.926c.585 0 1.123.307 1.423.8l.075.14l3.403 7.035l4.79-.14a1.99 1.99 0 0 1 2.048 1.932z"/></svg>

React

import type { SVGProps } from "react";

export function FluentAirplane24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.989 11.946a1.99 1.99 0 0 1-2.05 1.99l-4.738-.139l-3.454 7.143c-.277.574-.86.94-1.498.94a.926.926 0 0 1-.92-1.037l.863-7.193l-3.765-.11l-.49 1.341a1.29 1.29 0 0 1-1.211.847a.9.9 0 0 1-.901-.902V13.35l-.81-.169a1.261 1.261 0 0 1 0-2.469l.81-.168V9.066a.9.9 0 0 1 .788-.894l.113-.007a1.29 1.29 0 0 1 1.21.846l.492 1.34l3.751-.11l-.85-7.084l-.004-.055l-.002-.055c0-.511.415-.926.926-.926c.585 0 1.123.307 1.423.8l.075.14l3.403 7.035l4.79-.14a1.99 1.99 0 0 1 2.048 1.932z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.989 11.946a1.99 1.99 0 0 1-2.05 1.99l-4.738-.139l-3.454 7.143c-.277.574-.86.94-1.498.94a.926.926 0 0 1-.92-1.037l.863-7.193l-3.765-.11l-.49 1.341a1.29 1.29 0 0 1-1.211.847a.9.9 0 0 1-.901-.902V13.35l-.81-.169a1.261 1.261 0 0 1 0-2.469l.81-.168V9.066a.9.9 0 0 1 .788-.894l.113-.007a1.29 1.29 0 0 1 1.21.846l.492 1.34l3.751-.11l-.85-7.084l-.004-.055l-.002-.055c0-.511.415-.926.926-.926c.585 0 1.123.307 1.423.8l.075.14l3.403 7.035l4.79-.14a1.99 1.99 0 0 1 2.048 1.932z"/></svg>
</template>

CSS

.icon-airplane-24-filled {
  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%22currentColor%22%20d%3D%22M21.989%2011.946a1.99%201.99%200%200%201-2.05%201.99l-4.738-.139l-3.454%207.143c-.277.574-.86.94-1.498.94a.926.926%200%200%201-.92-1.037l.863-7.193l-3.765-.11l-.49%201.341a1.29%201.29%200%200%201-1.211.847a.9.9%200%200%201-.901-.902V13.35l-.81-.169a1.261%201.261%200%200%201%200-2.469l.81-.168V9.066a.9.9%200%200%201%20.788-.894l.113-.007a1.29%201.29%200%200%201%201.21.846l.492%201.34l3.751-.11l-.85-7.084l-.004-.055l-.002-.055c0-.511.415-.926.926-.926c.585%200%201.123.307%201.423.8l.075.14l3.403%207.035l4.79-.14a1.99%201.99%200%200%201%202.048%201.932z%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%22currentColor%22%20d%3D%22M21.989%2011.946a1.99%201.99%200%200%201-2.05%201.99l-4.738-.139l-3.454%207.143c-.277.574-.86.94-1.498.94a.926.926%200%200%201-.92-1.037l.863-7.193l-3.765-.11l-.49%201.341a1.29%201.29%200%200%201-1.211.847a.9.9%200%200%201-.901-.902V13.35l-.81-.169a1.261%201.261%200%200%201%200-2.469l.81-.168V9.066a.9.9%200%200%201%20.788-.894l.113-.007a1.29%201.29%200%200%201%201.21.846l.492%201.34l3.751-.11l-.85-7.084l-.004-.055l-.002-.055c0-.511.415-.926.926-.926c.585%200%201.123.307%201.423.8l.075.14l3.403%207.035l4.79-.14a1.99%201.99%200%200%201%202.048%201.932z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/airplane-24-filled.svg?color=%231a73e8&size=48