airplane-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
airplane-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M11.036 3.903A1.697 1.697 0 0 1 12.72 2c1.041 0 1.986.611 2.412 1.561l3.394 7.56C20.016 11.08 21.51 11 23 11a3 3 0 1 1 0 6c-1.49 0-2.984-.08-4.474-.12l-3.394 7.559A2.64 2.64 0 0 1 12.72 26a1.697 1.697 0 0 1-1.684-1.903l.905-7.396l-2.827-.076l-1.18 2.064A2.6 2.6 0 0 1 5.676 20C4.75 20 4 19.25 4 18.324V16.45a2.5 2.5 0 0 1 0-4.9V9.676C4 8.75 4.75 8 5.676 8c.933 0 1.795.5 2.258 1.31l1.18 2.065l2.827-.076zM12.72 3.5a.197.197 0 0 0-.196.221l1.107 9.033l-5.374.145l-1.625-2.844a1.1 1.1 0 0 0-.956-.555a.176.176 0 0 0-.176.176v3.297L4.51 13H4.5a1 1 0 1 0 0 2h.01l.99.027v3.297c0 .097.079.176.176.176c.395 0 .76-.212.956-.555l1.625-2.844l5.374.145l-1.107 9.033a.197.197 0 0 0 .196.221c.45 0 .86-.264 1.044-.675l3.803-8.472l5.35.145l.083.002a1.5 1.5 0 1 0-.083-2.998l-5.35.145l-3.803-8.472A1.14 1.14 0 0 0 12.72 3.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentAirplane28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M11.036 3.903A1.697 1.697 0 0 1 12.72 2c1.041 0 1.986.611 2.412 1.561l3.394 7.56C20.016 11.08 21.51 11 23 11a3 3 0 1 1 0 6c-1.49 0-2.984-.08-4.474-.12l-3.394 7.559A2.64 2.64 0 0 1 12.72 26a1.697 1.697 0 0 1-1.684-1.903l.905-7.396l-2.827-.076l-1.18 2.064A2.6 2.6 0 0 1 5.676 20C4.75 20 4 19.25 4 18.324V16.45a2.5 2.5 0 0 1 0-4.9V9.676C4 8.75 4.75 8 5.676 8c.933 0 1.795.5 2.258 1.31l1.18 2.065l2.827-.076zM12.72 3.5a.197.197 0 0 0-.196.221l1.107 9.033l-5.374.145l-1.625-2.844a1.1 1.1 0 0 0-.956-.555a.176.176 0 0 0-.176.176v3.297L4.51 13H4.5a1 1 0 1 0 0 2h.01l.99.027v3.297c0 .097.079.176.176.176c.395 0 .76-.212.956-.555l1.625-2.844l5.374.145l-1.107 9.033a.197.197 0 0 0 .196.221c.45 0 .86-.264 1.044-.675l3.803-8.472l5.35.145l.083.002a1.5 1.5 0 1 0-.083-2.998l-5.35.145l-3.803-8.472A1.14 1.14 0 0 0 12.72 3.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M11.036 3.903A1.697 1.697 0 0 1 12.72 2c1.041 0 1.986.611 2.412 1.561l3.394 7.56C20.016 11.08 21.51 11 23 11a3 3 0 1 1 0 6c-1.49 0-2.984-.08-4.474-.12l-3.394 7.559A2.64 2.64 0 0 1 12.72 26a1.697 1.697 0 0 1-1.684-1.903l.905-7.396l-2.827-.076l-1.18 2.064A2.6 2.6 0 0 1 5.676 20C4.75 20 4 19.25 4 18.324V16.45a2.5 2.5 0 0 1 0-4.9V9.676C4 8.75 4.75 8 5.676 8c.933 0 1.795.5 2.258 1.31l1.18 2.065l2.827-.076zM12.72 3.5a.197.197 0 0 0-.196.221l1.107 9.033l-5.374.145l-1.625-2.844a1.1 1.1 0 0 0-.956-.555a.176.176 0 0 0-.176.176v3.297L4.51 13H4.5a1 1 0 1 0 0 2h.01l.99.027v3.297c0 .097.079.176.176.176c.395 0 .76-.212.956-.555l1.625-2.844l5.374.145l-1.107 9.033a.197.197 0 0 0 .196.221c.45 0 .86-.264 1.044-.675l3.803-8.472l5.35.145l.083.002a1.5 1.5 0 1 0-.083-2.998l-5.35.145l-3.803-8.472A1.14 1.14 0 0 0 12.72 3.5"/></svg>
</template>

CSS

.icon-airplane-28-regular {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.036%203.903A1.697%201.697%200%200%201%2012.72%202c1.041%200%201.986.611%202.412%201.561l3.394%207.56C20.016%2011.08%2021.51%2011%2023%2011a3%203%200%201%201%200%206c-1.49%200-2.984-.08-4.474-.12l-3.394%207.559A2.64%202.64%200%200%201%2012.72%2026a1.697%201.697%200%200%201-1.684-1.903l.905-7.396l-2.827-.076l-1.18%202.064A2.6%202.6%200%200%201%205.676%2020C4.75%2020%204%2019.25%204%2018.324V16.45a2.5%202.5%200%200%201%200-4.9V9.676C4%208.75%204.75%208%205.676%208c.933%200%201.795.5%202.258%201.31l1.18%202.065l2.827-.076zM12.72%203.5a.197.197%200%200%200-.196.221l1.107%209.033l-5.374.145l-1.625-2.844a1.1%201.1%200%200%200-.956-.555a.176.176%200%200%200-.176.176v3.297L4.51%2013H4.5a1%201%200%201%200%200%202h.01l.99.027v3.297c0%20.097.079.176.176.176c.395%200%20.76-.212.956-.555l1.625-2.844l5.374.145l-1.107%209.033a.197.197%200%200%200%20.196.221c.45%200%20.86-.264%201.044-.675l3.803-8.472l5.35.145l.083.002a1.5%201.5%200%201%200-.083-2.998l-5.35.145l-3.803-8.472A1.14%201.14%200%200%200%2012.72%203.5%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.036%203.903A1.697%201.697%200%200%201%2012.72%202c1.041%200%201.986.611%202.412%201.561l3.394%207.56C20.016%2011.08%2021.51%2011%2023%2011a3%203%200%201%201%200%206c-1.49%200-2.984-.08-4.474-.12l-3.394%207.559A2.64%202.64%200%200%201%2012.72%2026a1.697%201.697%200%200%201-1.684-1.903l.905-7.396l-2.827-.076l-1.18%202.064A2.6%202.6%200%200%201%205.676%2020C4.75%2020%204%2019.25%204%2018.324V16.45a2.5%202.5%200%200%201%200-4.9V9.676C4%208.75%204.75%208%205.676%208c.933%200%201.795.5%202.258%201.31l1.18%202.065l2.827-.076zM12.72%203.5a.197.197%200%200%200-.196.221l1.107%209.033l-5.374.145l-1.625-2.844a1.1%201.1%200%200%200-.956-.555a.176.176%200%200%200-.176.176v3.297L4.51%2013H4.5a1%201%200%201%200%200%202h.01l.99.027v3.297c0%20.097.079.176.176.176c.395%200%20.76-.212.956-.555l1.625-2.844l5.374.145l-1.107%209.033a.197.197%200%200%200%20.196.221c.45%200%20.86-.264%201.044-.675l3.803-8.472l5.35.145l.083.002a1.5%201.5%200%201%200-.083-2.998l-5.35.145l-3.803-8.472A1.14%201.14%200%200%200%2012.72%203.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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