airplane take off icon
airplane-take-off-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- airplane-take-off-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="m5.109 5.56l-.765-.987C3.532 3.525 4.28 2 5.605 2c.323 0 .637.097.903.28l2.1 1.44a5.7 5.7 0 0 1 .91-.953c.524-.426 1.195-.772 1.985-.767c1.544.01 2.657 1.213 3.242 2.024c.573.792.115 1.777-.692 2.073l-2.232.818l-3.106 4.48c-.938 1.353-3.054.428-2.697-1.18l.312-1.407l-3.105.875A1.75 1.75 0 0 1 1 8V5.16c0-1.21 1.638-1.587 2.166-.497l.605 1.249zm.026-1.6L6.16 5.284l1.043-.275c.296-.077.57-.25.803-.489L5.942 3.104a.596.596 0 0 0-.807.857m4.002.74c-.38.575-.947 1.083-1.68 1.276l-3.83 1.008a.5.5 0 0 1-.577-.266L2.266 5.1c-.022-.046-.047-.062-.064-.07a.15.15 0 0 0-.093-.005a.15.15 0 0 0-.081.045c-.013.014-.028.04-.028.09V8a.75.75 0 0 0 .953.722l3.106-.875a1 1 0 0 1 1.248 1.18l-.313 1.407c-.12.535.586.844.899.393l3.196-4.61a.5.5 0 0 1 .239-.185l2.38-.873a.44.44 0 0 0 .27-.255a.3.3 0 0 0-.043-.294c-.562-.779-1.415-1.603-2.438-1.61c-.483-.003-.934.207-1.348.543S9.39 4.317 9.137 4.7M1.5 14a.5.5 0 0 0 0 1h13a.5.5 0 0 0 0-1z"/></svg>
React
import type { SVGProps } from "react";
export function FluentAirplaneTakeOff16Regular(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="m5.109 5.56l-.765-.987C3.532 3.525 4.28 2 5.605 2c.323 0 .637.097.903.28l2.1 1.44a5.7 5.7 0 0 1 .91-.953c.524-.426 1.195-.772 1.985-.767c1.544.01 2.657 1.213 3.242 2.024c.573.792.115 1.777-.692 2.073l-2.232.818l-3.106 4.48c-.938 1.353-3.054.428-2.697-1.18l.312-1.407l-3.105.875A1.75 1.75 0 0 1 1 8V5.16c0-1.21 1.638-1.587 2.166-.497l.605 1.249zm.026-1.6L6.16 5.284l1.043-.275c.296-.077.57-.25.803-.489L5.942 3.104a.596.596 0 0 0-.807.857m4.002.74c-.38.575-.947 1.083-1.68 1.276l-3.83 1.008a.5.5 0 0 1-.577-.266L2.266 5.1c-.022-.046-.047-.062-.064-.07a.15.15 0 0 0-.093-.005a.15.15 0 0 0-.081.045c-.013.014-.028.04-.028.09V8a.75.75 0 0 0 .953.722l3.106-.875a1 1 0 0 1 1.248 1.18l-.313 1.407c-.12.535.586.844.899.393l3.196-4.61a.5.5 0 0 1 .239-.185l2.38-.873a.44.44 0 0 0 .27-.255a.3.3 0 0 0-.043-.294c-.562-.779-1.415-1.603-2.438-1.61c-.483-.003-.934.207-1.348.543S9.39 4.317 9.137 4.7M1.5 14a.5.5 0 0 0 0 1h13a.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 16 16"><path fill="currentColor" d="m5.109 5.56l-.765-.987C3.532 3.525 4.28 2 5.605 2c.323 0 .637.097.903.28l2.1 1.44a5.7 5.7 0 0 1 .91-.953c.524-.426 1.195-.772 1.985-.767c1.544.01 2.657 1.213 3.242 2.024c.573.792.115 1.777-.692 2.073l-2.232.818l-3.106 4.48c-.938 1.353-3.054.428-2.697-1.18l.312-1.407l-3.105.875A1.75 1.75 0 0 1 1 8V5.16c0-1.21 1.638-1.587 2.166-.497l.605 1.249zm.026-1.6L6.16 5.284l1.043-.275c.296-.077.57-.25.803-.489L5.942 3.104a.596.596 0 0 0-.807.857m4.002.74c-.38.575-.947 1.083-1.68 1.276l-3.83 1.008a.5.5 0 0 1-.577-.266L2.266 5.1c-.022-.046-.047-.062-.064-.07a.15.15 0 0 0-.093-.005a.15.15 0 0 0-.081.045c-.013.014-.028.04-.028.09V8a.75.75 0 0 0 .953.722l3.106-.875a1 1 0 0 1 1.248 1.18l-.313 1.407c-.12.535.586.844.899.393l3.196-4.61a.5.5 0 0 1 .239-.185l2.38-.873a.44.44 0 0 0 .27-.255a.3.3 0 0 0-.043-.294c-.562-.779-1.415-1.603-2.438-1.61c-.483-.003-.934.207-1.348.543S9.39 4.317 9.137 4.7M1.5 14a.5.5 0 0 0 0 1h13a.5.5 0 0 0 0-1z"/></svg> </template>
CSS
.icon-airplane-take-off-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%22m5.109%205.56l-.765-.987C3.532%203.525%204.28%202%205.605%202c.323%200%20.637.097.903.28l2.1%201.44a5.7%205.7%200%200%201%20.91-.953c.524-.426%201.195-.772%201.985-.767c1.544.01%202.657%201.213%203.242%202.024c.573.792.115%201.777-.692%202.073l-2.232.818l-3.106%204.48c-.938%201.353-3.054.428-2.697-1.18l.312-1.407l-3.105.875A1.75%201.75%200%200%201%201%208V5.16c0-1.21%201.638-1.587%202.166-.497l.605%201.249zm.026-1.6L6.16%205.284l1.043-.275c.296-.077.57-.25.803-.489L5.942%203.104a.596.596%200%200%200-.807.857m4.002.74c-.38.575-.947%201.083-1.68%201.276l-3.83%201.008a.5.5%200%200%201-.577-.266L2.266%205.1c-.022-.046-.047-.062-.064-.07a.15.15%200%200%200-.093-.005a.15.15%200%200%200-.081.045c-.013.014-.028.04-.028.09V8a.75.75%200%200%200%20.953.722l3.106-.875a1%201%200%200%201%201.248%201.18l-.313%201.407c-.12.535.586.844.899.393l3.196-4.61a.5.5%200%200%201%20.239-.185l2.38-.873a.44.44%200%200%200%20.27-.255a.3.3%200%200%200-.043-.294c-.562-.779-1.415-1.603-2.438-1.61c-.483-.003-.934.207-1.348.543S9.39%204.317%209.137%204.7M1.5%2014a.5.5%200%200%200%200%201h13a.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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.109%205.56l-.765-.987C3.532%203.525%204.28%202%205.605%202c.323%200%20.637.097.903.28l2.1%201.44a5.7%205.7%200%200%201%20.91-.953c.524-.426%201.195-.772%201.985-.767c1.544.01%202.657%201.213%203.242%202.024c.573.792.115%201.777-.692%202.073l-2.232.818l-3.106%204.48c-.938%201.353-3.054.428-2.697-1.18l.312-1.407l-3.105.875A1.75%201.75%200%200%201%201%208V5.16c0-1.21%201.638-1.587%202.166-.497l.605%201.249zm.026-1.6L6.16%205.284l1.043-.275c.296-.077.57-.25.803-.489L5.942%203.104a.596.596%200%200%200-.807.857m4.002.74c-.38.575-.947%201.083-1.68%201.276l-3.83%201.008a.5.5%200%200%201-.577-.266L2.266%205.1c-.022-.046-.047-.062-.064-.07a.15.15%200%200%200-.093-.005a.15.15%200%200%200-.081.045c-.013.014-.028.04-.028.09V8a.75.75%200%200%200%20.953.722l3.106-.875a1%201%200%200%201%201.248%201.18l-.313%201.407c-.12.535.586.844.899.393l3.196-4.61a.5.5%200%200%201%20.239-.185l2.38-.873a.44.44%200%200%200%20.27-.255a.3.3%200%200%200-.043-.294c-.562-.779-1.415-1.603-2.438-1.61c-.483-.003-.934.207-1.348.543S9.39%204.317%209.137%204.7M1.5%2014a.5.5%200%200%200%200%201h13a.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-16-regular.svg?color=%231a73e8&size=48