semi truck icon
semi-truck from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- semi-truck
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the semi truck icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M19 13.5h-1c-.943 0-1.414 0-1.707-.293S16 12.443 16 11.5v-3m3 5v-5m0 5c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765c0 .943 0 1.414-.293 1.707s-.764.293-1.707.293h-.5M16 8.5h-3m3 0h3m-6 0v10h2.5M13 8.5v-3h3c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C19 7.102 19 7.568 19 8.5m-6-3c0-.943 0-1.414-.293-1.707S11.943 3.5 11 3.5m-3 15h5v-5H4c-.943 0-1.414 0-1.707.293S2 14.557 2 15.5v1c0 .943 0 1.414.293 1.707S3.057 18.5 4 18.5"/><path d="M19.5 18.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0M8 18.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSemiTruck(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M19 13.5h-1c-.943 0-1.414 0-1.707-.293S16 12.443 16 11.5v-3m3 5v-5m0 5c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765c0 .943 0 1.414-.293 1.707s-.764.293-1.707.293h-.5M16 8.5h-3m3 0h3m-6 0v10h2.5M13 8.5v-3h3c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C19 7.102 19 7.568 19 8.5m-6-3c0-.943 0-1.414-.293-1.707S11.943 3.5 11 3.5m-3 15h5v-5H4c-.943 0-1.414 0-1.707.293S2 14.557 2 15.5v1c0 .943 0 1.414.293 1.707S3.057 18.5 4 18.5"/><path d="M19.5 18.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0M8 18.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M19 13.5h-1c-.943 0-1.414 0-1.707-.293S16 12.443 16 11.5v-3m3 5v-5m0 5c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765c0 .943 0 1.414-.293 1.707s-.764.293-1.707.293h-.5M16 8.5h-3m3 0h3m-6 0v10h2.5M13 8.5v-3h3c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C19 7.102 19 7.568 19 8.5m-6-3c0-.943 0-1.414-.293-1.707S11.943 3.5 11 3.5m-3 15h5v-5H4c-.943 0-1.414 0-1.707.293S2 14.557 2 15.5v1c0 .943 0 1.414.293 1.707S3.057 18.5 4 18.5"/><path d="M19.5 18.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0M8 18.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></g></svg> </template>
CSS
.icon-semi-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19%2013.5h-1c-.943%200-1.414%200-1.707-.293S16%2012.443%2016%2011.5v-3m3%205v-5m0%205c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083c.152.367.152.833.152%201.765c0%20.943%200%201.414-.293%201.707s-.764.293-1.707.293h-.5M16%208.5h-3m3%200h3m-6%200v10h2.5M13%208.5v-3h3c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083C19%207.102%2019%207.568%2019%208.5m-6-3c0-.943%200-1.414-.293-1.707S11.943%203.5%2011%203.5m-3%2015h5v-5H4c-.943%200-1.414%200-1.707.293S2%2014.557%202%2015.5v1c0%20.943%200%201.414.293%201.707S3.057%2018.5%204%2018.5%22%2F%3E%3Cpath%20d%3D%22M19.5%2018.5a2%202%200%201%201-4%200a2%202%200%200%201%204%200M8%2018.5a2%202%200%201%201-4%200a2%202%200%200%201%204%200%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19%2013.5h-1c-.943%200-1.414%200-1.707-.293S16%2012.443%2016%2011.5v-3m3%205v-5m0%205c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083c.152.367.152.833.152%201.765c0%20.943%200%201.414-.293%201.707s-.764.293-1.707.293h-.5M16%208.5h-3m3%200h3m-6%200v10h2.5M13%208.5v-3h3c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083C19%207.102%2019%207.568%2019%208.5m-6-3c0-.943%200-1.414-.293-1.707S11.943%203.5%2011%203.5m-3%2015h5v-5H4c-.943%200-1.414%200-1.707.293S2%2014.557%202%2015.5v1c0%20.943%200%201.414.293%201.707S3.057%2018.5%204%2018.5%22%2F%3E%3Cpath%20d%3D%22M19.5%2018.5a2%202%200%201%201-4%200a2%202%200%200%201%204%200M8%2018.5a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/semi-truck.svg?color=%231a73e8&size=48