front loader icon
front-loader-sharp from Material Symbols by Google · Sharp · Business · Apache-2.0 Free for personal and commercial use.
- Name
- front-loader-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More business icons from Material Symbols
Use the front loader icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.975 19.775q-1.25 0-2.113-.875T1 16.775v-8h7v-5h5l3 3v4h.975v-2l2.525-2.5l4.475 8.5h-7v-2H16v1.75q.5.425.75 1.013t.25 1.237q0 1.25-.875 2.125T14 19.775q-.95 0-1.725-.55t-1.125-1.45H6.825q-.35.9-1.125 1.45t-1.725.55m0-2q.425 0 .725-.287t.3-.713t-.288-.712T4 15.775t-.712.288t-.288.712t.275.713t.7.287m10.738-.287Q15 17.2 15 16.775t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.287m5.962-4.713L19 9.6v3.175zm-10.675-2h4V7.6l-1.85-1.825H10z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFrontLoaderSharp(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="M3.975 19.775q-1.25 0-2.113-.875T1 16.775v-8h7v-5h5l3 3v4h.975v-2l2.525-2.5l4.475 8.5h-7v-2H16v1.75q.5.425.75 1.013t.25 1.237q0 1.25-.875 2.125T14 19.775q-.95 0-1.725-.55t-1.125-1.45H6.825q-.35.9-1.125 1.45t-1.725.55m0-2q.425 0 .725-.287t.3-.713t-.288-.712T4 15.775t-.712.288t-.288.712t.275.713t.7.287m10.738-.287Q15 17.2 15 16.775t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.287m5.962-4.713L19 9.6v3.175zm-10.675-2h4V7.6l-1.85-1.825H10z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.975 19.775q-1.25 0-2.113-.875T1 16.775v-8h7v-5h5l3 3v4h.975v-2l2.525-2.5l4.475 8.5h-7v-2H16v1.75q.5.425.75 1.013t.25 1.237q0 1.25-.875 2.125T14 19.775q-.95 0-1.725-.55t-1.125-1.45H6.825q-.35.9-1.125 1.45t-1.725.55m0-2q.425 0 .725-.287t.3-.713t-.288-.712T4 15.775t-.712.288t-.288.712t.275.713t.7.287m10.738-.287Q15 17.2 15 16.775t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.287m5.962-4.713L19 9.6v3.175zm-10.675-2h4V7.6l-1.85-1.825H10z"/></svg> </template>
CSS
.icon-front-loader-sharp {
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%22M3.975%2019.775q-1.25%200-2.113-.875T1%2016.775v-8h7v-5h5l3%203v4h.975v-2l2.525-2.5l4.475%208.5h-7v-2H16v1.75q.5.425.75%201.013t.25%201.237q0%201.25-.875%202.125T14%2019.775q-.95%200-1.725-.55t-1.125-1.45H6.825q-.35.9-1.125%201.45t-1.725.55m0-2q.425%200%20.725-.287t.3-.713t-.288-.712T4%2015.775t-.712.288t-.288.712t.275.713t.7.287m10.738-.287Q15%2017.2%2015%2016.775t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.287m5.962-4.713L19%209.6v3.175zm-10.675-2h4V7.6l-1.85-1.825H10z%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%22M3.975%2019.775q-1.25%200-2.113-.875T1%2016.775v-8h7v-5h5l3%203v4h.975v-2l2.525-2.5l4.475%208.5h-7v-2H16v1.75q.5.425.75%201.013t.25%201.237q0%201.25-.875%202.125T14%2019.775q-.95%200-1.725-.55t-1.125-1.45H6.825q-.35.9-1.125%201.45t-1.725.55m0-2q.425%200%20.725-.287t.3-.713t-.288-.712T4%2015.775t-.712.288t-.288.712t.275.713t.7.287m10.738-.287Q15%2017.2%2015%2016.775t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.287m5.962-4.713L19%209.6v3.175zm-10.675-2h4V7.6l-1.85-1.825H10z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/front-loader-sharp.svg?color=%231a73e8&size=48