airplane tilt icon
airplane-tilt-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- airplane-tilt-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the airplane tilt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m180.67 113.1l31.05-29.23l.09-.08a28 28 0 0 0-39.6-39.6l-.08.09l-29.23 31.05l-85.53-31.1a4 4 0 0 0-4.2.93l-24 24a4 4 0 0 0 .61 6.16l68 45.29L78.35 140H56a4 4 0 0 0-2.83 1.18l-24 24a4 4 0 0 0 1.34 6.54l38.42 15.36l15.34 38.37v.09a4 4 0 0 0 6.59 1.23l23.93-23.93A4 4 0 0 0 116 200v-22.35l19.38-19.38l45.29 67.95a4 4 0 0 0 6.16.61l24-24a4 4 0 0 0 .93-4.2Zm4 104.62l-45.29-67.94a4 4 0 0 0-2.98-1.78h-.39a4 4 0 0 0-2.83 1.18l-24 24A4 4 0 0 0 108 176v22.34l-18.53 18.54l-13.75-34.37a4 4 0 0 0-2.23-2.23l-34.37-13.75L57.66 148H80a4 4 0 0 0 2.83-1.17l24-24a4 4 0 0 0-.61-6.16l-67.94-45.3L57 52.62l85.61 31.13a4 4 0 0 0 4.28-1l31-32.93a20 20 0 0 1 28.31 28.27l-32.93 31a4 4 0 0 0-1 4.28L203.38 199Z"/></svg>
React
import type { SVGProps } from "react";
export function PhAirplaneTiltThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m180.67 113.1l31.05-29.23l.09-.08a28 28 0 0 0-39.6-39.6l-.08.09l-29.23 31.05l-85.53-31.1a4 4 0 0 0-4.2.93l-24 24a4 4 0 0 0 .61 6.16l68 45.29L78.35 140H56a4 4 0 0 0-2.83 1.18l-24 24a4 4 0 0 0 1.34 6.54l38.42 15.36l15.34 38.37v.09a4 4 0 0 0 6.59 1.23l23.93-23.93A4 4 0 0 0 116 200v-22.35l19.38-19.38l45.29 67.95a4 4 0 0 0 6.16.61l24-24a4 4 0 0 0 .93-4.2Zm4 104.62l-45.29-67.94a4 4 0 0 0-2.98-1.78h-.39a4 4 0 0 0-2.83 1.18l-24 24A4 4 0 0 0 108 176v22.34l-18.53 18.54l-13.75-34.37a4 4 0 0 0-2.23-2.23l-34.37-13.75L57.66 148H80a4 4 0 0 0 2.83-1.17l24-24a4 4 0 0 0-.61-6.16l-67.94-45.3L57 52.62l85.61 31.13a4 4 0 0 0 4.28-1l31-32.93a20 20 0 0 1 28.31 28.27l-32.93 31a4 4 0 0 0-1 4.28L203.38 199Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m180.67 113.1l31.05-29.23l.09-.08a28 28 0 0 0-39.6-39.6l-.08.09l-29.23 31.05l-85.53-31.1a4 4 0 0 0-4.2.93l-24 24a4 4 0 0 0 .61 6.16l68 45.29L78.35 140H56a4 4 0 0 0-2.83 1.18l-24 24a4 4 0 0 0 1.34 6.54l38.42 15.36l15.34 38.37v.09a4 4 0 0 0 6.59 1.23l23.93-23.93A4 4 0 0 0 116 200v-22.35l19.38-19.38l45.29 67.95a4 4 0 0 0 6.16.61l24-24a4 4 0 0 0 .93-4.2Zm4 104.62l-45.29-67.94a4 4 0 0 0-2.98-1.78h-.39a4 4 0 0 0-2.83 1.18l-24 24A4 4 0 0 0 108 176v22.34l-18.53 18.54l-13.75-34.37a4 4 0 0 0-2.23-2.23l-34.37-13.75L57.66 148H80a4 4 0 0 0 2.83-1.17l24-24a4 4 0 0 0-.61-6.16l-67.94-45.3L57 52.62l85.61 31.13a4 4 0 0 0 4.28-1l31-32.93a20 20 0 0 1 28.31 28.27l-32.93 31a4 4 0 0 0-1 4.28L203.38 199Z"/></svg> </template>
CSS
.icon-airplane-tilt-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m180.67%20113.1l31.05-29.23l.09-.08a28%2028%200%200%200-39.6-39.6l-.08.09l-29.23%2031.05l-85.53-31.1a4%204%200%200%200-4.2.93l-24%2024a4%204%200%200%200%20.61%206.16l68%2045.29L78.35%20140H56a4%204%200%200%200-2.83%201.18l-24%2024a4%204%200%200%200%201.34%206.54l38.42%2015.36l15.34%2038.37v.09a4%204%200%200%200%206.59%201.23l23.93-23.93A4%204%200%200%200%20116%20200v-22.35l19.38-19.38l45.29%2067.95a4%204%200%200%200%206.16.61l24-24a4%204%200%200%200%20.93-4.2Zm4%20104.62l-45.29-67.94a4%204%200%200%200-2.98-1.78h-.39a4%204%200%200%200-2.83%201.18l-24%2024A4%204%200%200%200%20108%20176v22.34l-18.53%2018.54l-13.75-34.37a4%204%200%200%200-2.23-2.23l-34.37-13.75L57.66%20148H80a4%204%200%200%200%202.83-1.17l24-24a4%204%200%200%200-.61-6.16l-67.94-45.3L57%2052.62l85.61%2031.13a4%204%200%200%200%204.28-1l31-32.93a20%2020%200%200%201%2028.31%2028.27l-32.93%2031a4%204%200%200%200-1%204.28L203.38%20199Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m180.67%20113.1l31.05-29.23l.09-.08a28%2028%200%200%200-39.6-39.6l-.08.09l-29.23%2031.05l-85.53-31.1a4%204%200%200%200-4.2.93l-24%2024a4%204%200%200%200%20.61%206.16l68%2045.29L78.35%20140H56a4%204%200%200%200-2.83%201.18l-24%2024a4%204%200%200%200%201.34%206.54l38.42%2015.36l15.34%2038.37v.09a4%204%200%200%200%206.59%201.23l23.93-23.93A4%204%200%200%200%20116%20200v-22.35l19.38-19.38l45.29%2067.95a4%204%200%200%200%206.16.61l24-24a4%204%200%200%200%20.93-4.2Zm4%20104.62l-45.29-67.94a4%204%200%200%200-2.98-1.78h-.39a4%204%200%200%200-2.83%201.18l-24%2024A4%204%200%200%200%20108%20176v22.34l-18.53%2018.54l-13.75-34.37a4%204%200%200%200-2.23-2.23l-34.37-13.75L57.66%20148H80a4%204%200%200%200%202.83-1.17l24-24a4%204%200%200%200-.61-6.16l-67.94-45.3L57%2052.62l85.61%2031.13a4%204%200%200%200%204.28-1l31-32.93a20%2020%200%200%201%2028.31%2028.27l-32.93%2031a4%204%200%200%200-1%204.28L203.38%20199Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/airplane-tilt-thin.svg?color=%231a73e8&size=48