plane departure icon
plane-departure from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- plane-departure
- Set
- Unicons
- Style
- Line
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More user interface icons from Unicons
Use the plane departure icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 5.08a3.08 3.08 0 0 0-5.26-2.18l-2.81 2.81l-6.49-2.16a1 1 0 0 0-1 .24L4.06 6.15a1 1 0 0 0 .29 1.61l5.18 2.35l-2.6 2.6l-1.71-.86a1 1 0 0 0-1.16.15l-1.77 1.81a1 1 0 0 0 0 1.41l6.49 6.49a1 1 0 0 0 1.41 0L12 19.94a1 1 0 0 0 .19-1.16l-.86-1.71l2.6-2.6l2.35 5.18a1 1 0 0 0 1.61.29l2.36-2.36a1 1 0 0 0 .24-1l-2.16-6.49l2.77-2.83a3.05 3.05 0 0 0 .9-2.18m-2.32.77l-3.24 3.24a1 1 0 0 0-.24 1l2.16 6.48l-.9.9l-2.35-5.17a1 1 0 0 0-.73-.57a1 1 0 0 0-.89.28l-4.12 4.16a1 1 0 0 0-.19 1.15L10 19l-.56.56l-5.03-5.04L5 14l1.71.86a1 1 0 0 0 1.15-.19L12 10.51a1 1 0 0 0-.29-1.62L6.5 6.54l.9-.9l6.48 2.16a1 1 0 0 0 1-.24l3.24-3.24a1.07 1.07 0 0 1 1.53 0a1 1 0 0 1 .32.76a1.06 1.06 0 0 1-.29.77"/></svg>
React
import type { SVGProps } from "react";
export function UilPlaneDeparture(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="M22 5.08a3.08 3.08 0 0 0-5.26-2.18l-2.81 2.81l-6.49-2.16a1 1 0 0 0-1 .24L4.06 6.15a1 1 0 0 0 .29 1.61l5.18 2.35l-2.6 2.6l-1.71-.86a1 1 0 0 0-1.16.15l-1.77 1.81a1 1 0 0 0 0 1.41l6.49 6.49a1 1 0 0 0 1.41 0L12 19.94a1 1 0 0 0 .19-1.16l-.86-1.71l2.6-2.6l2.35 5.18a1 1 0 0 0 1.61.29l2.36-2.36a1 1 0 0 0 .24-1l-2.16-6.49l2.77-2.83a3.05 3.05 0 0 0 .9-2.18m-2.32.77l-3.24 3.24a1 1 0 0 0-.24 1l2.16 6.48l-.9.9l-2.35-5.17a1 1 0 0 0-.73-.57a1 1 0 0 0-.89.28l-4.12 4.16a1 1 0 0 0-.19 1.15L10 19l-.56.56l-5.03-5.04L5 14l1.71.86a1 1 0 0 0 1.15-.19L12 10.51a1 1 0 0 0-.29-1.62L6.5 6.54l.9-.9l6.48 2.16a1 1 0 0 0 1-.24l3.24-3.24a1.07 1.07 0 0 1 1.53 0a1 1 0 0 1 .32.76a1.06 1.06 0 0 1-.29.77"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 5.08a3.08 3.08 0 0 0-5.26-2.18l-2.81 2.81l-6.49-2.16a1 1 0 0 0-1 .24L4.06 6.15a1 1 0 0 0 .29 1.61l5.18 2.35l-2.6 2.6l-1.71-.86a1 1 0 0 0-1.16.15l-1.77 1.81a1 1 0 0 0 0 1.41l6.49 6.49a1 1 0 0 0 1.41 0L12 19.94a1 1 0 0 0 .19-1.16l-.86-1.71l2.6-2.6l2.35 5.18a1 1 0 0 0 1.61.29l2.36-2.36a1 1 0 0 0 .24-1l-2.16-6.49l2.77-2.83a3.05 3.05 0 0 0 .9-2.18m-2.32.77l-3.24 3.24a1 1 0 0 0-.24 1l2.16 6.48l-.9.9l-2.35-5.17a1 1 0 0 0-.73-.57a1 1 0 0 0-.89.28l-4.12 4.16a1 1 0 0 0-.19 1.15L10 19l-.56.56l-5.03-5.04L5 14l1.71.86a1 1 0 0 0 1.15-.19L12 10.51a1 1 0 0 0-.29-1.62L6.5 6.54l.9-.9l6.48 2.16a1 1 0 0 0 1-.24l3.24-3.24a1.07 1.07 0 0 1 1.53 0a1 1 0 0 1 .32.76a1.06 1.06 0 0 1-.29.77"/></svg> </template>
CSS
.icon-plane-departure {
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%22M22%205.08a3.08%203.08%200%200%200-5.26-2.18l-2.81%202.81l-6.49-2.16a1%201%200%200%200-1%20.24L4.06%206.15a1%201%200%200%200%20.29%201.61l5.18%202.35l-2.6%202.6l-1.71-.86a1%201%200%200%200-1.16.15l-1.77%201.81a1%201%200%200%200%200%201.41l6.49%206.49a1%201%200%200%200%201.41%200L12%2019.94a1%201%200%200%200%20.19-1.16l-.86-1.71l2.6-2.6l2.35%205.18a1%201%200%200%200%201.61.29l2.36-2.36a1%201%200%200%200%20.24-1l-2.16-6.49l2.77-2.83a3.05%203.05%200%200%200%20.9-2.18m-2.32.77l-3.24%203.24a1%201%200%200%200-.24%201l2.16%206.48l-.9.9l-2.35-5.17a1%201%200%200%200-.73-.57a1%201%200%200%200-.89.28l-4.12%204.16a1%201%200%200%200-.19%201.15L10%2019l-.56.56l-5.03-5.04L5%2014l1.71.86a1%201%200%200%200%201.15-.19L12%2010.51a1%201%200%200%200-.29-1.62L6.5%206.54l.9-.9l6.48%202.16a1%201%200%200%200%201-.24l3.24-3.24a1.07%201.07%200%200%201%201.53%200a1%201%200%200%201%20.32.76a1.06%201.06%200%200%201-.29.77%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%22M22%205.08a3.08%203.08%200%200%200-5.26-2.18l-2.81%202.81l-6.49-2.16a1%201%200%200%200-1%20.24L4.06%206.15a1%201%200%200%200%20.29%201.61l5.18%202.35l-2.6%202.6l-1.71-.86a1%201%200%200%200-1.16.15l-1.77%201.81a1%201%200%200%200%200%201.41l6.49%206.49a1%201%200%200%200%201.41%200L12%2019.94a1%201%200%200%200%20.19-1.16l-.86-1.71l2.6-2.6l2.35%205.18a1%201%200%200%200%201.61.29l2.36-2.36a1%201%200%200%200%20.24-1l-2.16-6.49l2.77-2.83a3.05%203.05%200%200%200%20.9-2.18m-2.32.77l-3.24%203.24a1%201%200%200%200-.24%201l2.16%206.48l-.9.9l-2.35-5.17a1%201%200%200%200-.73-.57a1%201%200%200%200-.89.28l-4.12%204.16a1%201%200%200%200-.19%201.15L10%2019l-.56.56l-5.03-5.04L5%2014l1.71.86a1%201%200%200%200%201.15-.19L12%2010.51a1%201%200%200%200-.29-1.62L6.5%206.54l.9-.9l6.48%202.16a1%201%200%200%200%201-.24l3.24-3.24a1.07%201.07%200%200%201%201.53%200a1%201%200%200%201%20.32.76a1.06%201.06%200%200%201-.29.77%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/plane-departure.svg?color=%231a73e8&size=48