forklift icon
forklift from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- forklift
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the forklift 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-width="1.5"><path stroke-linejoin="round" d="M17 3v12c0 1.886 0 2.828.586 3.414S19.114 19 21 19h1"/><path d="M16 19h4"/><path stroke-linejoin="round" d="M8 19h4m2 2a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-8 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><path stroke-linejoin="round" d="M17 19v-2c0-1.886 0-2.828-.586-3.414S14.886 13 13 13H9.118c-.485 0-.728 0-.933-.099a1 1 0 0 1-.18-.11c-.18-.14-.288-.357-.505-.791s-.325-.65-.505-.79a1 1 0 0 0-.18-.111C6.61 11 6.367 11 5.882 11H5.82c-1.711 0-2.567 0-3.13.49a2 2 0 0 0-.2.2C2 12.252 2 13.108 2 14.82V17c0 .943 0 1.414.293 1.707S3.057 19 4 19"/><path stroke-linejoin="round" d="M4 11V6.883c0-.822 0-1.233.119-1.563a2 2 0 0 1 1.201-1.2C5.65 4 6.06 4 6.883 4c.914 0 1.371 0 1.771.113a3 3 0 0 1 1.664 1.2c.234.343.379.777.668 1.644L13 13"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsForklift(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" strokeWidth="1.5"><path strokeLinejoin="round" d="M17 3v12c0 1.886 0 2.828.586 3.414S19.114 19 21 19h1"/><path d="M16 19h4"/><path strokeLinejoin="round" d="M8 19h4m2 2a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-8 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><path strokeLinejoin="round" d="M17 19v-2c0-1.886 0-2.828-.586-3.414S14.886 13 13 13H9.118c-.485 0-.728 0-.933-.099a1 1 0 0 1-.18-.11c-.18-.14-.288-.357-.505-.791s-.325-.65-.505-.79a1 1 0 0 0-.18-.111C6.61 11 6.367 11 5.882 11H5.82c-1.711 0-2.567 0-3.13.49a2 2 0 0 0-.2.2C2 12.252 2 13.108 2 14.82V17c0 .943 0 1.414.293 1.707S3.057 19 4 19"/><path strokeLinejoin="round" d="M4 11V6.883c0-.822 0-1.233.119-1.563a2 2 0 0 1 1.201-1.2C5.65 4 6.06 4 6.883 4c.914 0 1.371 0 1.771.113a3 3 0 0 1 1.664 1.2c.234.343.379.777.668 1.644L13 13"/></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-width="1.5"><path stroke-linejoin="round" d="M17 3v12c0 1.886 0 2.828.586 3.414S19.114 19 21 19h1"/><path d="M16 19h4"/><path stroke-linejoin="round" d="M8 19h4m2 2a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-8 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><path stroke-linejoin="round" d="M17 19v-2c0-1.886 0-2.828-.586-3.414S14.886 13 13 13H9.118c-.485 0-.728 0-.933-.099a1 1 0 0 1-.18-.11c-.18-.14-.288-.357-.505-.791s-.325-.65-.505-.79a1 1 0 0 0-.18-.111C6.61 11 6.367 11 5.882 11H5.82c-1.711 0-2.567 0-3.13.49a2 2 0 0 0-.2.2C2 12.252 2 13.108 2 14.82V17c0 .943 0 1.414.293 1.707S3.057 19 4 19"/><path stroke-linejoin="round" d="M4 11V6.883c0-.822 0-1.233.119-1.563a2 2 0 0 1 1.201-1.2C5.65 4 6.06 4 6.883 4c.914 0 1.371 0 1.771.113a3 3 0 0 1 1.664 1.2c.234.343.379.777.668 1.644L13 13"/></g></svg> </template>
CSS
.icon-forklift {
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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M17%203v12c0%201.886%200%202.828.586%203.414S19.114%2019%2021%2019h1%22%2F%3E%3Cpath%20d%3D%22M16%2019h4%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2019h4m2%202a2%202%200%201%200%200-4a2%202%200%200%200%200%204m-8%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M17%2019v-2c0-1.886%200-2.828-.586-3.414S14.886%2013%2013%2013H9.118c-.485%200-.728%200-.933-.099a1%201%200%200%201-.18-.11c-.18-.14-.288-.357-.505-.791s-.325-.65-.505-.79a1%201%200%200%200-.18-.111C6.61%2011%206.367%2011%205.882%2011H5.82c-1.711%200-2.567%200-3.13.49a2%202%200%200%200-.2.2C2%2012.252%202%2013.108%202%2014.82V17c0%20.943%200%201.414.293%201.707S3.057%2019%204%2019%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2011V6.883c0-.822%200-1.233.119-1.563a2%202%200%200%201%201.201-1.2C5.65%204%206.06%204%206.883%204c.914%200%201.371%200%201.771.113a3%203%200%200%201%201.664%201.2c.234.343.379.777.668%201.644L13%2013%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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M17%203v12c0%201.886%200%202.828.586%203.414S19.114%2019%2021%2019h1%22%2F%3E%3Cpath%20d%3D%22M16%2019h4%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2019h4m2%202a2%202%200%201%200%200-4a2%202%200%200%200%200%204m-8%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M17%2019v-2c0-1.886%200-2.828-.586-3.414S14.886%2013%2013%2013H9.118c-.485%200-.728%200-.933-.099a1%201%200%200%201-.18-.11c-.18-.14-.288-.357-.505-.791s-.325-.65-.505-.79a1%201%200%200%200-.18-.111C6.61%2011%206.367%2011%205.882%2011H5.82c-1.711%200-2.567%200-3.13.49a2%202%200%200%200-.2.2C2%2012.252%202%2013.108%202%2014.82V17c0%20.943%200%201.414.293%201.707S3.057%2019%204%2019%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2011V6.883c0-.822%200-1.233.119-1.563a2%202%200%200%201%201.201-1.2C5.65%204%206.06%204%206.883%204c.914%200%201.371%200%201.771.113a3%203%200%200%201%201.664%201.2c.234.343.379.777.668%201.644L13%2013%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/forklift.svg?color=%231a73e8&size=48