airplane icon
airplane-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- airplane-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
airplaneBootstrap IconsairplaneEmoji One (Colored)airplaneFramework7 IconsairplaneFluent EmojiairplaneFluent Emoji FlatairplaneFluent Emoji High ContrastairplaneFirefox OS Emojiairplanecss.ggairplaneIconParkairplaneIconPark OutlineairplaneIconPark SolidairplaneIconPark TwoToneairplaneIconoirairplaneIonIconsairplaneMajesticonsairplaneMaterial Design Iconsairplane-fillMingCute IconairplaneNoto EmojiairplaneOpenMojiairplanePhosphorairplaneStreamline EmojisairplaneTwitter Emoji
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 16 16"><path fill="currentColor" d="M7.045 2.283A1.113 1.113 0 0 1 8.145 1c.674 0 1.286.392 1.568 1.003l1.875 4.064C12.058 6.044 12.53 6 13 6a2 2 0 1 1 0 4c-.47 0-.943-.044-1.412-.067l-1.875 4.064A1.73 1.73 0 0 1 8.145 15a1.113 1.113 0 0 1-1.1-1.283l.61-3.97l-1.535-.074l-.92 1.609A1.43 1.43 0 0 1 3.964 12A.963.963 0 0 1 3 11.037V9.524L2.487 9.5a1.5 1.5 0 0 1 0-3L3 6.476V4.963C3 4.43 3.431 4 3.963 4c.511 0 .984.274 1.238.718l.919 1.61l1.535-.074zM8.145 2a.113.113 0 0 0-.112.13l.78 5.07l-3.257.155l-1.224-2.14A.43.43 0 0 0 4 5.001v2.427L2.512 7.5H2.5a.5.5 0 0 0 0 1h.012L4 8.57v2.428a.43.43 0 0 0 .332-.212l1.224-2.141l3.257.155l-.78 5.07c-.01.068.043.13.112.13a.73.73 0 0 0 .66-.422l2.158-4.676l1.94.093Q12.95 9 13 9a1 1 0 1 0-.109-1.994l-1.928.092l-2.158-4.676A.73.73 0 0 0 8.145 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentAirplane16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.045 2.283A1.113 1.113 0 0 1 8.145 1c.674 0 1.286.392 1.568 1.003l1.875 4.064C12.058 6.044 12.53 6 13 6a2 2 0 1 1 0 4c-.47 0-.943-.044-1.412-.067l-1.875 4.064A1.73 1.73 0 0 1 8.145 15a1.113 1.113 0 0 1-1.1-1.283l.61-3.97l-1.535-.074l-.92 1.609A1.43 1.43 0 0 1 3.964 12A.963.963 0 0 1 3 11.037V9.524L2.487 9.5a1.5 1.5 0 0 1 0-3L3 6.476V4.963C3 4.43 3.431 4 3.963 4c.511 0 .984.274 1.238.718l.919 1.61l1.535-.074zM8.145 2a.113.113 0 0 0-.112.13l.78 5.07l-3.257.155l-1.224-2.14A.43.43 0 0 0 4 5.001v2.427L2.512 7.5H2.5a.5.5 0 0 0 0 1h.012L4 8.57v2.428a.43.43 0 0 0 .332-.212l1.224-2.141l3.257.155l-.78 5.07c-.01.068.043.13.112.13a.73.73 0 0 0 .66-.422l2.158-4.676l1.94.093Q12.95 9 13 9a1 1 0 1 0-.109-1.994l-1.928.092l-2.158-4.676A.73.73 0 0 0 8.145 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.045 2.283A1.113 1.113 0 0 1 8.145 1c.674 0 1.286.392 1.568 1.003l1.875 4.064C12.058 6.044 12.53 6 13 6a2 2 0 1 1 0 4c-.47 0-.943-.044-1.412-.067l-1.875 4.064A1.73 1.73 0 0 1 8.145 15a1.113 1.113 0 0 1-1.1-1.283l.61-3.97l-1.535-.074l-.92 1.609A1.43 1.43 0 0 1 3.964 12A.963.963 0 0 1 3 11.037V9.524L2.487 9.5a1.5 1.5 0 0 1 0-3L3 6.476V4.963C3 4.43 3.431 4 3.963 4c.511 0 .984.274 1.238.718l.919 1.61l1.535-.074zM8.145 2a.113.113 0 0 0-.112.13l.78 5.07l-3.257.155l-1.224-2.14A.43.43 0 0 0 4 5.001v2.427L2.512 7.5H2.5a.5.5 0 0 0 0 1h.012L4 8.57v2.428a.43.43 0 0 0 .332-.212l1.224-2.141l3.257.155l-.78 5.07c-.01.068.043.13.112.13a.73.73 0 0 0 .66-.422l2.158-4.676l1.94.093Q12.95 9 13 9a1 1 0 1 0-.109-1.994l-1.928.092l-2.158-4.676A.73.73 0 0 0 8.145 2"/></svg> </template>
CSS
.icon-airplane-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.045%202.283A1.113%201.113%200%200%201%208.145%201c.674%200%201.286.392%201.568%201.003l1.875%204.064C12.058%206.044%2012.53%206%2013%206a2%202%200%201%201%200%204c-.47%200-.943-.044-1.412-.067l-1.875%204.064A1.73%201.73%200%200%201%208.145%2015a1.113%201.113%200%200%201-1.1-1.283l.61-3.97l-1.535-.074l-.92%201.609A1.43%201.43%200%200%201%203.964%2012A.963.963%200%200%201%203%2011.037V9.524L2.487%209.5a1.5%201.5%200%200%201%200-3L3%206.476V4.963C3%204.43%203.431%204%203.963%204c.511%200%20.984.274%201.238.718l.919%201.61l1.535-.074zM8.145%202a.113.113%200%200%200-.112.13l.78%205.07l-3.257.155l-1.224-2.14A.43.43%200%200%200%204%205.001v2.427L2.512%207.5H2.5a.5.5%200%200%200%200%201h.012L4%208.57v2.428a.43.43%200%200%200%20.332-.212l1.224-2.141l3.257.155l-.78%205.07c-.01.068.043.13.112.13a.73.73%200%200%200%20.66-.422l2.158-4.676l1.94.093Q12.95%209%2013%209a1%201%200%201%200-.109-1.994l-1.928.092l-2.158-4.676A.73.73%200%200%200%208.145%202%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.045%202.283A1.113%201.113%200%200%201%208.145%201c.674%200%201.286.392%201.568%201.003l1.875%204.064C12.058%206.044%2012.53%206%2013%206a2%202%200%201%201%200%204c-.47%200-.943-.044-1.412-.067l-1.875%204.064A1.73%201.73%200%200%201%208.145%2015a1.113%201.113%200%200%201-1.1-1.283l.61-3.97l-1.535-.074l-.92%201.609A1.43%201.43%200%200%201%203.964%2012A.963.963%200%200%201%203%2011.037V9.524L2.487%209.5a1.5%201.5%200%200%201%200-3L3%206.476V4.963C3%204.43%203.431%204%203.963%204c.511%200%20.984.274%201.238.718l.919%201.61l1.535-.074zM8.145%202a.113.113%200%200%200-.112.13l.78%205.07l-3.257.155l-1.224-2.14A.43.43%200%200%200%204%205.001v2.427L2.512%207.5H2.5a.5.5%200%200%200%200%201h.012L4%208.57v2.428a.43.43%200%200%200%20.332-.212l1.224-2.141l3.257.155l-.78%205.07c-.01.068.043.13.112.13a.73.73%200%200%200%20.66-.422l2.158-4.676l1.94.093Q12.95%209%2013%209a1%201%200%201%200-.109-1.994l-1.928.092l-2.158-4.676A.73.73%200%200%200%208.145%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/airplane-16-regular.svg?color=%231a73e8&size=48