airplane take off icon

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

Name
airplane-take-off-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M14.504 4c-1.418-.01-2.638.96-3.205 1.487a2.1 2.1 0 0 1-.735.465l-.415.138l-2.641-1.81A1.6 1.6 0 0 0 6.605 4C5.28 4 4.532 5.525 5.345 6.573l.688.889l-1.274.425l-.593-1.224C3.638 5.573 2 5.95 2 7.16v2.986A1.75 1.75 0 0 0 4.321 11.8l3.018-1.043l-.293 1.465c-.311 1.555 1.687 2.466 2.657 1.212l3.098-4.006l4.179-1.351c.838-.272 1.332-1.28.737-2.091c-.59-.807-1.692-1.975-3.213-1.986M7.039 7.127L6.135 5.96a.596.596 0 0 1 .807-.857L8.96 6.487zm4.941-.908c.547-.51 1.515-1.226 2.516-1.219c1.008.007 1.85.806 2.414 1.576a.3.3 0 0 1 .043.298a.44.44 0 0 1-.281.251l-4.326 1.4a.5.5 0 0 0-.242.17l-3.192 4.127c-.323.418-.99.115-.886-.404l.293-1.464a1 1 0 0 0-1.307-1.142l-3.017 1.043a.75.75 0 0 1-.995-.71V7.16c0-.05.015-.076.028-.09a.15.15 0 0 1 .08-.046a.15.15 0 0 1 .094.006c.017.007.042.023.064.07l.784 1.618a.5.5 0 0 0 .608.256L10.88 6.9c.433-.144.799-.4 1.1-.68M2.5 17a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentAirplaneTakeOff20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.504 4c-1.418-.01-2.638.96-3.205 1.487a2.1 2.1 0 0 1-.735.465l-.415.138l-2.641-1.81A1.6 1.6 0 0 0 6.605 4C5.28 4 4.532 5.525 5.345 6.573l.688.889l-1.274.425l-.593-1.224C3.638 5.573 2 5.95 2 7.16v2.986A1.75 1.75 0 0 0 4.321 11.8l3.018-1.043l-.293 1.465c-.311 1.555 1.687 2.466 2.657 1.212l3.098-4.006l4.179-1.351c.838-.272 1.332-1.28.737-2.091c-.59-.807-1.692-1.975-3.213-1.986M7.039 7.127L6.135 5.96a.596.596 0 0 1 .807-.857L8.96 6.487zm4.941-.908c.547-.51 1.515-1.226 2.516-1.219c1.008.007 1.85.806 2.414 1.576a.3.3 0 0 1 .043.298a.44.44 0 0 1-.281.251l-4.326 1.4a.5.5 0 0 0-.242.17l-3.192 4.127c-.323.418-.99.115-.886-.404l.293-1.464a1 1 0 0 0-1.307-1.142l-3.017 1.043a.75.75 0 0 1-.995-.71V7.16c0-.05.015-.076.028-.09a.15.15 0 0 1 .08-.046a.15.15 0 0 1 .094.006c.017.007.042.023.064.07l.784 1.618a.5.5 0 0 0 .608.256L10.88 6.9c.433-.144.799-.4 1.1-.68M2.5 17a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.504 4c-1.418-.01-2.638.96-3.205 1.487a2.1 2.1 0 0 1-.735.465l-.415.138l-2.641-1.81A1.6 1.6 0 0 0 6.605 4C5.28 4 4.532 5.525 5.345 6.573l.688.889l-1.274.425l-.593-1.224C3.638 5.573 2 5.95 2 7.16v2.986A1.75 1.75 0 0 0 4.321 11.8l3.018-1.043l-.293 1.465c-.311 1.555 1.687 2.466 2.657 1.212l3.098-4.006l4.179-1.351c.838-.272 1.332-1.28.737-2.091c-.59-.807-1.692-1.975-3.213-1.986M7.039 7.127L6.135 5.96a.596.596 0 0 1 .807-.857L8.96 6.487zm4.941-.908c.547-.51 1.515-1.226 2.516-1.219c1.008.007 1.85.806 2.414 1.576a.3.3 0 0 1 .043.298a.44.44 0 0 1-.281.251l-4.326 1.4a.5.5 0 0 0-.242.17l-3.192 4.127c-.323.418-.99.115-.886-.404l.293-1.464a1 1 0 0 0-1.307-1.142l-3.017 1.043a.75.75 0 0 1-.995-.71V7.16c0-.05.015-.076.028-.09a.15.15 0 0 1 .08-.046a.15.15 0 0 1 .094.006c.017.007.042.023.064.07l.784 1.618a.5.5 0 0 0 .608.256L10.88 6.9c.433-.144.799-.4 1.1-.68M2.5 17a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1z"/></svg>
</template>

CSS

.icon-airplane-take-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.504%204c-1.418-.01-2.638.96-3.205%201.487a2.1%202.1%200%200%201-.735.465l-.415.138l-2.641-1.81A1.6%201.6%200%200%200%206.605%204C5.28%204%204.532%205.525%205.345%206.573l.688.889l-1.274.425l-.593-1.224C3.638%205.573%202%205.95%202%207.16v2.986A1.75%201.75%200%200%200%204.321%2011.8l3.018-1.043l-.293%201.465c-.311%201.555%201.687%202.466%202.657%201.212l3.098-4.006l4.179-1.351c.838-.272%201.332-1.28.737-2.091c-.59-.807-1.692-1.975-3.213-1.986M7.039%207.127L6.135%205.96a.596.596%200%200%201%20.807-.857L8.96%206.487zm4.941-.908c.547-.51%201.515-1.226%202.516-1.219c1.008.007%201.85.806%202.414%201.576a.3.3%200%200%201%20.043.298a.44.44%200%200%201-.281.251l-4.326%201.4a.5.5%200%200%200-.242.17l-3.192%204.127c-.323.418-.99.115-.886-.404l.293-1.464a1%201%200%200%200-1.307-1.142l-3.017%201.043a.75.75%200%200%201-.995-.71V7.16c0-.05.015-.076.028-.09a.15.15%200%200%201%20.08-.046a.15.15%200%200%201%20.094.006c.017.007.042.023.064.07l.784%201.618a.5.5%200%200%200%20.608.256L10.88%206.9c.433-.144.799-.4%201.1-.68M2.5%2017a.5.5%200%200%200%200%201h15a.5.5%200%200%200%200-1z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.504%204c-1.418-.01-2.638.96-3.205%201.487a2.1%202.1%200%200%201-.735.465l-.415.138l-2.641-1.81A1.6%201.6%200%200%200%206.605%204C5.28%204%204.532%205.525%205.345%206.573l.688.889l-1.274.425l-.593-1.224C3.638%205.573%202%205.95%202%207.16v2.986A1.75%201.75%200%200%200%204.321%2011.8l3.018-1.043l-.293%201.465c-.311%201.555%201.687%202.466%202.657%201.212l3.098-4.006l4.179-1.351c.838-.272%201.332-1.28.737-2.091c-.59-.807-1.692-1.975-3.213-1.986M7.039%207.127L6.135%205.96a.596.596%200%200%201%20.807-.857L8.96%206.487zm4.941-.908c.547-.51%201.515-1.226%202.516-1.219c1.008.007%201.85.806%202.414%201.576a.3.3%200%200%201%20.043.298a.44.44%200%200%201-.281.251l-4.326%201.4a.5.5%200%200%200-.242.17l-3.192%204.127c-.323.418-.99.115-.886-.404l.293-1.464a1%201%200%200%200-1.307-1.142l-3.017%201.043a.75.75%200%200%201-.995-.71V7.16c0-.05.015-.076.028-.09a.15.15%200%200%201%20.08-.046a.15.15%200%200%201%20.094.006c.017.007.042.023.064.07l.784%201.618a.5.5%200%200%200%20.608.256L10.88%206.9c.433-.144.799-.4%201.1-.68M2.5%2017a.5.5%200%200%200%200%201h15a.5.5%200%200%200%200-1z%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-20-regular.svg?color=%231a73e8&size=48

Airplane Take Off 20 regular icon — Fluent UI System Icons · IconsDB