truck icon
truck from IconPark by ByteDance · Color · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- truck
- Set
- IconPark
- Style
- Color
- Category
- Hardware
- Viewbox
- 48×48
- 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 IconstruckHumbleiconstruckIconPark OutlinetruckIconoirtruckLine AwesometruckLucidetruckMajesticonstruckMaterial Design Iconstruck-fillMingCute IcontruckMyna UI IconstruckPhosphortruckPixelarticonstruckPrime Iconstruck-fillRemix Icon
More hardware icons from IconPark
Use the truck icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path d="M12 39C14.2091 39 16 37.2091 16 35C16 32.7909 14.2091 31 12 31C9.79086 31 8 32.7909 8 35C8 37.2091 9.79086 39 12 39Z"/><path d="M35 39C37.2091 39 39 37.2091 39 35C39 32.7909 37.2091 31 35 31C32.7909 31 31 32.7909 31 35C31 37.2091 32.7909 39 35 39Z"/><path stroke-linecap="round" d="M8 35H2V11H31V35H16"/><path stroke-linecap="round" d="M31 35V18H39.5714L46 26.5V35H39.8112"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkTruck(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path d="M12 39C14.2091 39 16 37.2091 16 35C16 32.7909 14.2091 31 12 31C9.79086 31 8 32.7909 8 35C8 37.2091 9.79086 39 12 39Z"/><path d="M35 39C37.2091 39 39 37.2091 39 35C39 32.7909 37.2091 31 35 31C32.7909 31 31 32.7909 31 35C31 37.2091 32.7909 39 35 39Z"/><path strokeLinecap="round" d="M8 35H2V11H31V35H16"/><path strokeLinecap="round" d="M31 35V18H39.5714L46 26.5V35H39.8112"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path d="M12 39C14.2091 39 16 37.2091 16 35C16 32.7909 14.2091 31 12 31C9.79086 31 8 32.7909 8 35C8 37.2091 9.79086 39 12 39Z"/><path d="M35 39C37.2091 39 39 37.2091 39 35C39 32.7909 37.2091 31 35 31C32.7909 31 31 32.7909 31 35C31 37.2091 32.7909 39 35 39Z"/><path stroke-linecap="round" d="M8 35H2V11H31V35H16"/><path stroke-linecap="round" d="M31 35V18H39.5714L46 26.5V35H39.8112"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M12%2039C14.2091%2039%2016%2037.2091%2016%2035C16%2032.7909%2014.2091%2031%2012%2031C9.79086%2031%208%2032.7909%208%2035C8%2037.2091%209.79086%2039%2012%2039Z%22%2F%3E%3Cpath%20d%3D%22M35%2039C37.2091%2039%2039%2037.2091%2039%2035C39%2032.7909%2037.2091%2031%2035%2031C32.7909%2031%2031%2032.7909%2031%2035C31%2037.2091%2032.7909%2039%2035%2039Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2035H2V11H31V35H16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M31%2035V18H39.5714L46%2026.5V35H39.8112%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M12%2039C14.2091%2039%2016%2037.2091%2016%2035C16%2032.7909%2014.2091%2031%2012%2031C9.79086%2031%208%2032.7909%208%2035C8%2037.2091%209.79086%2039%2012%2039Z%22%2F%3E%3Cpath%20d%3D%22M35%2039C37.2091%2039%2039%2037.2091%2039%2035C39%2032.7909%2037.2091%2031%2035%2031C32.7909%2031%2031%2032.7909%2031%2035C31%2037.2091%2032.7909%2039%2035%2039Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2035H2V11H31V35H16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M31%2035V18H39.5714L46%2026.5V35H39.8112%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/truck.svg?color=%231a73e8&size=48