truck droplet icon
truck-droplet from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- truck-droplet
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the truck droplet icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M0 48C0 21.5 21.5 0 48 0h320c26.5 0 48 21.5 48 48v48h50.7c17 0 33.3 6.7 45.3 18.7l77.3 77.3c12 12 18.7 28.3 18.7 45.3V352c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H48c-26.5 0-48-21.5-48-48zm416 208h128v-18.7L466.7 160H416zM160 464a48 48 0 1 0 0-96a48 48 0 1 0 0 96m368-48a48 48 0 1 0-96 0a48 48 0 1 0 96 0M208 272c39.8 0 72-29.6 72-66c0-27-39.4-82.9-59.9-110.3c-6.1-8.2-18.1-8.2-24.2 0C175.4 123 136 179 136 206c0 36.5 32.2 66 72 66"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidTruckDroplet(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="M0 48C0 21.5 21.5 0 48 0h320c26.5 0 48 21.5 48 48v48h50.7c17 0 33.3 6.7 45.3 18.7l77.3 77.3c12 12 18.7 28.3 18.7 45.3V352c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H48c-26.5 0-48-21.5-48-48zm416 208h128v-18.7L466.7 160H416zM160 464a48 48 0 1 0 0-96a48 48 0 1 0 0 96m368-48a48 48 0 1 0-96 0a48 48 0 1 0 96 0M208 272c39.8 0 72-29.6 72-66c0-27-39.4-82.9-59.9-110.3c-6.1-8.2-18.1-8.2-24.2 0C175.4 123 136 179 136 206c0 36.5 32.2 66 72 66"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M0 48C0 21.5 21.5 0 48 0h320c26.5 0 48 21.5 48 48v48h50.7c17 0 33.3 6.7 45.3 18.7l77.3 77.3c12 12 18.7 28.3 18.7 45.3V352c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H48c-26.5 0-48-21.5-48-48zm416 208h128v-18.7L466.7 160H416zM160 464a48 48 0 1 0 0-96a48 48 0 1 0 0 96m368-48a48 48 0 1 0-96 0a48 48 0 1 0 96 0M208 272c39.8 0 72-29.6 72-66c0-27-39.4-82.9-59.9-110.3c-6.1-8.2-18.1-8.2-24.2 0C175.4 123 136 179 136 206c0 36.5 32.2 66 72 66"/></svg> </template>
CSS
.icon-truck-droplet {
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%22M0%2048C0%2021.5%2021.5%200%2048%200h320c26.5%200%2048%2021.5%2048%2048v48h50.7c17%200%2033.3%206.7%2045.3%2018.7l77.3%2077.3c12%2012%2018.7%2028.3%2018.7%2045.3V352c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-32c0%2053-43%2096-96%2096s-96-43-96-96H256c0%2053-43%2096-96%2096s-96-43-96-96H48c-26.5%200-48-21.5-48-48zm416%20208h128v-18.7L466.7%20160H416zM160%20464a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096m368-48a48%2048%200%201%200-96%200a48%2048%200%201%200%2096%200M208%20272c39.8%200%2072-29.6%2072-66c0-27-39.4-82.9-59.9-110.3c-6.1-8.2-18.1-8.2-24.2%200C175.4%20123%20136%20179%20136%20206c0%2036.5%2032.2%2066%2072%2066%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%22M0%2048C0%2021.5%2021.5%200%2048%200h320c26.5%200%2048%2021.5%2048%2048v48h50.7c17%200%2033.3%206.7%2045.3%2018.7l77.3%2077.3c12%2012%2018.7%2028.3%2018.7%2045.3V352c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-32c0%2053-43%2096-96%2096s-96-43-96-96H256c0%2053-43%2096-96%2096s-96-43-96-96H48c-26.5%200-48-21.5-48-48zm416%20208h128v-18.7L466.7%20160H416zM160%20464a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096m368-48a48%2048%200%201%200-96%200a48%2048%200%201%200%2096%200M208%20272c39.8%200%2072-29.6%2072-66c0-27-39.4-82.9-59.9-110.3c-6.1-8.2-18.1-8.2-24.2%200C175.4%20123%20136%20179%20136%20206c0%2036.5%2032.2%2066%2072%2066%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/truck-droplet.svg?color=%231a73e8&size=48