airplane tilt icon
airplane-tilt-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- airplane-tilt-fill
- Set
- Phosphor
- Style
- Fill
- 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="M215.52 197.26a8 8 0 0 1-1.86 8.39l-24 24A8 8 0 0 1 184 232a7 7 0 0 1-.79 0a8 8 0 0 1-5.87-3.52l-44.07-66.12L112 183.59V208a8 8 0 0 1-2.34 5.65s-14 14.06-15.88 15.88a7.9 7.9 0 0 1-2.78 1.88a8 8 0 0 1-10.41-4.35l-.06-.15l-14.7-36.76L29 175.42a8 8 0 0 1-2.69-13.08l16-16A8 8 0 0 1 48 144h24.4l21.27-21.27l-66.11-44.08a8 8 0 0 1-1.22-12.32l24-24a8 8 0 0 1 8.39-1.86l85.94 31.25l31.53-31.53a28 28 0 0 1 39.6 39.6l-31.53 31.53Z"/></svg>
React
import type { SVGProps } from "react";
export function PhAirplaneTiltFill(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="M215.52 197.26a8 8 0 0 1-1.86 8.39l-24 24A8 8 0 0 1 184 232a7 7 0 0 1-.79 0a8 8 0 0 1-5.87-3.52l-44.07-66.12L112 183.59V208a8 8 0 0 1-2.34 5.65s-14 14.06-15.88 15.88a7.9 7.9 0 0 1-2.78 1.88a8 8 0 0 1-10.41-4.35l-.06-.15l-14.7-36.76L29 175.42a8 8 0 0 1-2.69-13.08l16-16A8 8 0 0 1 48 144h24.4l21.27-21.27l-66.11-44.08a8 8 0 0 1-1.22-12.32l24-24a8 8 0 0 1 8.39-1.86l85.94 31.25l31.53-31.53a28 28 0 0 1 39.6 39.6l-31.53 31.53Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M215.52 197.26a8 8 0 0 1-1.86 8.39l-24 24A8 8 0 0 1 184 232a7 7 0 0 1-.79 0a8 8 0 0 1-5.87-3.52l-44.07-66.12L112 183.59V208a8 8 0 0 1-2.34 5.65s-14 14.06-15.88 15.88a7.9 7.9 0 0 1-2.78 1.88a8 8 0 0 1-10.41-4.35l-.06-.15l-14.7-36.76L29 175.42a8 8 0 0 1-2.69-13.08l16-16A8 8 0 0 1 48 144h24.4l21.27-21.27l-66.11-44.08a8 8 0 0 1-1.22-12.32l24-24a8 8 0 0 1 8.39-1.86l85.94 31.25l31.53-31.53a28 28 0 0 1 39.6 39.6l-31.53 31.53Z"/></svg> </template>
CSS
.icon-airplane-tilt-fill {
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%22M215.52%20197.26a8%208%200%200%201-1.86%208.39l-24%2024A8%208%200%200%201%20184%20232a7%207%200%200%201-.79%200a8%208%200%200%201-5.87-3.52l-44.07-66.12L112%20183.59V208a8%208%200%200%201-2.34%205.65s-14%2014.06-15.88%2015.88a7.9%207.9%200%200%201-2.78%201.88a8%208%200%200%201-10.41-4.35l-.06-.15l-14.7-36.76L29%20175.42a8%208%200%200%201-2.69-13.08l16-16A8%208%200%200%201%2048%20144h24.4l21.27-21.27l-66.11-44.08a8%208%200%200%201-1.22-12.32l24-24a8%208%200%200%201%208.39-1.86l85.94%2031.25l31.53-31.53a28%2028%200%200%201%2039.6%2039.6l-31.53%2031.53Z%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%22M215.52%20197.26a8%208%200%200%201-1.86%208.39l-24%2024A8%208%200%200%201%20184%20232a7%207%200%200%201-.79%200a8%208%200%200%201-5.87-3.52l-44.07-66.12L112%20183.59V208a8%208%200%200%201-2.34%205.65s-14%2014.06-15.88%2015.88a7.9%207.9%200%200%201-2.78%201.88a8%208%200%200%201-10.41-4.35l-.06-.15l-14.7-36.76L29%20175.42a8%208%200%200%201-2.69-13.08l16-16A8%208%200%200%201%2048%20144h24.4l21.27-21.27l-66.11-44.08a8%208%200%200%201-1.22-12.32l24-24a8%208%200%200%201%208.39-1.86l85.94%2031.25l31.53-31.53a28%2028%200%200%201%2039.6%2039.6l-31.53%2031.53Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/airplane-tilt-fill.svg?color=%231a73e8&size=48