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

Name
airplane-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M19.016 5.561A2.327 2.327 0 0 1 21.331 3a4.84 4.84 0 0 1 4.404 2.833l5.925 13.002c2.272-.112 4.565-.335 6.84-.335a5.5 5.5 0 1 1 0 11c-2.275 0-4.568-.223-6.84-.335l-5.925 13.002A4.84 4.84 0 0 1 21.33 45a2.327 2.327 0 0 1-2.315-2.561l1.4-13.827l-3.756-.185l-1.68 2.94A5.23 5.23 0 0 1 10.443 34A2.443 2.443 0 0 1 8 31.557v-3.555L7.966 28a4 4 0 0 1 0-8L8 19.998v-3.555A2.443 2.443 0 0 1 10.443 14a5.23 5.23 0 0 1 4.537 2.633l1.68 2.94l3.757-.185zm2.508-.053l1.645 16.248l-7.919.389l-2.44-4.272a2.73 2.73 0 0 0-2.31-1.372v5.878l-2.47.121H8a1.5 1.5 0 0 0 0 3h.03l2.47.121V31.5a2.73 2.73 0 0 0 2.31-1.372l2.44-4.272l7.92.39l-1.646 16.247a2.34 2.34 0 0 0 1.936-1.361l6.628-14.546l8.112.4q.147.015.3.015a3 3 0 1 0-.3-5.985l-8.112.4L23.46 6.87a2.34 2.34 0 0 0-1.936-1.361"/></svg>

React

import type { SVGProps } from "react";

export function FluentAirplane48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M19.016 5.561A2.327 2.327 0 0 1 21.331 3a4.84 4.84 0 0 1 4.404 2.833l5.925 13.002c2.272-.112 4.565-.335 6.84-.335a5.5 5.5 0 1 1 0 11c-2.275 0-4.568-.223-6.84-.335l-5.925 13.002A4.84 4.84 0 0 1 21.33 45a2.327 2.327 0 0 1-2.315-2.561l1.4-13.827l-3.756-.185l-1.68 2.94A5.23 5.23 0 0 1 10.443 34A2.443 2.443 0 0 1 8 31.557v-3.555L7.966 28a4 4 0 0 1 0-8L8 19.998v-3.555A2.443 2.443 0 0 1 10.443 14a5.23 5.23 0 0 1 4.537 2.633l1.68 2.94l3.757-.185zm2.508-.053l1.645 16.248l-7.919.389l-2.44-4.272a2.73 2.73 0 0 0-2.31-1.372v5.878l-2.47.121H8a1.5 1.5 0 0 0 0 3h.03l2.47.121V31.5a2.73 2.73 0 0 0 2.31-1.372l2.44-4.272l7.92.39l-1.646 16.247a2.34 2.34 0 0 0 1.936-1.361l6.628-14.546l8.112.4q.147.015.3.015a3 3 0 1 0-.3-5.985l-8.112.4L23.46 6.87a2.34 2.34 0 0 0-1.936-1.361"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M19.016 5.561A2.327 2.327 0 0 1 21.331 3a4.84 4.84 0 0 1 4.404 2.833l5.925 13.002c2.272-.112 4.565-.335 6.84-.335a5.5 5.5 0 1 1 0 11c-2.275 0-4.568-.223-6.84-.335l-5.925 13.002A4.84 4.84 0 0 1 21.33 45a2.327 2.327 0 0 1-2.315-2.561l1.4-13.827l-3.756-.185l-1.68 2.94A5.23 5.23 0 0 1 10.443 34A2.443 2.443 0 0 1 8 31.557v-3.555L7.966 28a4 4 0 0 1 0-8L8 19.998v-3.555A2.443 2.443 0 0 1 10.443 14a5.23 5.23 0 0 1 4.537 2.633l1.68 2.94l3.757-.185zm2.508-.053l1.645 16.248l-7.919.389l-2.44-4.272a2.73 2.73 0 0 0-2.31-1.372v5.878l-2.47.121H8a1.5 1.5 0 0 0 0 3h.03l2.47.121V31.5a2.73 2.73 0 0 0 2.31-1.372l2.44-4.272l7.92.39l-1.646 16.247a2.34 2.34 0 0 0 1.936-1.361l6.628-14.546l8.112.4q.147.015.3.015a3 3 0 1 0-.3-5.985l-8.112.4L23.46 6.87a2.34 2.34 0 0 0-1.936-1.361"/></svg>
</template>

CSS

.icon-airplane-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.016%205.561A2.327%202.327%200%200%201%2021.331%203a4.84%204.84%200%200%201%204.404%202.833l5.925%2013.002c2.272-.112%204.565-.335%206.84-.335a5.5%205.5%200%201%201%200%2011c-2.275%200-4.568-.223-6.84-.335l-5.925%2013.002A4.84%204.84%200%200%201%2021.33%2045a2.327%202.327%200%200%201-2.315-2.561l1.4-13.827l-3.756-.185l-1.68%202.94A5.23%205.23%200%200%201%2010.443%2034A2.443%202.443%200%200%201%208%2031.557v-3.555L7.966%2028a4%204%200%200%201%200-8L8%2019.998v-3.555A2.443%202.443%200%200%201%2010.443%2014a5.23%205.23%200%200%201%204.537%202.633l1.68%202.94l3.757-.185zm2.508-.053l1.645%2016.248l-7.919.389l-2.44-4.272a2.73%202.73%200%200%200-2.31-1.372v5.878l-2.47.121H8a1.5%201.5%200%200%200%200%203h.03l2.47.121V31.5a2.73%202.73%200%200%200%202.31-1.372l2.44-4.272l7.92.39l-1.646%2016.247a2.34%202.34%200%200%200%201.936-1.361l6.628-14.546l8.112.4q.147.015.3.015a3%203%200%201%200-.3-5.985l-8.112.4L23.46%206.87a2.34%202.34%200%200%200-1.936-1.361%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.016%205.561A2.327%202.327%200%200%201%2021.331%203a4.84%204.84%200%200%201%204.404%202.833l5.925%2013.002c2.272-.112%204.565-.335%206.84-.335a5.5%205.5%200%201%201%200%2011c-2.275%200-4.568-.223-6.84-.335l-5.925%2013.002A4.84%204.84%200%200%201%2021.33%2045a2.327%202.327%200%200%201-2.315-2.561l1.4-13.827l-3.756-.185l-1.68%202.94A5.23%205.23%200%200%201%2010.443%2034A2.443%202.443%200%200%201%208%2031.557v-3.555L7.966%2028a4%204%200%200%201%200-8L8%2019.998v-3.555A2.443%202.443%200%200%201%2010.443%2014a5.23%205.23%200%200%201%204.537%202.633l1.68%202.94l3.757-.185zm2.508-.053l1.645%2016.248l-7.919.389l-2.44-4.272a2.73%202.73%200%200%200-2.31-1.372v5.878l-2.47.121H8a1.5%201.5%200%200%200%200%203h.03l2.47.121V31.5a2.73%202.73%200%200%200%202.31-1.372l2.44-4.272l7.92.39l-1.646%2016.247a2.34%202.34%200%200%200%201.936-1.361l6.628-14.546l8.112.4q.147.015.3.015a3%203%200%201%200-.3-5.985l-8.112.4L23.46%206.87a2.34%202.34%200%200%200-1.936-1.361%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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