truck-pickup from Font Awesome Solid by Dave Gandy · Solid · Automotive · CC-BY-4.0 Attribution required.

Name
truck-pickup
Set
Font Awesome Solid
Style
Solid
Category
Automotive
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More automotive icons from Font Awesome Solid

Use the truck pickup icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m363.8 160l57.6 96H288v-96zM496 256l-77.4-128.9C407.1 107.8 386.2 96 363.8 96H256c-17.7 0-32 14.3-32 32v128H80c-26.5 0-48 21.5-48 48v80c-17.7 0-32 14.3-32 32s14.3 32 32 32h32.4c-.2 2.6-.4 5.3-.4 8c0 48.6 39.4 88 88 88s88-39.4 88-88c0-2.7-.1-5.4-.4-8h160.7c-.2 2.6-.4 5.3-.4 8c0 48.6 39.4 88 88 88s88-39.4 88-88c0-2.7-.1-5.4-.4-8h32.4c17.7 0 32-14.3 32-32s-14.3-32-32-32v-80c0-26.5-21.5-48-48-48h-64zM112 456c0-22.1 17.9-40 40-40s40 17.9 40 40s-17.9 40-40 40s-40-17.9-40-40m376-40c22.1 0 40 17.9 40 40s-17.9 40-40 40s-40-17.9-40-40s17.9-40 40-40"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidTruckPickup(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m363.8 160l57.6 96H288v-96zM496 256l-77.4-128.9C407.1 107.8 386.2 96 363.8 96H256c-17.7 0-32 14.3-32 32v128H80c-26.5 0-48 21.5-48 48v80c-17.7 0-32 14.3-32 32s14.3 32 32 32h32.4c-.2 2.6-.4 5.3-.4 8c0 48.6 39.4 88 88 88s88-39.4 88-88c0-2.7-.1-5.4-.4-8h160.7c-.2 2.6-.4 5.3-.4 8c0 48.6 39.4 88 88 88s88-39.4 88-88c0-2.7-.1-5.4-.4-8h32.4c17.7 0 32-14.3 32-32s-14.3-32-32-32v-80c0-26.5-21.5-48-48-48h-64zM112 456c0-22.1 17.9-40 40-40s40 17.9 40 40s-17.9 40-40 40s-40-17.9-40-40m376-40c22.1 0 40 17.9 40 40s-17.9 40-40 40s-40-17.9-40-40s17.9-40 40-40"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m363.8 160l57.6 96H288v-96zM496 256l-77.4-128.9C407.1 107.8 386.2 96 363.8 96H256c-17.7 0-32 14.3-32 32v128H80c-26.5 0-48 21.5-48 48v80c-17.7 0-32 14.3-32 32s14.3 32 32 32h32.4c-.2 2.6-.4 5.3-.4 8c0 48.6 39.4 88 88 88s88-39.4 88-88c0-2.7-.1-5.4-.4-8h160.7c-.2 2.6-.4 5.3-.4 8c0 48.6 39.4 88 88 88s88-39.4 88-88c0-2.7-.1-5.4-.4-8h32.4c17.7 0 32-14.3 32-32s-14.3-32-32-32v-80c0-26.5-21.5-48-48-48h-64zM112 456c0-22.1 17.9-40 40-40s40 17.9 40 40s-17.9 40-40 40s-40-17.9-40-40m376-40c22.1 0 40 17.9 40 40s-17.9 40-40 40s-40-17.9-40-40s17.9-40 40-40"/></svg>
</template>

CSS

.icon-truck-pickup {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m363.8%20160l57.6%2096H288v-96zM496%20256l-77.4-128.9C407.1%20107.8%20386.2%2096%20363.8%2096H256c-17.7%200-32%2014.3-32%2032v128H80c-26.5%200-48%2021.5-48%2048v80c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h32.4c-.2%202.6-.4%205.3-.4%208c0%2048.6%2039.4%2088%2088%2088s88-39.4%2088-88c0-2.7-.1-5.4-.4-8h160.7c-.2%202.6-.4%205.3-.4%208c0%2048.6%2039.4%2088%2088%2088s88-39.4%2088-88c0-2.7-.1-5.4-.4-8h32.4c17.7%200%2032-14.3%2032-32s-14.3-32-32-32v-80c0-26.5-21.5-48-48-48h-64zM112%20456c0-22.1%2017.9-40%2040-40s40%2017.9%2040%2040s-17.9%2040-40%2040s-40-17.9-40-40m376-40c22.1%200%2040%2017.9%2040%2040s-17.9%2040-40%2040s-40-17.9-40-40s17.9-40%2040-40%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m363.8%20160l57.6%2096H288v-96zM496%20256l-77.4-128.9C407.1%20107.8%20386.2%2096%20363.8%2096H256c-17.7%200-32%2014.3-32%2032v128H80c-26.5%200-48%2021.5-48%2048v80c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h32.4c-.2%202.6-.4%205.3-.4%208c0%2048.6%2039.4%2088%2088%2088s88-39.4%2088-88c0-2.7-.1-5.4-.4-8h160.7c-.2%202.6-.4%205.3-.4%208c0%2048.6%2039.4%2088%2088%2088s88-39.4%2088-88c0-2.7-.1-5.4-.4-8h32.4c17.7%200%2032-14.3%2032-32s-14.3-32-32-32v-80c0-26.5-21.5-48-48-48h-64zM112%20456c0-22.1%2017.9-40%2040-40s40%2017.9%2040%2040s-17.9%2040-40%2040s-40-17.9-40-40m376-40c22.1%200%2040%2017.9%2040%2040s-17.9%2040-40%2040s-40-17.9-40-40s17.9-40%2040-40%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/truck-pickup.svg?color=%231a73e8&size=48