plane tilt icon

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

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

1 other variant in Tabler Icons

Related icons in Tabler Icons

Use the plane tilt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.107 2.893a3.047 3.047 0 0 1 .012 4.302L18.64 9.759l2.309 6.925a1 1 0 0 1-.235 1.016l-2.5 2.55a1 1 0 0 1-1.596-.229l-2.864-5.36L12 16.414V19a1 1 0 0 1-.293.707l-2 2a1 1 0 0 1-1.656-.39L6.71 17.29l-4.025-1.342a1 1 0 0 1-.391-1.656l2-2A1 1 0 0 1 5 12h2.586l1.757-1.757L4.026 7.38a1 1 0 0 1-.233-1.587l2.5-2.5a1 1 0 0 1 1.023-.242l6.925 2.309l2.552-2.467a3.05 3.05 0 0 1 4.314 0"/></svg>

React

import type { SVGProps } from "react";

export function TablerPlaneTiltFilled(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="M21.107 2.893a3.047 3.047 0 0 1 .012 4.302L18.64 9.759l2.309 6.925a1 1 0 0 1-.235 1.016l-2.5 2.55a1 1 0 0 1-1.596-.229l-2.864-5.36L12 16.414V19a1 1 0 0 1-.293.707l-2 2a1 1 0 0 1-1.656-.39L6.71 17.29l-4.025-1.342a1 1 0 0 1-.391-1.656l2-2A1 1 0 0 1 5 12h2.586l1.757-1.757L4.026 7.38a1 1 0 0 1-.233-1.587l2.5-2.5a1 1 0 0 1 1.023-.242l6.925 2.309l2.552-2.467a3.05 3.05 0 0 1 4.314 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.107 2.893a3.047 3.047 0 0 1 .012 4.302L18.64 9.759l2.309 6.925a1 1 0 0 1-.235 1.016l-2.5 2.55a1 1 0 0 1-1.596-.229l-2.864-5.36L12 16.414V19a1 1 0 0 1-.293.707l-2 2a1 1 0 0 1-1.656-.39L6.71 17.29l-4.025-1.342a1 1 0 0 1-.391-1.656l2-2A1 1 0 0 1 5 12h2.586l1.757-1.757L4.026 7.38a1 1 0 0 1-.233-1.587l2.5-2.5a1 1 0 0 1 1.023-.242l6.925 2.309l2.552-2.467a3.05 3.05 0 0 1 4.314 0"/></svg>
</template>

CSS

.icon-plane-tilt-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%22M21.107%202.893a3.047%203.047%200%200%201%20.012%204.302L18.64%209.759l2.309%206.925a1%201%200%200%201-.235%201.016l-2.5%202.55a1%201%200%200%201-1.596-.229l-2.864-5.36L12%2016.414V19a1%201%200%200%201-.293.707l-2%202a1%201%200%200%201-1.656-.39L6.71%2017.29l-4.025-1.342a1%201%200%200%201-.391-1.656l2-2A1%201%200%200%201%205%2012h2.586l1.757-1.757L4.026%207.38a1%201%200%200%201-.233-1.587l2.5-2.5a1%201%200%200%201%201.023-.242l6.925%202.309l2.552-2.467a3.05%203.05%200%200%201%204.314%200%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%22M21.107%202.893a3.047%203.047%200%200%201%20.012%204.302L18.64%209.759l2.309%206.925a1%201%200%200%201-.235%201.016l-2.5%202.55a1%201%200%200%201-1.596-.229l-2.864-5.36L12%2016.414V19a1%201%200%200%201-.293.707l-2%202a1%201%200%200%201-1.656-.39L6.71%2017.29l-4.025-1.342a1%201%200%200%201-.391-1.656l2-2A1%201%200%200%201%205%2012h2.586l1.757-1.757L4.026%207.38a1%201%200%200%201-.233-1.587l2.5-2.5a1%201%200%200%201%201.023-.242l6.925%202.309l2.552-2.467a3.05%203.05%200%200%201%204.314%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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