Skip to main content

plane

designinterfacevector

General
react
import React from 'react';

export const Plane = (props) => (
  <svg {...props} xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#3b82f6" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
    <path d="M 17.8 19.2 L 16 11 L 20 4 C 20.6 3 20 2 19 2.2 L 12 6 L 4.8 4.2 C 4.1 4 3.5 4.5 3.7 5.2 L 5.5 12 L 3.5 14 L 1.5 13.5 C 1 13.3 0.5 13.7 0.7 14.2 L 2 17 L 7 16 L 11.5 20.5 C 12 21 12.8 21.2 13.4 20.8 L 17.8 19.2 Z" fill="none" stroke="#3b82f6" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
  </svg>
);

export default Plane;