front-loader-outline-rounded from Material Symbols by Google · Outline Rounded · Business · Apache-2.0 Free for personal and commercial use.

Name
front-loader-outline-rounded
Set
Material Symbols
Style
Outline Rounded
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-6q0-.825.588-1.412T3 8.775h5v-4q0-.425.288-.712T9 3.775h4q1.25 0 2.113.875t.862 2.125v4h1V9.6q0-.4.163-.775t.437-.65l.975-.95q.35-.35.838-.275t.737.525L23.2 13.3q.275.5-.012.987t-.863.488h-3.35q-.825 0-1.412-.587t-.588-1.413h-1v1.75q.5.425.763 1.013T17 16.775q0 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-.287M8 15.775v-5H3v3.175q.25-.1.488-.137T4 13.775q.95 0 1.725.55t1.1 1.45zm2 0h1.15q.325-.9 1.113-1.45t1.737-.55v-1h-4zm10.675-3L19 9.6v3.175zm-10.675-2h4v-4q0-.425-.288-.712T13 5.775h-3zm-2 5v-2v.175v-3.175zm2 0v-3z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFrontLoaderOutlineRounded(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-6q0-.825.588-1.412T3 8.775h5v-4q0-.425.288-.712T9 3.775h4q1.25 0 2.113.875t.862 2.125v4h1V9.6q0-.4.163-.775t.437-.65l.975-.95q.35-.35.838-.275t.737.525L23.2 13.3q.275.5-.012.987t-.863.488h-3.35q-.825 0-1.412-.587t-.588-1.413h-1v1.75q.5.425.763 1.013T17 16.775q0 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-.287M8 15.775v-5H3v3.175q.25-.1.488-.137T4 13.775q.95 0 1.725.55t1.1 1.45zm2 0h1.15q.325-.9 1.113-1.45t1.737-.55v-1h-4zm10.675-3L19 9.6v3.175zm-10.675-2h4v-4q0-.425-.288-.712T13 5.775h-3zm-2 5v-2v.175v-3.175zm2 0v-3z"/></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-6q0-.825.588-1.412T3 8.775h5v-4q0-.425.288-.712T9 3.775h4q1.25 0 2.113.875t.862 2.125v4h1V9.6q0-.4.163-.775t.437-.65l.975-.95q.35-.35.838-.275t.737.525L23.2 13.3q.275.5-.012.987t-.863.488h-3.35q-.825 0-1.412-.587t-.588-1.413h-1v1.75q.5.425.763 1.013T17 16.775q0 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-.287M8 15.775v-5H3v3.175q.25-.1.488-.137T4 13.775q.95 0 1.725.55t1.1 1.45zm2 0h1.15q.325-.9 1.113-1.45t1.737-.55v-1h-4zm10.675-3L19 9.6v3.175zm-10.675-2h4v-4q0-.425-.288-.712T13 5.775h-3zm-2 5v-2v.175v-3.175zm2 0v-3z"/></svg>
</template>

CSS

.icon-front-loader-outline-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%22M3.975%2019.775q-1.25%200-2.113-.875T1%2016.775v-6q0-.825.588-1.412T3%208.775h5v-4q0-.425.288-.712T9%203.775h4q1.25%200%202.113.875t.862%202.125v4h1V9.6q0-.4.163-.775t.437-.65l.975-.95q.35-.35.838-.275t.737.525L23.2%2013.3q.275.5-.012.987t-.863.488h-3.35q-.825%200-1.412-.587t-.588-1.413h-1v1.75q.5.425.763%201.013T17%2016.775q0%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-.287M8%2015.775v-5H3v3.175q.25-.1.488-.137T4%2013.775q.95%200%201.725.55t1.1%201.45zm2%200h1.15q.325-.9%201.113-1.45t1.737-.55v-1h-4zm10.675-3L19%209.6v3.175zm-10.675-2h4v-4q0-.425-.288-.712T13%205.775h-3zm-2%205v-2v.175v-3.175zm2%200v-3z%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-6q0-.825.588-1.412T3%208.775h5v-4q0-.425.288-.712T9%203.775h4q1.25%200%202.113.875t.862%202.125v4h1V9.6q0-.4.163-.775t.437-.65l.975-.95q.35-.35.838-.275t.737.525L23.2%2013.3q.275.5-.012.987t-.863.488h-3.35q-.825%200-1.412-.587t-.588-1.413h-1v1.75q.5.425.763%201.013T17%2016.775q0%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-.287M8%2015.775v-5H3v3.175q.25-.1.488-.137T4%2013.775q.95%200%201.725.55t1.1%201.45zm2%200h1.15q.325-.9%201.113-1.45t1.737-.55v-1h-4zm10.675-3L19%209.6v3.175zm-10.675-2h4v-4q0-.425-.288-.712T13%205.775h-3zm-2%205v-2v.175v-3.175zm2%200v-3z%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-outline-rounded.svg?color=%231a73e8&size=48