airplane from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
airplane
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

The same icon in other sets

Use the airplane icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M54.414 28c-.023-2.742-3.75-4.734-8.227-4.734h-9.445c-1.312 0-1.805-.211-2.578-1.102l-15.75-17.18c-.492-.562-1.102-.843-1.805-.843H13.89c-.609 0-.96.539-.656 1.195l8.11 17.93l-11.907 1.359l-4.242-7.781c-.304-.586-.82-.844-1.594-.844H2.595c-.61 0-1.008.398-1.008 1.008v21.984c0 .61.398.985 1.008.985h1.008c.773 0 1.289-.258 1.593-.82l4.242-7.782l11.907 1.36l-8.11 17.93c-.304.632.047 1.194.656 1.194h2.72c.702 0 1.312-.304 1.804-.843l15.75-17.203c.773-.868 1.266-1.079 2.578-1.079h9.445c4.477 0 8.204-2.015 8.227-4.734"/></svg>

React

import type { SVGProps } from "react";

export function F7Airplane(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M54.414 28c-.023-2.742-3.75-4.734-8.227-4.734h-9.445c-1.312 0-1.805-.211-2.578-1.102l-15.75-17.18c-.492-.562-1.102-.843-1.805-.843H13.89c-.609 0-.96.539-.656 1.195l8.11 17.93l-11.907 1.359l-4.242-7.781c-.304-.586-.82-.844-1.594-.844H2.595c-.61 0-1.008.398-1.008 1.008v21.984c0 .61.398.985 1.008.985h1.008c.773 0 1.289-.258 1.593-.82l4.242-7.782l11.907 1.36l-8.11 17.93c-.304.632.047 1.194.656 1.194h2.72c.702 0 1.312-.304 1.804-.843l15.75-17.203c.773-.868 1.266-1.079 2.578-1.079h9.445c4.477 0 8.204-2.015 8.227-4.734"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M54.414 28c-.023-2.742-3.75-4.734-8.227-4.734h-9.445c-1.312 0-1.805-.211-2.578-1.102l-15.75-17.18c-.492-.562-1.102-.843-1.805-.843H13.89c-.609 0-.96.539-.656 1.195l8.11 17.93l-11.907 1.359l-4.242-7.781c-.304-.586-.82-.844-1.594-.844H2.595c-.61 0-1.008.398-1.008 1.008v21.984c0 .61.398.985 1.008.985h1.008c.773 0 1.289-.258 1.593-.82l4.242-7.782l11.907 1.36l-8.11 17.93c-.304.632.047 1.194.656 1.194h2.72c.702 0 1.312-.304 1.804-.843l15.75-17.203c.773-.868 1.266-1.079 2.578-1.079h9.445c4.477 0 8.204-2.015 8.227-4.734"/></svg>
</template>

CSS

.icon-airplane {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M54.414%2028c-.023-2.742-3.75-4.734-8.227-4.734h-9.445c-1.312%200-1.805-.211-2.578-1.102l-15.75-17.18c-.492-.562-1.102-.843-1.805-.843H13.89c-.609%200-.96.539-.656%201.195l8.11%2017.93l-11.907%201.359l-4.242-7.781c-.304-.586-.82-.844-1.594-.844H2.595c-.61%200-1.008.398-1.008%201.008v21.984c0%20.61.398.985%201.008.985h1.008c.773%200%201.289-.258%201.593-.82l4.242-7.782l11.907%201.36l-8.11%2017.93c-.304.632.047%201.194.656%201.194h2.72c.702%200%201.312-.304%201.804-.843l15.75-17.203c.773-.868%201.266-1.079%202.578-1.079h9.445c4.477%200%208.204-2.015%208.227-4.734%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M54.414%2028c-.023-2.742-3.75-4.734-8.227-4.734h-9.445c-1.312%200-1.805-.211-2.578-1.102l-15.75-17.18c-.492-.562-1.102-.843-1.805-.843H13.89c-.609%200-.96.539-.656%201.195l8.11%2017.93l-11.907%201.359l-4.242-7.781c-.304-.586-.82-.844-1.594-.844H2.595c-.61%200-1.008.398-1.008%201.008v21.984c0%20.61.398.985%201.008.985h1.008c.773%200%201.289-.258%201.593-.82l4.242-7.782l11.907%201.36l-8.11%2017.93c-.304.632.047%201.194.656%201.194h2.72c.702%200%201.312-.304%201.804-.843l15.75-17.203c.773-.868%201.266-1.079%202.578-1.079h9.445c4.477%200%208.204-2.015%208.227-4.734%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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