airplane tilt icon
airplane-tilt-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- airplane-tilt-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="m209 81l-33 31l32 88l-24 24l-48-72l-24 24v24l-24 24l-16-40l-40-16l24-24h24l24-24l-72-48l24-24l88 32l31-33a24 24 0 0 1 34 34" opacity=".2"/><path d="m185.33 114.21l29.14-27.43l.17-.16a32 32 0 0 0-45.26-45.26l-.16.17l-27.43 29.14l-83-30.2a8 8 0 0 0-8.39 1.86l-24 24a8 8 0 0 0 1.22 12.31l63.89 42.59L76.69 136H56a8 8 0 0 0-5.65 2.34l-24 24A8 8 0 0 0 29 175.42l36.82 14.73l14.7 36.75l.06.16a8 8 0 0 0 13.18 2.47l23.87-23.88A8 8 0 0 0 120 200v-20.69l14.76-14.76l42.59 63.89a8 8 0 0 0 12.31 1.22l24-24a8 8 0 0 0 1.86-8.39Zm-.07 97.23l-42.59-63.89a8 8 0 0 0-5.87-3.55a7 7 0 0 0-.79 0a8 8 0 0 0-5.66 2.34l-24 24A8 8 0 0 0 104 176v20.69l-13.07 13.07L79.43 181a8 8 0 0 0-4.43-4.43l-28.74-11.5L59.32 152H80a8 8 0 0 0 5.66-2.34l24-24a8 8 0 0 0-1.22-12.32l-63.88-42.6l13.5-13.49l83.22 30.26a8 8 0 0 0 8.56-2l30.94-32.88a16 16 0 0 1 22.62 22.59l-32.87 30.94a8 8 0 0 0-2 8.56l30.26 83.22Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhAirplaneTiltDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m209 81l-33 31l32 88l-24 24l-48-72l-24 24v24l-24 24l-16-40l-40-16l24-24h24l24-24l-72-48l24-24l88 32l31-33a24 24 0 0 1 34 34" opacity=".2"/><path d="m185.33 114.21l29.14-27.43l.17-.16a32 32 0 0 0-45.26-45.26l-.16.17l-27.43 29.14l-83-30.2a8 8 0 0 0-8.39 1.86l-24 24a8 8 0 0 0 1.22 12.31l63.89 42.59L76.69 136H56a8 8 0 0 0-5.65 2.34l-24 24A8 8 0 0 0 29 175.42l36.82 14.73l14.7 36.75l.06.16a8 8 0 0 0 13.18 2.47l23.87-23.88A8 8 0 0 0 120 200v-20.69l14.76-14.76l42.59 63.89a8 8 0 0 0 12.31 1.22l24-24a8 8 0 0 0 1.86-8.39Zm-.07 97.23l-42.59-63.89a8 8 0 0 0-5.87-3.55a7 7 0 0 0-.79 0a8 8 0 0 0-5.66 2.34l-24 24A8 8 0 0 0 104 176v20.69l-13.07 13.07L79.43 181a8 8 0 0 0-4.43-4.43l-28.74-11.5L59.32 152H80a8 8 0 0 0 5.66-2.34l24-24a8 8 0 0 0-1.22-12.32l-63.88-42.6l13.5-13.49l83.22 30.26a8 8 0 0 0 8.56-2l30.94-32.88a16 16 0 0 1 22.62 22.59l-32.87 30.94a8 8 0 0 0-2 8.56l30.26 83.22Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m209 81l-33 31l32 88l-24 24l-48-72l-24 24v24l-24 24l-16-40l-40-16l24-24h24l24-24l-72-48l24-24l88 32l31-33a24 24 0 0 1 34 34" opacity=".2"/><path d="m185.33 114.21l29.14-27.43l.17-.16a32 32 0 0 0-45.26-45.26l-.16.17l-27.43 29.14l-83-30.2a8 8 0 0 0-8.39 1.86l-24 24a8 8 0 0 0 1.22 12.31l63.89 42.59L76.69 136H56a8 8 0 0 0-5.65 2.34l-24 24A8 8 0 0 0 29 175.42l36.82 14.73l14.7 36.75l.06.16a8 8 0 0 0 13.18 2.47l23.87-23.88A8 8 0 0 0 120 200v-20.69l14.76-14.76l42.59 63.89a8 8 0 0 0 12.31 1.22l24-24a8 8 0 0 0 1.86-8.39Zm-.07 97.23l-42.59-63.89a8 8 0 0 0-5.87-3.55a7 7 0 0 0-.79 0a8 8 0 0 0-5.66 2.34l-24 24A8 8 0 0 0 104 176v20.69l-13.07 13.07L79.43 181a8 8 0 0 0-4.43-4.43l-28.74-11.5L59.32 152H80a8 8 0 0 0 5.66-2.34l24-24a8 8 0 0 0-1.22-12.32l-63.88-42.6l13.5-13.49l83.22 30.26a8 8 0 0 0 8.56-2l30.94-32.88a16 16 0 0 1 22.62 22.59l-32.87 30.94a8 8 0 0 0-2 8.56l30.26 83.22Z"/></g></svg> </template>
CSS
.icon-airplane-tilt-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m209%2081l-33%2031l32%2088l-24%2024l-48-72l-24%2024v24l-24%2024l-16-40l-40-16l24-24h24l24-24l-72-48l24-24l88%2032l31-33a24%2024%200%200%201%2034%2034%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m185.33%20114.21l29.14-27.43l.17-.16a32%2032%200%200%200-45.26-45.26l-.16.17l-27.43%2029.14l-83-30.2a8%208%200%200%200-8.39%201.86l-24%2024a8%208%200%200%200%201.22%2012.31l63.89%2042.59L76.69%20136H56a8%208%200%200%200-5.65%202.34l-24%2024A8%208%200%200%200%2029%20175.42l36.82%2014.73l14.7%2036.75l.06.16a8%208%200%200%200%2013.18%202.47l23.87-23.88A8%208%200%200%200%20120%20200v-20.69l14.76-14.76l42.59%2063.89a8%208%200%200%200%2012.31%201.22l24-24a8%208%200%200%200%201.86-8.39Zm-.07%2097.23l-42.59-63.89a8%208%200%200%200-5.87-3.55a7%207%200%200%200-.79%200a8%208%200%200%200-5.66%202.34l-24%2024A8%208%200%200%200%20104%20176v20.69l-13.07%2013.07L79.43%20181a8%208%200%200%200-4.43-4.43l-28.74-11.5L59.32%20152H80a8%208%200%200%200%205.66-2.34l24-24a8%208%200%200%200-1.22-12.32l-63.88-42.6l13.5-13.49l83.22%2030.26a8%208%200%200%200%208.56-2l30.94-32.88a16%2016%200%200%201%2022.62%2022.59l-32.87%2030.94a8%208%200%200%200-2%208.56l30.26%2083.22Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m209%2081l-33%2031l32%2088l-24%2024l-48-72l-24%2024v24l-24%2024l-16-40l-40-16l24-24h24l24-24l-72-48l24-24l88%2032l31-33a24%2024%200%200%201%2034%2034%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m185.33%20114.21l29.14-27.43l.17-.16a32%2032%200%200%200-45.26-45.26l-.16.17l-27.43%2029.14l-83-30.2a8%208%200%200%200-8.39%201.86l-24%2024a8%208%200%200%200%201.22%2012.31l63.89%2042.59L76.69%20136H56a8%208%200%200%200-5.65%202.34l-24%2024A8%208%200%200%200%2029%20175.42l36.82%2014.73l14.7%2036.75l.06.16a8%208%200%200%200%2013.18%202.47l23.87-23.88A8%208%200%200%200%20120%20200v-20.69l14.76-14.76l42.59%2063.89a8%208%200%200%200%2012.31%201.22l24-24a8%208%200%200%200%201.86-8.39Zm-.07%2097.23l-42.59-63.89a8%208%200%200%200-5.87-3.55a7%207%200%200%200-.79%200a8%208%200%200%200-5.66%202.34l-24%2024A8%208%200%200%200%20104%20176v20.69l-13.07%2013.07L79.43%20181a8%208%200%200%200-4.43-4.43l-28.74-11.5L59.32%20152H80a8%208%200%200%200%205.66-2.34l24-24a8%208%200%200%200-1.22-12.32l-63.88-42.6l13.5-13.49l83.22%2030.26a8%208%200%200%200%208.56-2l30.94-32.88a16%2016%200%200%201%2022.62%2022.59l-32.87%2030.94a8%208%200%200%200-2%208.56l30.26%2083.22Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/airplane-tilt-duotone.svg?color=%231a73e8&size=48