plane departure icon

plane-departure-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
plane-departure-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

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="m9.674 3.827l5.267 5.315l4.25-1.139a3 3 0 1 1 1.572 5.79l-14.49 3.883a1 1 0 0 1-1.006-.303l-4.45-5.02a1 1 0 0 1 .49-1.629l2.896-.776a1 1 0 0 1 .759.1l2.091 1.207l1.217-.326l-3.062-5.107a1 1 0 0 1 .599-1.48l2.898-.777a1 1 0 0 1 .97.262M22 21a1 1 0 0 1-1 1H3a1 1 0 0 1 0-2h18a1 1 0 0 1 1 1"/></svg>

React

import type { SVGProps } from "react";

export function TablerPlaneDepartureFilled(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="m9.674 3.827l5.267 5.315l4.25-1.139a3 3 0 1 1 1.572 5.79l-14.49 3.883a1 1 0 0 1-1.006-.303l-4.45-5.02a1 1 0 0 1 .49-1.629l2.896-.776a1 1 0 0 1 .759.1l2.091 1.207l1.217-.326l-3.062-5.107a1 1 0 0 1 .599-1.48l2.898-.777a1 1 0 0 1 .97.262M22 21a1 1 0 0 1-1 1H3a1 1 0 0 1 0-2h18a1 1 0 0 1 1 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.674 3.827l5.267 5.315l4.25-1.139a3 3 0 1 1 1.572 5.79l-14.49 3.883a1 1 0 0 1-1.006-.303l-4.45-5.02a1 1 0 0 1 .49-1.629l2.896-.776a1 1 0 0 1 .759.1l2.091 1.207l1.217-.326l-3.062-5.107a1 1 0 0 1 .599-1.48l2.898-.777a1 1 0 0 1 .97.262M22 21a1 1 0 0 1-1 1H3a1 1 0 0 1 0-2h18a1 1 0 0 1 1 1"/></svg>
</template>

CSS

.icon-plane-departure-filled {
  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%22m9.674%203.827l5.267%205.315l4.25-1.139a3%203%200%201%201%201.572%205.79l-14.49%203.883a1%201%200%200%201-1.006-.303l-4.45-5.02a1%201%200%200%201%20.49-1.629l2.896-.776a1%201%200%200%201%20.759.1l2.091%201.207l1.217-.326l-3.062-5.107a1%201%200%200%201%20.599-1.48l2.898-.777a1%201%200%200%201%20.97.262M22%2021a1%201%200%200%201-1%201H3a1%201%200%200%201%200-2h18a1%201%200%200%201%201%201%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%22m9.674%203.827l5.267%205.315l4.25-1.139a3%203%200%201%201%201.572%205.79l-14.49%203.883a1%201%200%200%201-1.006-.303l-4.45-5.02a1%201%200%200%201%20.49-1.629l2.896-.776a1%201%200%200%201%20.759.1l2.091%201.207l1.217-.326l-3.062-5.107a1%201%200%200%201%20.599-1.48l2.898-.777a1%201%200%200%201%20.97.262M22%2021a1%201%200%200%201-1%201H3a1%201%200%200%201%200-2h18a1%201%200%200%201%201%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/plane-departure-filled.svg?color=%231a73e8&size=48