front loader icon
front-loader-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- front-loader-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More business icons from Material Symbols Light
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="M4.475 19.256q-1.038 0-1.766-.731q-.728-.73-.728-1.77v-5.384q0-.671.472-1.143t1.143-.472h5.212V5.583q0-.348.23-.578t.577-.23h3.25q1.039 0 1.77.73q.73.732.73 1.77v4.173h1.302V10.1q0-.304.115-.583q.114-.278.332-.496l.648-.642q.292-.292.693-.237t.593.43l2.652 4.997q.217.404-.022.795q-.24.392-.7.392h-2.81q-.614 0-1.048-.434q-.433-.433-.453-1.066v-.808H15.36v2.23q.538.349.839.888q.301.54.301 1.19q0 1.038-.73 1.769t-1.77.73q-.892 0-1.58-.55t-.866-1.43H6.92q-.177.88-.865 1.43t-1.581.55m0-1q.617 0 1.062-.44q.444-.442.444-1.06t-.441-1.058t-1.06-.441t-1.058.441q-.441.442-.441 1.059t.438 1.059q.439.44 1.056.44m10.584-.44q.441-.442.441-1.06t-.441-1.058T14 15.256t-1.059.441t-.441 1.059t.441 1.059q.442.44 1.059.44t1.059-.44m5.616-4.06l-2.386-4.501l-.462.48q-.077.078-.116.174q-.038.096-.038.192v3.156q.02.211.154.355q.134.145.346.145zM9.808 11.449h4.558V7.275q0-.617-.442-1.059q-.441-.441-1.058-.441H9.808z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFrontLoaderRounded(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.475 19.256q-1.038 0-1.766-.731q-.728-.73-.728-1.77v-5.384q0-.671.472-1.143t1.143-.472h5.212V5.583q0-.348.23-.578t.577-.23h3.25q1.039 0 1.77.73q.73.732.73 1.77v4.173h1.302V10.1q0-.304.115-.583q.114-.278.332-.496l.648-.642q.292-.292.693-.237t.593.43l2.652 4.997q.217.404-.022.795q-.24.392-.7.392h-2.81q-.614 0-1.048-.434q-.433-.433-.453-1.066v-.808H15.36v2.23q.538.349.839.888q.301.54.301 1.19q0 1.038-.73 1.769t-1.77.73q-.892 0-1.58-.55t-.866-1.43H6.92q-.177.88-.865 1.43t-1.581.55m0-1q.617 0 1.062-.44q.444-.442.444-1.06t-.441-1.058t-1.06-.441t-1.058.441q-.441.442-.441 1.059t.438 1.059q.439.44 1.056.44m10.584-.44q.441-.442.441-1.06t-.441-1.058T14 15.256t-1.059.441t-.441 1.059t.441 1.059q.442.44 1.059.44t1.059-.44m5.616-4.06l-2.386-4.501l-.462.48q-.077.078-.116.174q-.038.096-.038.192v3.156q.02.211.154.355q.134.145.346.145zM9.808 11.449h4.558V7.275q0-.617-.442-1.059q-.441-.441-1.058-.441H9.808z"/></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.475 19.256q-1.038 0-1.766-.731q-.728-.73-.728-1.77v-5.384q0-.671.472-1.143t1.143-.472h5.212V5.583q0-.348.23-.578t.577-.23h3.25q1.039 0 1.77.73q.73.732.73 1.77v4.173h1.302V10.1q0-.304.115-.583q.114-.278.332-.496l.648-.642q.292-.292.693-.237t.593.43l2.652 4.997q.217.404-.022.795q-.24.392-.7.392h-2.81q-.614 0-1.048-.434q-.433-.433-.453-1.066v-.808H15.36v2.23q.538.349.839.888q.301.54.301 1.19q0 1.038-.73 1.769t-1.77.73q-.892 0-1.58-.55t-.866-1.43H6.92q-.177.88-.865 1.43t-1.581.55m0-1q.617 0 1.062-.44q.444-.442.444-1.06t-.441-1.058t-1.06-.441t-1.058.441q-.441.442-.441 1.059t.438 1.059q.439.44 1.056.44m10.584-.44q.441-.442.441-1.06t-.441-1.058T14 15.256t-1.059.441t-.441 1.059t.441 1.059q.442.44 1.059.44t1.059-.44m5.616-4.06l-2.386-4.501l-.462.48q-.077.078-.116.174q-.038.096-.038.192v3.156q.02.211.154.355q.134.145.346.145zM9.808 11.449h4.558V7.275q0-.617-.442-1.059q-.441-.441-1.058-.441H9.808z"/></svg> </template>
CSS
.icon-front-loader-rounded {
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.475%2019.256q-1.038%200-1.766-.731q-.728-.73-.728-1.77v-5.384q0-.671.472-1.143t1.143-.472h5.212V5.583q0-.348.23-.578t.577-.23h3.25q1.039%200%201.77.73q.73.732.73%201.77v4.173h1.302V10.1q0-.304.115-.583q.114-.278.332-.496l.648-.642q.292-.292.693-.237t.593.43l2.652%204.997q.217.404-.022.795q-.24.392-.7.392h-2.81q-.614%200-1.048-.434q-.433-.433-.453-1.066v-.808H15.36v2.23q.538.349.839.888q.301.54.301%201.19q0%201.038-.73%201.769t-1.77.73q-.892%200-1.58-.55t-.866-1.43H6.92q-.177.88-.865%201.43t-1.581.55m0-1q.617%200%201.062-.44q.444-.442.444-1.06t-.441-1.058t-1.06-.441t-1.058.441q-.441.442-.441%201.059t.438%201.059q.439.44%201.056.44m10.584-.44q.441-.442.441-1.06t-.441-1.058T14%2015.256t-1.059.441t-.441%201.059t.441%201.059q.442.44%201.059.44t1.059-.44m5.616-4.06l-2.386-4.501l-.462.48q-.077.078-.116.174q-.038.096-.038.192v3.156q.02.211.154.355q.134.145.346.145zM9.808%2011.449h4.558V7.275q0-.617-.442-1.059q-.441-.441-1.058-.441H9.808z%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.475%2019.256q-1.038%200-1.766-.731q-.728-.73-.728-1.77v-5.384q0-.671.472-1.143t1.143-.472h5.212V5.583q0-.348.23-.578t.577-.23h3.25q1.039%200%201.77.73q.73.732.73%201.77v4.173h1.302V10.1q0-.304.115-.583q.114-.278.332-.496l.648-.642q.292-.292.693-.237t.593.43l2.652%204.997q.217.404-.022.795q-.24.392-.7.392h-2.81q-.614%200-1.048-.434q-.433-.433-.453-1.066v-.808H15.36v2.23q.538.349.839.888q.301.54.301%201.19q0%201.038-.73%201.769t-1.77.73q-.892%200-1.58-.55t-.866-1.43H6.92q-.177.88-.865%201.43t-1.581.55m0-1q.617%200%201.062-.44q.444-.442.444-1.06t-.441-1.058t-1.06-.441t-1.058.441q-.441.442-.441%201.059t.438%201.059q.439.44%201.056.44m10.584-.44q.441-.442.441-1.06t-.441-1.058T14%2015.256t-1.059.441t-.441%201.059t.441%201.059q.442.44%201.059.44t1.059-.44m5.616-4.06l-2.386-4.501l-.462.48q-.077.078-.116.174q-.038.096-.038.192v3.156q.02.211.154.355q.134.145.346.145zM9.808%2011.449h4.558V7.275q0-.617-.442-1.059q-.441-.441-1.058-.441H9.808z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/front-loader-rounded.svg?color=%231a73e8&size=48