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

Name
airplane-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M12.015 4.5A2.26 2.26 0 0 1 14.262 2a3.1 3.1 0 0 1 2.848 1.878l3.589 8.373C22.459 12.168 24.237 12 26 12a4 4 0 0 1 0 8c-1.763 0-3.54-.168-5.302-.251l-3.588 8.373A3.1 3.1 0 0 1 14.262 30a2.26 2.26 0 0 1-2.247-2.5l.87-8.123l-2.13-.102l-.82 1.916A2.99 2.99 0 0 1 7.19 23A2.19 2.19 0 0 1 5 20.809v-1.808L4.974 19a3 3 0 0 1 0-6H5v-1.81A2.19 2.19 0 0 1 7.191 9c1.194 0 2.273.712 2.744 1.81l.82 1.915l2.13-.102zm2.247-.5a.26.26 0 0 0-.258.287L15.1 14.52l-5.636.269l-1.368-3.192A.99.99 0 0 0 7.191 11a.19.19 0 0 0-.191.191v3.715L5.024 15H5a1 1 0 1 0 0 2h.024L7 17.094v3.715c0 .105.086.191.191.191c.394 0 .75-.235.905-.597l1.368-3.191l5.636.268l-1.096 10.233a.26.26 0 0 0 .258.287c.44 0 .837-.262 1.01-.666l4.135-9.65l6.399.307Q25.9 18 26 18a2 2 0 1 0-.194-3.99l-6.399.305l-4.135-9.649A1.1 1.1 0 0 0 14.262 4"/></svg>

React

import type { SVGProps } from "react";

export function FluentAirplane32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.015 4.5A2.26 2.26 0 0 1 14.262 2a3.1 3.1 0 0 1 2.848 1.878l3.589 8.373C22.459 12.168 24.237 12 26 12a4 4 0 0 1 0 8c-1.763 0-3.54-.168-5.302-.251l-3.588 8.373A3.1 3.1 0 0 1 14.262 30a2.26 2.26 0 0 1-2.247-2.5l.87-8.123l-2.13-.102l-.82 1.916A2.99 2.99 0 0 1 7.19 23A2.19 2.19 0 0 1 5 20.809v-1.808L4.974 19a3 3 0 0 1 0-6H5v-1.81A2.19 2.19 0 0 1 7.191 9c1.194 0 2.273.712 2.744 1.81l.82 1.915l2.13-.102zm2.247-.5a.26.26 0 0 0-.258.287L15.1 14.52l-5.636.269l-1.368-3.192A.99.99 0 0 0 7.191 11a.19.19 0 0 0-.191.191v3.715L5.024 15H5a1 1 0 1 0 0 2h.024L7 17.094v3.715c0 .105.086.191.191.191c.394 0 .75-.235.905-.597l1.368-3.191l5.636.268l-1.096 10.233a.26.26 0 0 0 .258.287c.44 0 .837-.262 1.01-.666l4.135-9.65l6.399.307Q25.9 18 26 18a2 2 0 1 0-.194-3.99l-6.399.305l-4.135-9.649A1.1 1.1 0 0 0 14.262 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.015 4.5A2.26 2.26 0 0 1 14.262 2a3.1 3.1 0 0 1 2.848 1.878l3.589 8.373C22.459 12.168 24.237 12 26 12a4 4 0 0 1 0 8c-1.763 0-3.54-.168-5.302-.251l-3.588 8.373A3.1 3.1 0 0 1 14.262 30a2.26 2.26 0 0 1-2.247-2.5l.87-8.123l-2.13-.102l-.82 1.916A2.99 2.99 0 0 1 7.19 23A2.19 2.19 0 0 1 5 20.809v-1.808L4.974 19a3 3 0 0 1 0-6H5v-1.81A2.19 2.19 0 0 1 7.191 9c1.194 0 2.273.712 2.744 1.81l.82 1.915l2.13-.102zm2.247-.5a.26.26 0 0 0-.258.287L15.1 14.52l-5.636.269l-1.368-3.192A.99.99 0 0 0 7.191 11a.19.19 0 0 0-.191.191v3.715L5.024 15H5a1 1 0 1 0 0 2h.024L7 17.094v3.715c0 .105.086.191.191.191c.394 0 .75-.235.905-.597l1.368-3.191l5.636.268l-1.096 10.233a.26.26 0 0 0 .258.287c.44 0 .837-.262 1.01-.666l4.135-9.65l6.399.307Q25.9 18 26 18a2 2 0 1 0-.194-3.99l-6.399.305l-4.135-9.649A1.1 1.1 0 0 0 14.262 4"/></svg>
</template>

CSS

.icon-airplane-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.015%204.5A2.26%202.26%200%200%201%2014.262%202a3.1%203.1%200%200%201%202.848%201.878l3.589%208.373C22.459%2012.168%2024.237%2012%2026%2012a4%204%200%200%201%200%208c-1.763%200-3.54-.168-5.302-.251l-3.588%208.373A3.1%203.1%200%200%201%2014.262%2030a2.26%202.26%200%200%201-2.247-2.5l.87-8.123l-2.13-.102l-.82%201.916A2.99%202.99%200%200%201%207.19%2023A2.19%202.19%200%200%201%205%2020.809v-1.808L4.974%2019a3%203%200%200%201%200-6H5v-1.81A2.19%202.19%200%200%201%207.191%209c1.194%200%202.273.712%202.744%201.81l.82%201.915l2.13-.102zm2.247-.5a.26.26%200%200%200-.258.287L15.1%2014.52l-5.636.269l-1.368-3.192A.99.99%200%200%200%207.191%2011a.19.19%200%200%200-.191.191v3.715L5.024%2015H5a1%201%200%201%200%200%202h.024L7%2017.094v3.715c0%20.105.086.191.191.191c.394%200%20.75-.235.905-.597l1.368-3.191l5.636.268l-1.096%2010.233a.26.26%200%200%200%20.258.287c.44%200%20.837-.262%201.01-.666l4.135-9.65l6.399.307Q25.9%2018%2026%2018a2%202%200%201%200-.194-3.99l-6.399.305l-4.135-9.649A1.1%201.1%200%200%200%2014.262%204%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.015%204.5A2.26%202.26%200%200%201%2014.262%202a3.1%203.1%200%200%201%202.848%201.878l3.589%208.373C22.459%2012.168%2024.237%2012%2026%2012a4%204%200%200%201%200%208c-1.763%200-3.54-.168-5.302-.251l-3.588%208.373A3.1%203.1%200%200%201%2014.262%2030a2.26%202.26%200%200%201-2.247-2.5l.87-8.123l-2.13-.102l-.82%201.916A2.99%202.99%200%200%201%207.19%2023A2.19%202.19%200%200%201%205%2020.809v-1.808L4.974%2019a3%203%200%200%201%200-6H5v-1.81A2.19%202.19%200%200%201%207.191%209c1.194%200%202.273.712%202.744%201.81l.82%201.915l2.13-.102zm2.247-.5a.26.26%200%200%200-.258.287L15.1%2014.52l-5.636.269l-1.368-3.192A.99.99%200%200%200%207.191%2011a.19.19%200%200%200-.191.191v3.715L5.024%2015H5a1%201%200%201%200%200%202h.024L7%2017.094v3.715c0%20.105.086.191.191.191c.394%200%20.75-.235.905-.597l1.368-3.191l5.636.268l-1.096%2010.233a.26.26%200%200%200%20.258.287c.44%200%20.837-.262%201.01-.666l4.135-9.65l6.399.307Q25.9%2018%2026%2018a2%202%200%201%200-.194-3.99l-6.399.305l-4.135-9.649A1.1%201.1%200%200%200%2014.262%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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