airplane tilt icon
airplane-tilt-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- airplane-tilt-bold
- Set
- Phosphor
- Style
- Bold
- 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="m190 115.31l27.21-25.61l.26-.26a36 36 0 0 0-50.91-50.91c-.09.08-.17.17-.26.26L140.69 66L60.1 36.71a12 12 0 0 0-12.58 2.79l-24 24A12 12 0 0 0 25.34 82l59.83 39.88L75 132H56a12 12 0 0 0-8.48 3.51l-24 24a12 12 0 0 0 4 19.62l35.23 14.1l14.06 35.14l.09.22a12 12 0 0 0 19.76 3.7l23.81-23.81A12 12 0 0 0 124 200v-19l10.13-10.13L174 230.65a12 12 0 0 0 18.47 1.83l24-24a12 12 0 0 0 2.79-12.59Zm-4.11 89.85L146 145.33a12 12 0 0 0-8.8-5.28a12 12 0 0 0-1.2-.05a12 12 0 0 0-8.49 3.52l-24 24A12 12 0 0 0 100 176v19l-7.62 7.62l-9.24-23.1a12 12 0 0 0-6.69-6.69l-23.1-9.24L61 156h19a12 12 0 0 0 8.48-3.51l24-24a12 12 0 0 0-1.82-18.49L50.84 70.12l8.24-8.25l80.83 29.39a12 12 0 0 0 12.84-3.05l30.89-32.82a12 12 0 0 1 17 17l-32.82 30.89a12 12 0 0 0-3.06 12.84l29.4 80.82Z"/></svg>
React
import type { SVGProps } from "react";
export function PhAirplaneTiltBold(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="m190 115.31l27.21-25.61l.26-.26a36 36 0 0 0-50.91-50.91c-.09.08-.17.17-.26.26L140.69 66L60.1 36.71a12 12 0 0 0-12.58 2.79l-24 24A12 12 0 0 0 25.34 82l59.83 39.88L75 132H56a12 12 0 0 0-8.48 3.51l-24 24a12 12 0 0 0 4 19.62l35.23 14.1l14.06 35.14l.09.22a12 12 0 0 0 19.76 3.7l23.81-23.81A12 12 0 0 0 124 200v-19l10.13-10.13L174 230.65a12 12 0 0 0 18.47 1.83l24-24a12 12 0 0 0 2.79-12.59Zm-4.11 89.85L146 145.33a12 12 0 0 0-8.8-5.28a12 12 0 0 0-1.2-.05a12 12 0 0 0-8.49 3.52l-24 24A12 12 0 0 0 100 176v19l-7.62 7.62l-9.24-23.1a12 12 0 0 0-6.69-6.69l-23.1-9.24L61 156h19a12 12 0 0 0 8.48-3.51l24-24a12 12 0 0 0-1.82-18.49L50.84 70.12l8.24-8.25l80.83 29.39a12 12 0 0 0 12.84-3.05l30.89-32.82a12 12 0 0 1 17 17l-32.82 30.89a12 12 0 0 0-3.06 12.84l29.4 80.82Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m190 115.31l27.21-25.61l.26-.26a36 36 0 0 0-50.91-50.91c-.09.08-.17.17-.26.26L140.69 66L60.1 36.71a12 12 0 0 0-12.58 2.79l-24 24A12 12 0 0 0 25.34 82l59.83 39.88L75 132H56a12 12 0 0 0-8.48 3.51l-24 24a12 12 0 0 0 4 19.62l35.23 14.1l14.06 35.14l.09.22a12 12 0 0 0 19.76 3.7l23.81-23.81A12 12 0 0 0 124 200v-19l10.13-10.13L174 230.65a12 12 0 0 0 18.47 1.83l24-24a12 12 0 0 0 2.79-12.59Zm-4.11 89.85L146 145.33a12 12 0 0 0-8.8-5.28a12 12 0 0 0-1.2-.05a12 12 0 0 0-8.49 3.52l-24 24A12 12 0 0 0 100 176v19l-7.62 7.62l-9.24-23.1a12 12 0 0 0-6.69-6.69l-23.1-9.24L61 156h19a12 12 0 0 0 8.48-3.51l24-24a12 12 0 0 0-1.82-18.49L50.84 70.12l8.24-8.25l80.83 29.39a12 12 0 0 0 12.84-3.05l30.89-32.82a12 12 0 0 1 17 17l-32.82 30.89a12 12 0 0 0-3.06 12.84l29.4 80.82Z"/></svg> </template>
CSS
.icon-airplane-tilt-bold {
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%22m190%20115.31l27.21-25.61l.26-.26a36%2036%200%200%200-50.91-50.91c-.09.08-.17.17-.26.26L140.69%2066L60.1%2036.71a12%2012%200%200%200-12.58%202.79l-24%2024A12%2012%200%200%200%2025.34%2082l59.83%2039.88L75%20132H56a12%2012%200%200%200-8.48%203.51l-24%2024a12%2012%200%200%200%204%2019.62l35.23%2014.1l14.06%2035.14l.09.22a12%2012%200%200%200%2019.76%203.7l23.81-23.81A12%2012%200%200%200%20124%20200v-19l10.13-10.13L174%20230.65a12%2012%200%200%200%2018.47%201.83l24-24a12%2012%200%200%200%202.79-12.59Zm-4.11%2089.85L146%20145.33a12%2012%200%200%200-8.8-5.28a12%2012%200%200%200-1.2-.05a12%2012%200%200%200-8.49%203.52l-24%2024A12%2012%200%200%200%20100%20176v19l-7.62%207.62l-9.24-23.1a12%2012%200%200%200-6.69-6.69l-23.1-9.24L61%20156h19a12%2012%200%200%200%208.48-3.51l24-24a12%2012%200%200%200-1.82-18.49L50.84%2070.12l8.24-8.25l80.83%2029.39a12%2012%200%200%200%2012.84-3.05l30.89-32.82a12%2012%200%200%201%2017%2017l-32.82%2030.89a12%2012%200%200%200-3.06%2012.84l29.4%2080.82Z%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%22m190%20115.31l27.21-25.61l.26-.26a36%2036%200%200%200-50.91-50.91c-.09.08-.17.17-.26.26L140.69%2066L60.1%2036.71a12%2012%200%200%200-12.58%202.79l-24%2024A12%2012%200%200%200%2025.34%2082l59.83%2039.88L75%20132H56a12%2012%200%200%200-8.48%203.51l-24%2024a12%2012%200%200%200%204%2019.62l35.23%2014.1l14.06%2035.14l.09.22a12%2012%200%200%200%2019.76%203.7l23.81-23.81A12%2012%200%200%200%20124%20200v-19l10.13-10.13L174%20230.65a12%2012%200%200%200%2018.47%201.83l24-24a12%2012%200%200%200%202.79-12.59Zm-4.11%2089.85L146%20145.33a12%2012%200%200%200-8.8-5.28a12%2012%200%200%200-1.2-.05a12%2012%200%200%200-8.49%203.52l-24%2024A12%2012%200%200%200%20100%20176v19l-7.62%207.62l-9.24-23.1a12%2012%200%200%200-6.69-6.69l-23.1-9.24L61%20156h19a12%2012%200%200%200%208.48-3.51l24-24a12%2012%200%200%200-1.82-18.49L50.84%2070.12l8.24-8.25l80.83%2029.39a12%2012%200%200%200%2012.84-3.05l30.89-32.82a12%2012%200%200%201%2017%2017l-32.82%2030.89a12%2012%200%200%200-3.06%2012.84l29.4%2080.82Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/airplane-tilt-bold.svg?color=%231a73e8&size=48