plane2 icon

plane2 from Reicon by REICON · Outline · Messages · MIT Free for personal and commercial use.

Name
plane2
Set
Reicon
Style
Outline
Category
Messages
Viewbox
24×24
License
MIT

2 other variants in Reicon

More messages icons from Reicon

Use the plane2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.374 2.83c-.992.176-2.334.62-4.23 1.253l-9.332 3.11c-1.06.354-1.787.598-2.294.841c-.503.242-.637.414-.689.539a1 1 0 0 0-.078.33c-.01.134.033.348.375.79c.345.444.886.987 1.676 1.777l.283.283l.04.04c.216.216.391.39.528.593c.269.395.421.858.44 1.336c.01.244-.027.489-.072.79l-.009.056a28 28 0 0 0-.2 1.485c-.032.359-.02.556.011.693q.034.146.088.282L20.189 2.75c-.214-.004-.48.02-.815.08m2.669-.873c.765.766.804 1.81.604 2.931c-.198 1.114-.68 2.56-1.286 4.378l-3.168 9.504c-.324.972-.59 1.768-.87 2.357c-.287.602-.656 1.136-1.27 1.407a2.6 2.6 0 0 1-.906.213c-.671.033-1.24-.28-1.765-.69c-.515-.4-1.108-.994-1.832-1.718l-.288-.288c-.284-.284-.357-.352-.428-.4a1.06 1.06 0 0 0-.526-.177c-.087-.005-.185.005-.583.059l-.096.013c-.633.086-1.141.155-1.553.185c-.42.032-.799.03-1.162-.06a3.46 3.46 0 0 1-2.553-2.589c-.083-.364-.08-.743-.043-1.162c.036-.411.113-.919.207-1.55l.004-.024c.058-.385.069-.481.066-.565a1.06 1.06 0 0 0-.183-.553c-.047-.069-.112-.139-.388-.414l-.32-.32c-.744-.744-1.353-1.354-1.763-1.882c-.42-.54-.735-1.127-.686-1.816a2.6 2.6 0 0 1 .188-.797c.265-.639.809-1.021 1.426-1.317c.602-.29 1.42-.562 2.419-.895l9.445-3.148c1.818-.606 3.264-1.089 4.378-1.287c1.122-.2 2.166-.16 2.932.605M21.25 3.81L6.953 18.107q.153.066.318.107c.137.034.334.048.693.022c.361-.027.825-.09 1.487-.18l.072-.01l.058-.008c.311-.042.565-.076.817-.061a2.56 2.56 0 0 1 1.27.428c.21.14.391.322.613.544l.042.042l.251.25c.77.77 1.298 1.297 1.73 1.634c.43.335.64.38.77.374q.195-.01.374-.088c.12-.053.286-.187.52-.68c.237-.494.474-1.201.818-2.233l3.13-9.392c.633-1.897 1.078-3.238 1.255-4.23c.06-.336.083-.602.08-.816" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconPlane2(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" fillRule="evenodd" d="M19.374 2.83c-.992.176-2.334.62-4.23 1.253l-9.332 3.11c-1.06.354-1.787.598-2.294.841c-.503.242-.637.414-.689.539a1 1 0 0 0-.078.33c-.01.134.033.348.375.79c.345.444.886.987 1.676 1.777l.283.283l.04.04c.216.216.391.39.528.593c.269.395.421.858.44 1.336c.01.244-.027.489-.072.79l-.009.056a28 28 0 0 0-.2 1.485c-.032.359-.02.556.011.693q.034.146.088.282L20.189 2.75c-.214-.004-.48.02-.815.08m2.669-.873c.765.766.804 1.81.604 2.931c-.198 1.114-.68 2.56-1.286 4.378l-3.168 9.504c-.324.972-.59 1.768-.87 2.357c-.287.602-.656 1.136-1.27 1.407a2.6 2.6 0 0 1-.906.213c-.671.033-1.24-.28-1.765-.69c-.515-.4-1.108-.994-1.832-1.718l-.288-.288c-.284-.284-.357-.352-.428-.4a1.06 1.06 0 0 0-.526-.177c-.087-.005-.185.005-.583.059l-.096.013c-.633.086-1.141.155-1.553.185c-.42.032-.799.03-1.162-.06a3.46 3.46 0 0 1-2.553-2.589c-.083-.364-.08-.743-.043-1.162c.036-.411.113-.919.207-1.55l.004-.024c.058-.385.069-.481.066-.565a1.06 1.06 0 0 0-.183-.553c-.047-.069-.112-.139-.388-.414l-.32-.32c-.744-.744-1.353-1.354-1.763-1.882c-.42-.54-.735-1.127-.686-1.816a2.6 2.6 0 0 1 .188-.797c.265-.639.809-1.021 1.426-1.317c.602-.29 1.42-.562 2.419-.895l9.445-3.148c1.818-.606 3.264-1.089 4.378-1.287c1.122-.2 2.166-.16 2.932.605M21.25 3.81L6.953 18.107q.153.066.318.107c.137.034.334.048.693.022c.361-.027.825-.09 1.487-.18l.072-.01l.058-.008c.311-.042.565-.076.817-.061a2.56 2.56 0 0 1 1.27.428c.21.14.391.322.613.544l.042.042l.251.25c.77.77 1.298 1.297 1.73 1.634c.43.335.64.38.77.374q.195-.01.374-.088c.12-.053.286-.187.52-.68c.237-.494.474-1.201.818-2.233l3.13-9.392c.633-1.897 1.078-3.238 1.255-4.23c.06-.336.083-.602.08-.816" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.374 2.83c-.992.176-2.334.62-4.23 1.253l-9.332 3.11c-1.06.354-1.787.598-2.294.841c-.503.242-.637.414-.689.539a1 1 0 0 0-.078.33c-.01.134.033.348.375.79c.345.444.886.987 1.676 1.777l.283.283l.04.04c.216.216.391.39.528.593c.269.395.421.858.44 1.336c.01.244-.027.489-.072.79l-.009.056a28 28 0 0 0-.2 1.485c-.032.359-.02.556.011.693q.034.146.088.282L20.189 2.75c-.214-.004-.48.02-.815.08m2.669-.873c.765.766.804 1.81.604 2.931c-.198 1.114-.68 2.56-1.286 4.378l-3.168 9.504c-.324.972-.59 1.768-.87 2.357c-.287.602-.656 1.136-1.27 1.407a2.6 2.6 0 0 1-.906.213c-.671.033-1.24-.28-1.765-.69c-.515-.4-1.108-.994-1.832-1.718l-.288-.288c-.284-.284-.357-.352-.428-.4a1.06 1.06 0 0 0-.526-.177c-.087-.005-.185.005-.583.059l-.096.013c-.633.086-1.141.155-1.553.185c-.42.032-.799.03-1.162-.06a3.46 3.46 0 0 1-2.553-2.589c-.083-.364-.08-.743-.043-1.162c.036-.411.113-.919.207-1.55l.004-.024c.058-.385.069-.481.066-.565a1.06 1.06 0 0 0-.183-.553c-.047-.069-.112-.139-.388-.414l-.32-.32c-.744-.744-1.353-1.354-1.763-1.882c-.42-.54-.735-1.127-.686-1.816a2.6 2.6 0 0 1 .188-.797c.265-.639.809-1.021 1.426-1.317c.602-.29 1.42-.562 2.419-.895l9.445-3.148c1.818-.606 3.264-1.089 4.378-1.287c1.122-.2 2.166-.16 2.932.605M21.25 3.81L6.953 18.107q.153.066.318.107c.137.034.334.048.693.022c.361-.027.825-.09 1.487-.18l.072-.01l.058-.008c.311-.042.565-.076.817-.061a2.56 2.56 0 0 1 1.27.428c.21.14.391.322.613.544l.042.042l.251.25c.77.77 1.298 1.297 1.73 1.634c.43.335.64.38.77.374q.195-.01.374-.088c.12-.053.286-.187.52-.68c.237-.494.474-1.201.818-2.233l3.13-9.392c.633-1.897 1.078-3.238 1.255-4.23c.06-.336.083-.602.08-.816" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-plane2 {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M19.374%202.83c-.992.176-2.334.62-4.23%201.253l-9.332%203.11c-1.06.354-1.787.598-2.294.841c-.503.242-.637.414-.689.539a1%201%200%200%200-.078.33c-.01.134.033.348.375.79c.345.444.886.987%201.676%201.777l.283.283l.04.04c.216.216.391.39.528.593c.269.395.421.858.44%201.336c.01.244-.027.489-.072.79l-.009.056a28%2028%200%200%200-.2%201.485c-.032.359-.02.556.011.693q.034.146.088.282L20.189%202.75c-.214-.004-.48.02-.815.08m2.669-.873c.765.766.804%201.81.604%202.931c-.198%201.114-.68%202.56-1.286%204.378l-3.168%209.504c-.324.972-.59%201.768-.87%202.357c-.287.602-.656%201.136-1.27%201.407a2.6%202.6%200%200%201-.906.213c-.671.033-1.24-.28-1.765-.69c-.515-.4-1.108-.994-1.832-1.718l-.288-.288c-.284-.284-.357-.352-.428-.4a1.06%201.06%200%200%200-.526-.177c-.087-.005-.185.005-.583.059l-.096.013c-.633.086-1.141.155-1.553.185c-.42.032-.799.03-1.162-.06a3.46%203.46%200%200%201-2.553-2.589c-.083-.364-.08-.743-.043-1.162c.036-.411.113-.919.207-1.55l.004-.024c.058-.385.069-.481.066-.565a1.06%201.06%200%200%200-.183-.553c-.047-.069-.112-.139-.388-.414l-.32-.32c-.744-.744-1.353-1.354-1.763-1.882c-.42-.54-.735-1.127-.686-1.816a2.6%202.6%200%200%201%20.188-.797c.265-.639.809-1.021%201.426-1.317c.602-.29%201.42-.562%202.419-.895l9.445-3.148c1.818-.606%203.264-1.089%204.378-1.287c1.122-.2%202.166-.16%202.932.605M21.25%203.81L6.953%2018.107q.153.066.318.107c.137.034.334.048.693.022c.361-.027.825-.09%201.487-.18l.072-.01l.058-.008c.311-.042.565-.076.817-.061a2.56%202.56%200%200%201%201.27.428c.21.14.391.322.613.544l.042.042l.251.25c.77.77%201.298%201.297%201.73%201.634c.43.335.64.38.77.374q.195-.01.374-.088c.12-.053.286-.187.52-.68c.237-.494.474-1.201.818-2.233l3.13-9.392c.633-1.897%201.078-3.238%201.255-4.23c.06-.336.083-.602.08-.816%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M19.374%202.83c-.992.176-2.334.62-4.23%201.253l-9.332%203.11c-1.06.354-1.787.598-2.294.841c-.503.242-.637.414-.689.539a1%201%200%200%200-.078.33c-.01.134.033.348.375.79c.345.444.886.987%201.676%201.777l.283.283l.04.04c.216.216.391.39.528.593c.269.395.421.858.44%201.336c.01.244-.027.489-.072.79l-.009.056a28%2028%200%200%200-.2%201.485c-.032.359-.02.556.011.693q.034.146.088.282L20.189%202.75c-.214-.004-.48.02-.815.08m2.669-.873c.765.766.804%201.81.604%202.931c-.198%201.114-.68%202.56-1.286%204.378l-3.168%209.504c-.324.972-.59%201.768-.87%202.357c-.287.602-.656%201.136-1.27%201.407a2.6%202.6%200%200%201-.906.213c-.671.033-1.24-.28-1.765-.69c-.515-.4-1.108-.994-1.832-1.718l-.288-.288c-.284-.284-.357-.352-.428-.4a1.06%201.06%200%200%200-.526-.177c-.087-.005-.185.005-.583.059l-.096.013c-.633.086-1.141.155-1.553.185c-.42.032-.799.03-1.162-.06a3.46%203.46%200%200%201-2.553-2.589c-.083-.364-.08-.743-.043-1.162c.036-.411.113-.919.207-1.55l.004-.024c.058-.385.069-.481.066-.565a1.06%201.06%200%200%200-.183-.553c-.047-.069-.112-.139-.388-.414l-.32-.32c-.744-.744-1.353-1.354-1.763-1.882c-.42-.54-.735-1.127-.686-1.816a2.6%202.6%200%200%201%20.188-.797c.265-.639.809-1.021%201.426-1.317c.602-.29%201.42-.562%202.419-.895l9.445-3.148c1.818-.606%203.264-1.089%204.378-1.287c1.122-.2%202.166-.16%202.932.605M21.25%203.81L6.953%2018.107q.153.066.318.107c.137.034.334.048.693.022c.361-.027.825-.09%201.487-.18l.072-.01l.058-.008c.311-.042.565-.076.817-.061a2.56%202.56%200%200%201%201.27.428c.21.14.391.322.613.544l.042.042l.251.25c.77.77%201.298%201.297%201.73%201.634c.43.335.64.38.77.374q.195-.01.374-.088c.12-.053.286-.187.52-.68c.237-.494.474-1.201.818-2.233l3.13-9.392c.633-1.897%201.078-3.238%201.255-4.23c.06-.336.083-.602.08-.816%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/plane2.svg?color=%231a73e8&size=48