forklift icon
forklift-outline from Material Symbols Light by Google · Outline · Business · Apache-2.0 Free for personal and commercial use.
- Name
- forklift-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- forklift-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More business icons from Material Symbols Light
Use the forklift icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.962 20.5q-1.039 0-1.77-.73T2.462 18q0-.592.26-1.112q.259-.52.74-.888v-4.5H5.75V6h6.096L16.2 16.19q.13.312.216.633q.084.321.084.677q0 1.258-.871 2.129T13.5 20.5q-.967 0-1.743-.547T10.67 18.5H7.402q-.171.88-.86 1.44q-.688.56-1.58.56m12.538-1v-15h1v14h3.039v1zm-11.48-.441q.441-.442.441-1.059t-.44-1.059q-.442-.441-1.06-.441t-1.058.441T3.462 18t.441 1.059t1.059.441t1.058-.441m8.889-.15q.591-.592.591-1.409t-.591-1.409T13.5 15.5t-1.409.591q-.591.592-.591 1.409t.591 1.409t1.409.591t1.409-.591M7.402 17.5h3.104q-.027-.563.19-1.09q.216-.525.629-.91H9.248l-2.925-3H4.462v3.077q.115-.039.24-.058t.26-.019q.892 0 1.58.56t.86 1.44m2.273-3h3.86q.25 0 .49.058t.471.173L11.194 7H6.75v4.5zm-.427 1l-.462-.475q-.463-.475-1-1.037t-1-1.025l-.463-.463H4.462h1.861zh2.077z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightForkliftOutline(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="M4.962 20.5q-1.039 0-1.77-.73T2.462 18q0-.592.26-1.112q.259-.52.74-.888v-4.5H5.75V6h6.096L16.2 16.19q.13.312.216.633q.084.321.084.677q0 1.258-.871 2.129T13.5 20.5q-.967 0-1.743-.547T10.67 18.5H7.402q-.171.88-.86 1.44q-.688.56-1.58.56m12.538-1v-15h1v14h3.039v1zm-11.48-.441q.441-.442.441-1.059t-.44-1.059q-.442-.441-1.06-.441t-1.058.441T3.462 18t.441 1.059t1.059.441t1.058-.441m8.889-.15q.591-.592.591-1.409t-.591-1.409T13.5 15.5t-1.409.591q-.591.592-.591 1.409t.591 1.409t1.409.591t1.409-.591M7.402 17.5h3.104q-.027-.563.19-1.09q.216-.525.629-.91H9.248l-2.925-3H4.462v3.077q.115-.039.24-.058t.26-.019q.892 0 1.58.56t.86 1.44m2.273-3h3.86q.25 0 .49.058t.471.173L11.194 7H6.75v4.5zm-.427 1l-.462-.475q-.463-.475-1-1.037t-1-1.025l-.463-.463H4.462h1.861zh2.077z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.962 20.5q-1.039 0-1.77-.73T2.462 18q0-.592.26-1.112q.259-.52.74-.888v-4.5H5.75V6h6.096L16.2 16.19q.13.312.216.633q.084.321.084.677q0 1.258-.871 2.129T13.5 20.5q-.967 0-1.743-.547T10.67 18.5H7.402q-.171.88-.86 1.44q-.688.56-1.58.56m12.538-1v-15h1v14h3.039v1zm-11.48-.441q.441-.442.441-1.059t-.44-1.059q-.442-.441-1.06-.441t-1.058.441T3.462 18t.441 1.059t1.059.441t1.058-.441m8.889-.15q.591-.592.591-1.409t-.591-1.409T13.5 15.5t-1.409.591q-.591.592-.591 1.409t.591 1.409t1.409.591t1.409-.591M7.402 17.5h3.104q-.027-.563.19-1.09q.216-.525.629-.91H9.248l-2.925-3H4.462v3.077q.115-.039.24-.058t.26-.019q.892 0 1.58.56t.86 1.44m2.273-3h3.86q.25 0 .49.058t.471.173L11.194 7H6.75v4.5zm-.427 1l-.462-.475q-.463-.475-1-1.037t-1-1.025l-.463-.463H4.462h1.861zh2.077z"/></svg> </template>
CSS
.icon-forklift-outline {
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%22M4.962%2020.5q-1.039%200-1.77-.73T2.462%2018q0-.592.26-1.112q.259-.52.74-.888v-4.5H5.75V6h6.096L16.2%2016.19q.13.312.216.633q.084.321.084.677q0%201.258-.871%202.129T13.5%2020.5q-.967%200-1.743-.547T10.67%2018.5H7.402q-.171.88-.86%201.44q-.688.56-1.58.56m12.538-1v-15h1v14h3.039v1zm-11.48-.441q.441-.442.441-1.059t-.44-1.059q-.442-.441-1.06-.441t-1.058.441T3.462%2018t.441%201.059t1.059.441t1.058-.441m8.889-.15q.591-.592.591-1.409t-.591-1.409T13.5%2015.5t-1.409.591q-.591.592-.591%201.409t.591%201.409t1.409.591t1.409-.591M7.402%2017.5h3.104q-.027-.563.19-1.09q.216-.525.629-.91H9.248l-2.925-3H4.462v3.077q.115-.039.24-.058t.26-.019q.892%200%201.58.56t.86%201.44m2.273-3h3.86q.25%200%20.49.058t.471.173L11.194%207H6.75v4.5zm-.427%201l-.462-.475q-.463-.475-1-1.037t-1-1.025l-.463-.463H4.462h1.861zh2.077z%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%22M4.962%2020.5q-1.039%200-1.77-.73T2.462%2018q0-.592.26-1.112q.259-.52.74-.888v-4.5H5.75V6h6.096L16.2%2016.19q.13.312.216.633q.084.321.084.677q0%201.258-.871%202.129T13.5%2020.5q-.967%200-1.743-.547T10.67%2018.5H7.402q-.171.88-.86%201.44q-.688.56-1.58.56m12.538-1v-15h1v14h3.039v1zm-11.48-.441q.441-.442.441-1.059t-.44-1.059q-.442-.441-1.06-.441t-1.058.441T3.462%2018t.441%201.059t1.059.441t1.058-.441m8.889-.15q.591-.592.591-1.409t-.591-1.409T13.5%2015.5t-1.409.591q-.591.592-.591%201.409t.591%201.409t1.409.591t1.409-.591M7.402%2017.5h3.104q-.027-.563.19-1.09q.216-.525.629-.91H9.248l-2.925-3H4.462v3.077q.115-.039.24-.058t.26-.019q.892%200%201.58.56t.86%201.44m2.273-3h3.86q.25%200%20.49.058t.471.173L11.194%207H6.75v4.5zm-.427%201l-.462-.475q-.463-.475-1-1.037t-1-1.025l-.463-.463H4.462h1.861zh2.077z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/forklift-outline.svg?color=%231a73e8&size=48