Skip to main content

truck

designinterfacevector

General
react
import React from 'react';

export const Truck = (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 14 18 V 6 a 2 2 0 0 0 -2 -2 H 2 a 2 2 0 0 0 -2 2 v 11 a 1 1 0 0 0 1 1 h 2" fill="none" stroke="#3b82f6" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
    <path d="M 15 18 h 2 a 1 1 0 0 0 1 -1 v -3.28 a 1 1 0 0 0 -0.447 -0.832 l -2.4 -1.6 A 1 1 0 0 0 14.599 11 H 14" fill="none" stroke="#3b82f6" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
    <circle cx="5.5" cy="18.5" r="2.5" fill="none" stroke="#3b82f6" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
    <circle cx="18.5" cy="18.5" r="2.5" fill="none" stroke="#3b82f6" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
  </svg>
);

export default Truck;