plane fly icon
plane-fly from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- plane-fly
- Set
- Unicons
- Style
- Line
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
More user interface icons from Unicons
Use the plane fly icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 9.32a1.06 1.06 0 0 0-.1-.76a4.93 4.93 0 0 0-6.75-1.8L14 8L9 5.65a1 1 0 0 0-.92 0l-3 1.73a1 1 0 0 0-.5.84a1 1 0 0 0 .46.87l3.3 2.08l-1.74 1l-4.78.58a1 1 0 0 0-.53 1.75l3.54 3.06a3 3 0 0 0 3.55.44L22.5 9.93a1 1 0 0 0 .5-.61m-15.53 7a1 1 0 0 1-1.2-.18l-1.9-1.63l2.73-.33a1 1 0 0 0 .38-.13l3.36-1.93a1 1 0 0 0 .5-.85a1 1 0 0 0-.47-.86l-3.3-2.09l1.1-.63l5 2.32a1 1 0 0 0 .92 0l2.56-1.48a3 3 0 0 1 3.36.29Z"/></svg>
React
import type { SVGProps } from "react";
export function UilPlaneFly(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 9.32a1.06 1.06 0 0 0-.1-.76a4.93 4.93 0 0 0-6.75-1.8L14 8L9 5.65a1 1 0 0 0-.92 0l-3 1.73a1 1 0 0 0-.5.84a1 1 0 0 0 .46.87l3.3 2.08l-1.74 1l-4.78.58a1 1 0 0 0-.53 1.75l3.54 3.06a3 3 0 0 0 3.55.44L22.5 9.93a1 1 0 0 0 .5-.61m-15.53 7a1 1 0 0 1-1.2-.18l-1.9-1.63l2.73-.33a1 1 0 0 0 .38-.13l3.36-1.93a1 1 0 0 0 .5-.85a1 1 0 0 0-.47-.86l-3.3-2.09l1.1-.63l5 2.32a1 1 0 0 0 .92 0l2.56-1.48a3 3 0 0 1 3.36.29Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 9.32a1.06 1.06 0 0 0-.1-.76a4.93 4.93 0 0 0-6.75-1.8L14 8L9 5.65a1 1 0 0 0-.92 0l-3 1.73a1 1 0 0 0-.5.84a1 1 0 0 0 .46.87l3.3 2.08l-1.74 1l-4.78.58a1 1 0 0 0-.53 1.75l3.54 3.06a3 3 0 0 0 3.55.44L22.5 9.93a1 1 0 0 0 .5-.61m-15.53 7a1 1 0 0 1-1.2-.18l-1.9-1.63l2.73-.33a1 1 0 0 0 .38-.13l3.36-1.93a1 1 0 0 0 .5-.85a1 1 0 0 0-.47-.86l-3.3-2.09l1.1-.63l5 2.32a1 1 0 0 0 .92 0l2.56-1.48a3 3 0 0 1 3.36.29Z"/></svg> </template>
CSS
.icon-plane-fly {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%209.32a1.06%201.06%200%200%200-.1-.76a4.93%204.93%200%200%200-6.75-1.8L14%208L9%205.65a1%201%200%200%200-.92%200l-3%201.73a1%201%200%200%200-.5.84a1%201%200%200%200%20.46.87l3.3%202.08l-1.74%201l-4.78.58a1%201%200%200%200-.53%201.75l3.54%203.06a3%203%200%200%200%203.55.44L22.5%209.93a1%201%200%200%200%20.5-.61m-15.53%207a1%201%200%200%201-1.2-.18l-1.9-1.63l2.73-.33a1%201%200%200%200%20.38-.13l3.36-1.93a1%201%200%200%200%20.5-.85a1%201%200%200%200-.47-.86l-3.3-2.09l1.1-.63l5%202.32a1%201%200%200%200%20.92%200l2.56-1.48a3%203%200%200%201%203.36.29Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%209.32a1.06%201.06%200%200%200-.1-.76a4.93%204.93%200%200%200-6.75-1.8L14%208L9%205.65a1%201%200%200%200-.92%200l-3%201.73a1%201%200%200%200-.5.84a1%201%200%200%200%20.46.87l3.3%202.08l-1.74%201l-4.78.58a1%201%200%200%200-.53%201.75l3.54%203.06a3%203%200%200%200%203.55.44L22.5%209.93a1%201%200%200%200%20.5-.61m-15.53%207a1%201%200%200%201-1.2-.18l-1.9-1.63l2.73-.33a1%201%200%200%200%20.38-.13l3.36-1.93a1%201%200%200%200%20.5-.85a1%201%200%200%200-.47-.86l-3.3-2.09l1.1-.63l5%202.32a1%201%200%200%200%20.92%200l2.56-1.48a3%203%200%200%201%203.36.29Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/plane-fly.svg?color=%231a73e8&size=48