truck pickup icon
truck-pickup from Font Awesome 6 Solid by Dave Gandy · Regular · Automotive · CC-BY-4.0 Attribution required.
- Name
- truck-pickup
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Automotive
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
More automotive icons from Font Awesome 6 Solid
Use the truck pickup icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="m368.6 96l76.8 96H288V96zM224 80v112H64c-17.7 0-32 14.3-32 32v64c-17.7 0-32 14.3-32 32s14.3 32 32 32h33.1c-.7 5.2-1.1 10.6-1.1 16c0 61.9 50.1 112 112 112s112-50.1 112-112c0-5.4-.4-10.8-1.1-16h66.3c-.7 5.2-1.1 10.6-1.1 16c0 61.9 50.1 112 112 112s112-50.1 112-112c0-5.4-.4-10.8-1.1-16h33.1c17.7 0 32-14.3 32-32s-14.3-32-32-32v-64c0-17.7-14.3-32-32-32h-48.6L418.6 56c-12.1-15.2-30.5-24-50-24H272c-26.5 0-48 21.5-48 48m0 288a48 48 0 1 1-96 0a48 48 0 1 1 96 0m288 0a48 48 0 1 1-96 0a48 48 0 1 1 96 0"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidTruckPickup(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="m368.6 96l76.8 96H288V96zM224 80v112H64c-17.7 0-32 14.3-32 32v64c-17.7 0-32 14.3-32 32s14.3 32 32 32h33.1c-.7 5.2-1.1 10.6-1.1 16c0 61.9 50.1 112 112 112s112-50.1 112-112c0-5.4-.4-10.8-1.1-16h66.3c-.7 5.2-1.1 10.6-1.1 16c0 61.9 50.1 112 112 112s112-50.1 112-112c0-5.4-.4-10.8-1.1-16h33.1c17.7 0 32-14.3 32-32s-14.3-32-32-32v-64c0-17.7-14.3-32-32-32h-48.6L418.6 56c-12.1-15.2-30.5-24-50-24H272c-26.5 0-48 21.5-48 48m0 288a48 48 0 1 1-96 0a48 48 0 1 1 96 0m288 0a48 48 0 1 1-96 0a48 48 0 1 1 96 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="m368.6 96l76.8 96H288V96zM224 80v112H64c-17.7 0-32 14.3-32 32v64c-17.7 0-32 14.3-32 32s14.3 32 32 32h33.1c-.7 5.2-1.1 10.6-1.1 16c0 61.9 50.1 112 112 112s112-50.1 112-112c0-5.4-.4-10.8-1.1-16h66.3c-.7 5.2-1.1 10.6-1.1 16c0 61.9 50.1 112 112 112s112-50.1 112-112c0-5.4-.4-10.8-1.1-16h33.1c17.7 0 32-14.3 32-32s-14.3-32-32-32v-64c0-17.7-14.3-32-32-32h-48.6L418.6 56c-12.1-15.2-30.5-24-50-24H272c-26.5 0-48 21.5-48 48m0 288a48 48 0 1 1-96 0a48 48 0 1 1 96 0m288 0a48 48 0 1 1-96 0a48 48 0 1 1 96 0"/></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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m368.6%2096l76.8%2096H288V96zM224%2080v112H64c-17.7%200-32%2014.3-32%2032v64c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h33.1c-.7%205.2-1.1%2010.6-1.1%2016c0%2061.9%2050.1%20112%20112%20112s112-50.1%20112-112c0-5.4-.4-10.8-1.1-16h66.3c-.7%205.2-1.1%2010.6-1.1%2016c0%2061.9%2050.1%20112%20112%20112s112-50.1%20112-112c0-5.4-.4-10.8-1.1-16h33.1c17.7%200%2032-14.3%2032-32s-14.3-32-32-32v-64c0-17.7-14.3-32-32-32h-48.6L418.6%2056c-12.1-15.2-30.5-24-50-24H272c-26.5%200-48%2021.5-48%2048m0%20288a48%2048%200%201%201-96%200a48%2048%200%201%201%2096%200m288%200a48%2048%200%201%201-96%200a48%2048%200%201%201%2096%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m368.6%2096l76.8%2096H288V96zM224%2080v112H64c-17.7%200-32%2014.3-32%2032v64c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h33.1c-.7%205.2-1.1%2010.6-1.1%2016c0%2061.9%2050.1%20112%20112%20112s112-50.1%20112-112c0-5.4-.4-10.8-1.1-16h66.3c-.7%205.2-1.1%2010.6-1.1%2016c0%2061.9%2050.1%20112%20112%20112s112-50.1%20112-112c0-5.4-.4-10.8-1.1-16h33.1c17.7%200%2032-14.3%2032-32s-14.3-32-32-32v-64c0-17.7-14.3-32-32-32h-48.6L418.6%2056c-12.1-15.2-30.5-24-50-24H272c-26.5%200-48%2021.5-48%2048m0%20288a48%2048%200%201%201-96%200a48%2048%200%201%201%2096%200m288%200a48%2048%200%201%201-96%200a48%2048%200%201%201%2096%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/truck-pickup.svg?color=%231a73e8&size=48