truck icon
truck from Unicons by Iconscout · Line · Transport · Apache-2.0 Free for personal and commercial use.
- Name
- truck
- Set
- Unicons
- Style
- Line
- Category
- Transport
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
truckAkar Iconstruck-filledAnt Design IconstruckBootstrap IconstruckBoxIcons v2 SolidtruckFont Awesome 6 SolidtruckFont Awesome RegulartruckFont Awesome SolidtruckFeather Iconstruck-outlineFlowbite IconstruckHeroIconstruckHuge IconstruckHumbleiconstruckIconParktruckIconPark OutlinetruckIconoirtruckLine AwesometruckLucidetruckMajesticonstruckMaterial Design Iconstruck-fillMingCute IcontruckMyna UI IconstruckPhosphortruckPixelarticonstruckPrime Icons
More transport icons from Unicons
Use the truck icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 12.5v5a1 1 0 0 0 1 1h1a3 3 0 0 0 6 0h6a3 3 0 0 0 6 0h1a1 1 0 0 0 1-1v-12a3 3 0 0 0-3-3h-9a3 3 0 0 0-3 3v2H6a3 3 0 0 0-2.4 1.2l-2.4 3.2a.6.6 0 0 0-.07.14l-.06.11a1 1 0 0 0-.07.35m16 6a1 1 0 1 1 1 1a1 1 0 0 1-1-1m-7-13a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v11h-.78a3 3 0 0 0-4.44 0H10Zm-2 6H4l1.2-1.6a1 1 0 0 1 .8-.4h2Zm-3 7a1 1 0 1 1 1 1a1 1 0 0 1-1-1m-2-5h5v2.78a3 3 0 0 0-4.22.22H3Z"/></svg>
React
import type { SVGProps } from "react";
export function UilTruck(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="M1 12.5v5a1 1 0 0 0 1 1h1a3 3 0 0 0 6 0h6a3 3 0 0 0 6 0h1a1 1 0 0 0 1-1v-12a3 3 0 0 0-3-3h-9a3 3 0 0 0-3 3v2H6a3 3 0 0 0-2.4 1.2l-2.4 3.2a.6.6 0 0 0-.07.14l-.06.11a1 1 0 0 0-.07.35m16 6a1 1 0 1 1 1 1a1 1 0 0 1-1-1m-7-13a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v11h-.78a3 3 0 0 0-4.44 0H10Zm-2 6H4l1.2-1.6a1 1 0 0 1 .8-.4h2Zm-3 7a1 1 0 1 1 1 1a1 1 0 0 1-1-1m-2-5h5v2.78a3 3 0 0 0-4.22.22H3Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 12.5v5a1 1 0 0 0 1 1h1a3 3 0 0 0 6 0h6a3 3 0 0 0 6 0h1a1 1 0 0 0 1-1v-12a3 3 0 0 0-3-3h-9a3 3 0 0 0-3 3v2H6a3 3 0 0 0-2.4 1.2l-2.4 3.2a.6.6 0 0 0-.07.14l-.06.11a1 1 0 0 0-.07.35m16 6a1 1 0 1 1 1 1a1 1 0 0 1-1-1m-7-13a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v11h-.78a3 3 0 0 0-4.44 0H10Zm-2 6H4l1.2-1.6a1 1 0 0 1 .8-.4h2Zm-3 7a1 1 0 1 1 1 1a1 1 0 0 1-1-1m-2-5h5v2.78a3 3 0 0 0-4.22.22H3Z"/></svg> </template>
CSS
.icon-truck {
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%22M1%2012.5v5a1%201%200%200%200%201%201h1a3%203%200%200%200%206%200h6a3%203%200%200%200%206%200h1a1%201%200%200%200%201-1v-12a3%203%200%200%200-3-3h-9a3%203%200%200%200-3%203v2H6a3%203%200%200%200-2.4%201.2l-2.4%203.2a.6.6%200%200%200-.07.14l-.06.11a1%201%200%200%200-.07.35m16%206a1%201%200%201%201%201%201a1%201%200%200%201-1-1m-7-13a1%201%200%200%201%201-1h9a1%201%200%200%201%201%201v11h-.78a3%203%200%200%200-4.44%200H10Zm-2%206H4l1.2-1.6a1%201%200%200%201%20.8-.4h2Zm-3%207a1%201%200%201%201%201%201a1%201%200%200%201-1-1m-2-5h5v2.78a3%203%200%200%200-4.22.22H3Z%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%22M1%2012.5v5a1%201%200%200%200%201%201h1a3%203%200%200%200%206%200h6a3%203%200%200%200%206%200h1a1%201%200%200%200%201-1v-12a3%203%200%200%200-3-3h-9a3%203%200%200%200-3%203v2H6a3%203%200%200%200-2.4%201.2l-2.4%203.2a.6.6%200%200%200-.07.14l-.06.11a1%201%200%200%200-.07.35m16%206a1%201%200%201%201%201%201a1%201%200%200%201-1-1m-7-13a1%201%200%200%201%201-1h9a1%201%200%200%201%201%201v11h-.78a3%203%200%200%200-4.44%200H10Zm-2%206H4l1.2-1.6a1%201%200%200%201%20.8-.4h2Zm-3%207a1%201%200%201%201%201%201a1%201%200%200%201-1-1m-2-5h5v2.78a3%203%200%200%200-4.22.22H3Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/truck.svg?color=%231a73e8&size=48