airplane take off icon

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

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

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the airplane take off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.523 4.41l1.87 1.515c-.19.205-.357.398-.498.567c-.124.15-.238.198-.294.21l-3.463.722l-.382-.682C7.068 5.514 7.956 4 9.363 4c.422 0 .832.145 1.16.41m6.17.093c2.237-.173 3.909 1.243 4.854 2.326c.489.56.587 1.268.378 1.883a2.14 2.14 0 0 1-1.342 1.32l-5.371 1.852l-3.236 4.315a2.004 2.004 0 0 1-3.456-1.966L9.028 13l-3.301.635A2.294 2.294 0 0 1 3 11.382v-3.69a1.691 1.691 0 0 1 3.176-.81l.966 1.77l4.663-.97c.314-.066.617-.26.86-.551c.37-.447.929-1.055 1.598-1.571c.66-.508 1.5-.986 2.43-1.057M3.75 19.5a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentAirplaneTakeOff24Filled(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="m10.523 4.41l1.87 1.515c-.19.205-.357.398-.498.567c-.124.15-.238.198-.294.21l-3.463.722l-.382-.682C7.068 5.514 7.956 4 9.363 4c.422 0 .832.145 1.16.41m6.17.093c2.237-.173 3.909 1.243 4.854 2.326c.489.56.587 1.268.378 1.883a2.14 2.14 0 0 1-1.342 1.32l-5.371 1.852l-3.236 4.315a2.004 2.004 0 0 1-3.456-1.966L9.028 13l-3.301.635A2.294 2.294 0 0 1 3 11.382v-3.69a1.691 1.691 0 0 1 3.176-.81l.966 1.77l4.663-.97c.314-.066.617-.26.86-.551c.37-.447.929-1.055 1.598-1.571c.66-.508 1.5-.986 2.43-1.057M3.75 19.5a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.523 4.41l1.87 1.515c-.19.205-.357.398-.498.567c-.124.15-.238.198-.294.21l-3.463.722l-.382-.682C7.068 5.514 7.956 4 9.363 4c.422 0 .832.145 1.16.41m6.17.093c2.237-.173 3.909 1.243 4.854 2.326c.489.56.587 1.268.378 1.883a2.14 2.14 0 0 1-1.342 1.32l-5.371 1.852l-3.236 4.315a2.004 2.004 0 0 1-3.456-1.966L9.028 13l-3.301.635A2.294 2.294 0 0 1 3 11.382v-3.69a1.691 1.691 0 0 1 3.176-.81l.966 1.77l4.663-.97c.314-.066.617-.26.86-.551c.37-.447.929-1.055 1.598-1.571c.66-.508 1.5-.986 2.43-1.057M3.75 19.5a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5z"/></svg>
</template>

CSS

.icon-airplane-take-off-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%22m10.523%204.41l1.87%201.515c-.19.205-.357.398-.498.567c-.124.15-.238.198-.294.21l-3.463.722l-.382-.682C7.068%205.514%207.956%204%209.363%204c.422%200%20.832.145%201.16.41m6.17.093c2.237-.173%203.909%201.243%204.854%202.326c.489.56.587%201.268.378%201.883a2.14%202.14%200%200%201-1.342%201.32l-5.371%201.852l-3.236%204.315a2.004%202.004%200%200%201-3.456-1.966L9.028%2013l-3.301.635A2.294%202.294%200%200%201%203%2011.382v-3.69a1.691%201.691%200%200%201%203.176-.81l.966%201.77l4.663-.97c.314-.066.617-.26.86-.551c.37-.447.929-1.055%201.598-1.571c.66-.508%201.5-.986%202.43-1.057M3.75%2019.5a.75.75%200%200%200%200%201.5h16.5a.75.75%200%200%200%200-1.5z%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%22m10.523%204.41l1.87%201.515c-.19.205-.357.398-.498.567c-.124.15-.238.198-.294.21l-3.463.722l-.382-.682C7.068%205.514%207.956%204%209.363%204c.422%200%20.832.145%201.16.41m6.17.093c2.237-.173%203.909%201.243%204.854%202.326c.489.56.587%201.268.378%201.883a2.14%202.14%200%200%201-1.342%201.32l-5.371%201.852l-3.236%204.315a2.004%202.004%200%200%201-3.456-1.966L9.028%2013l-3.301.635A2.294%202.294%200%200%201%203%2011.382v-3.69a1.691%201.691%200%200%201%203.176-.81l.966%201.77l4.663-.97c.314-.066.617-.26.86-.551c.37-.447.929-1.055%201.598-1.571c.66-.508%201.5-.986%202.43-1.057M3.75%2019.5a.75.75%200%200%200%200%201.5h16.5a.75.75%200%200%200%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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