delivery truck icon
delivery-truck-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- delivery-truck-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
Use the delivery truck icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.031 10.875l-2.136-3.543a1.76 1.76 0 0 0-1.497-.846h-1.677v-.249a2.73 2.73 0 0 0-.804-1.935a2.75 2.75 0 0 0-1.94-.802H3.994a2.73 2.73 0 0 0-2.541 1.687a2.7 2.7 0 0 0-.204 1.05v8.958a1.74 1.74 0 0 0 1.507 1.722q-.007.135 0 .269a3.15 3.15 0 0 0 .948 2.279A3.24 3.24 0 0 0 6 20.46a3.28 3.28 0 0 0 2.285-.956a3.26 3.26 0 0 0 .96-2.279a2 2 0 0 0 0-.248h5.509a2 2 0 0 0 0 .248a3.15 3.15 0 0 0 .948 2.28A3.24 3.24 0 0 0 18 20.5a3.28 3.28 0 0 0 2.285-.956a3.26 3.26 0 0 0 .959-2.279a2 2 0 0 0 0-.249H22a.76.76 0 0 0 .749-.746v-2.876c0-.89-.25-1.762-.719-2.519m-14.293 6.31a1.7 1.7 0 0 1-.519 1.225a1.79 1.79 0 0 1-2.466 0a1.73 1.73 0 0 1-.508-1.234a1.6 1.6 0 0 1 .14-.687c.132-.313.359-.577.648-.757a1.74 1.74 0 0 1 .998-.288c.338 0 .668.1.948.288c.287.183.513.446.65.757c.098.215.15.45.149.687zm3.244-4.976h-4.99a1 1 0 0 1-.999-.995a.994.994 0 0 1 .998-.996h4.991a1 1 0 0 1 .998.996a.994.994 0 0 1-.998.995m0-3.424h-4.99a1 1 0 0 1-.999-.995a.994.994 0 0 1 .998-.995h4.991a1 1 0 0 1 .998.995a.994.994 0 0 1-.998.995m8.734 8.4a1.7 1.7 0 0 1-.52 1.225a1.79 1.79 0 0 1-2.465 0a1.73 1.73 0 0 1-.509-1.234a1.64 1.64 0 0 1 .33-1.006c.246-.327.599-.56.998-.657h.25a.3.3 0 0 1 .139 0h.2c.303.035.592.148.838.329c.247.181.44.425.559.707c.099.215.15.45.15.686z"/><path fill="currentColor" d="M17.96 15.434a.3.3 0 0 0-.14 0z"/></svg>
React
import type { SVGProps } from "react";
export function MageDeliveryTruckFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.031 10.875l-2.136-3.543a1.76 1.76 0 0 0-1.497-.846h-1.677v-.249a2.73 2.73 0 0 0-.804-1.935a2.75 2.75 0 0 0-1.94-.802H3.994a2.73 2.73 0 0 0-2.541 1.687a2.7 2.7 0 0 0-.204 1.05v8.958a1.74 1.74 0 0 0 1.507 1.722q-.007.135 0 .269a3.15 3.15 0 0 0 .948 2.279A3.24 3.24 0 0 0 6 20.46a3.28 3.28 0 0 0 2.285-.956a3.26 3.26 0 0 0 .96-2.279a2 2 0 0 0 0-.248h5.509a2 2 0 0 0 0 .248a3.15 3.15 0 0 0 .948 2.28A3.24 3.24 0 0 0 18 20.5a3.28 3.28 0 0 0 2.285-.956a3.26 3.26 0 0 0 .959-2.279a2 2 0 0 0 0-.249H22a.76.76 0 0 0 .749-.746v-2.876c0-.89-.25-1.762-.719-2.519m-14.293 6.31a1.7 1.7 0 0 1-.519 1.225a1.79 1.79 0 0 1-2.466 0a1.73 1.73 0 0 1-.508-1.234a1.6 1.6 0 0 1 .14-.687c.132-.313.359-.577.648-.757a1.74 1.74 0 0 1 .998-.288c.338 0 .668.1.948.288c.287.183.513.446.65.757c.098.215.15.45.149.687zm3.244-4.976h-4.99a1 1 0 0 1-.999-.995a.994.994 0 0 1 .998-.996h4.991a1 1 0 0 1 .998.996a.994.994 0 0 1-.998.995m0-3.424h-4.99a1 1 0 0 1-.999-.995a.994.994 0 0 1 .998-.995h4.991a1 1 0 0 1 .998.995a.994.994 0 0 1-.998.995m8.734 8.4a1.7 1.7 0 0 1-.52 1.225a1.79 1.79 0 0 1-2.465 0a1.73 1.73 0 0 1-.509-1.234a1.64 1.64 0 0 1 .33-1.006c.246-.327.599-.56.998-.657h.25a.3.3 0 0 1 .139 0h.2c.303.035.592.148.838.329c.247.181.44.425.559.707c.099.215.15.45.15.686z"/><path fill="currentColor" d="M17.96 15.434a.3.3 0 0 0-.14 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.031 10.875l-2.136-3.543a1.76 1.76 0 0 0-1.497-.846h-1.677v-.249a2.73 2.73 0 0 0-.804-1.935a2.75 2.75 0 0 0-1.94-.802H3.994a2.73 2.73 0 0 0-2.541 1.687a2.7 2.7 0 0 0-.204 1.05v8.958a1.74 1.74 0 0 0 1.507 1.722q-.007.135 0 .269a3.15 3.15 0 0 0 .948 2.279A3.24 3.24 0 0 0 6 20.46a3.28 3.28 0 0 0 2.285-.956a3.26 3.26 0 0 0 .96-2.279a2 2 0 0 0 0-.248h5.509a2 2 0 0 0 0 .248a3.15 3.15 0 0 0 .948 2.28A3.24 3.24 0 0 0 18 20.5a3.28 3.28 0 0 0 2.285-.956a3.26 3.26 0 0 0 .959-2.279a2 2 0 0 0 0-.249H22a.76.76 0 0 0 .749-.746v-2.876c0-.89-.25-1.762-.719-2.519m-14.293 6.31a1.7 1.7 0 0 1-.519 1.225a1.79 1.79 0 0 1-2.466 0a1.73 1.73 0 0 1-.508-1.234a1.6 1.6 0 0 1 .14-.687c.132-.313.359-.577.648-.757a1.74 1.74 0 0 1 .998-.288c.338 0 .668.1.948.288c.287.183.513.446.65.757c.098.215.15.45.149.687zm3.244-4.976h-4.99a1 1 0 0 1-.999-.995a.994.994 0 0 1 .998-.996h4.991a1 1 0 0 1 .998.996a.994.994 0 0 1-.998.995m0-3.424h-4.99a1 1 0 0 1-.999-.995a.994.994 0 0 1 .998-.995h4.991a1 1 0 0 1 .998.995a.994.994 0 0 1-.998.995m8.734 8.4a1.7 1.7 0 0 1-.52 1.225a1.79 1.79 0 0 1-2.465 0a1.73 1.73 0 0 1-.509-1.234a1.64 1.64 0 0 1 .33-1.006c.246-.327.599-.56.998-.657h.25a.3.3 0 0 1 .139 0h.2c.303.035.592.148.838.329c.247.181.44.425.559.707c.099.215.15.45.15.686z"/><path fill="currentColor" d="M17.96 15.434a.3.3 0 0 0-.14 0z"/></svg> </template>
CSS
.icon-delivery-truck-fill {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22.031%2010.875l-2.136-3.543a1.76%201.76%200%200%200-1.497-.846h-1.677v-.249a2.73%202.73%200%200%200-.804-1.935a2.75%202.75%200%200%200-1.94-.802H3.994a2.73%202.73%200%200%200-2.541%201.687a2.7%202.7%200%200%200-.204%201.05v8.958a1.74%201.74%200%200%200%201.507%201.722q-.007.135%200%20.269a3.15%203.15%200%200%200%20.948%202.279A3.24%203.24%200%200%200%206%2020.46a3.28%203.28%200%200%200%202.285-.956a3.26%203.26%200%200%200%20.96-2.279a2%202%200%200%200%200-.248h5.509a2%202%200%200%200%200%20.248a3.15%203.15%200%200%200%20.948%202.28A3.24%203.24%200%200%200%2018%2020.5a3.28%203.28%200%200%200%202.285-.956a3.26%203.26%200%200%200%20.959-2.279a2%202%200%200%200%200-.249H22a.76.76%200%200%200%20.749-.746v-2.876c0-.89-.25-1.762-.719-2.519m-14.293%206.31a1.7%201.7%200%200%201-.519%201.225a1.79%201.79%200%200%201-2.466%200a1.73%201.73%200%200%201-.508-1.234a1.6%201.6%200%200%201%20.14-.687c.132-.313.359-.577.648-.757a1.74%201.74%200%200%201%20.998-.288c.338%200%20.668.1.948.288c.287.183.513.446.65.757c.098.215.15.45.149.687zm3.244-4.976h-4.99a1%201%200%200%201-.999-.995a.994.994%200%200%201%20.998-.996h4.991a1%201%200%200%201%20.998.996a.994.994%200%200%201-.998.995m0-3.424h-4.99a1%201%200%200%201-.999-.995a.994.994%200%200%201%20.998-.995h4.991a1%201%200%200%201%20.998.995a.994.994%200%200%201-.998.995m8.734%208.4a1.7%201.7%200%200%201-.52%201.225a1.79%201.79%200%200%201-2.465%200a1.73%201.73%200%200%201-.509-1.234a1.64%201.64%200%200%201%20.33-1.006c.246-.327.599-.56.998-.657h.25a.3.3%200%200%201%20.139%200h.2c.303.035.592.148.838.329c.247.181.44.425.559.707c.099.215.15.45.15.686z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.96%2015.434a.3.3%200%200%200-.14%200z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22.031%2010.875l-2.136-3.543a1.76%201.76%200%200%200-1.497-.846h-1.677v-.249a2.73%202.73%200%200%200-.804-1.935a2.75%202.75%200%200%200-1.94-.802H3.994a2.73%202.73%200%200%200-2.541%201.687a2.7%202.7%200%200%200-.204%201.05v8.958a1.74%201.74%200%200%200%201.507%201.722q-.007.135%200%20.269a3.15%203.15%200%200%200%20.948%202.279A3.24%203.24%200%200%200%206%2020.46a3.28%203.28%200%200%200%202.285-.956a3.26%203.26%200%200%200%20.96-2.279a2%202%200%200%200%200-.248h5.509a2%202%200%200%200%200%20.248a3.15%203.15%200%200%200%20.948%202.28A3.24%203.24%200%200%200%2018%2020.5a3.28%203.28%200%200%200%202.285-.956a3.26%203.26%200%200%200%20.959-2.279a2%202%200%200%200%200-.249H22a.76.76%200%200%200%20.749-.746v-2.876c0-.89-.25-1.762-.719-2.519m-14.293%206.31a1.7%201.7%200%200%201-.519%201.225a1.79%201.79%200%200%201-2.466%200a1.73%201.73%200%200%201-.508-1.234a1.6%201.6%200%200%201%20.14-.687c.132-.313.359-.577.648-.757a1.74%201.74%200%200%201%20.998-.288c.338%200%20.668.1.948.288c.287.183.513.446.65.757c.098.215.15.45.149.687zm3.244-4.976h-4.99a1%201%200%200%201-.999-.995a.994.994%200%200%201%20.998-.996h4.991a1%201%200%200%201%20.998.996a.994.994%200%200%201-.998.995m0-3.424h-4.99a1%201%200%200%201-.999-.995a.994.994%200%200%201%20.998-.995h4.991a1%201%200%200%201%20.998.995a.994.994%200%200%201-.998.995m8.734%208.4a1.7%201.7%200%200%201-.52%201.225a1.79%201.79%200%200%201-2.465%200a1.73%201.73%200%200%201-.509-1.234a1.64%201.64%200%200%201%20.33-1.006c.246-.327.599-.56.998-.657h.25a.3.3%200%200%201%20.139%200h.2c.303.035.592.148.838.329c.247.181.44.425.559.707c.099.215.15.45.15.686z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.96%2015.434a.3.3%200%200%200-.14%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/delivery-truck-fill.svg?color=%231a73e8&size=48