Front Loader icon

Front Loader is a Google Material Symbol from the Business category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

front_loader_outlined_fill0_wght400.svg

Front Loader icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=front_loader" />

<span class="material-symbols-outlined">front_loader</span>

Front Loader icon in React

// With the font from the HTML tab:
export function FrontLoaderIcon() {
  return (
    <span className="material-symbols-outlined">
      front_loader
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import FrontLoaderIcon from "@material-symbols/svg-400/outlined/front_loader.svg?react";

Front Loader icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">front_loader</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import FrontLoaderIcon from "@material-symbols/svg-400/outlined/front_loader.svg?component"; -->

Front Loader icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">front_loader</mat-icon>

Front Loader icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.front_loader, fill: 0, weight: 400)

Front Loader icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/front_loader.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M3.75 19.75q-1.155 0-1.953-.802Q1 18.146 1 17v-6.75q0-.619 .441-1.059Q1.881 8.75 2.5 8.75h5.75v-5h5.175q1.136 0 1.93 .8Q16.15 5.35 16.175 6.5v4.5h1.5v-1.5q0-.295 .115-.571 .115-.276 .31-.479l1.75-1.775 4.15 7.825H19.175q-.619 0-1.059-.441Q17.675 13.619 17.675 13v-.5h-1.5v2.375q.475 .4 .738 .955T17.175 17q0 1.146-.802 1.948Q15.571 19.75 14.425 19.75q-.925 0-1.637-.55T11.8 17.775H6.375q-.275 .875-.987 1.425T3.75 19.75Zm-.005-1.5q.521 0 .888-.358Q5 17.534 5 17.005q0-.53-.358-.892-.358-.363-.887-.363-.53 0-.892 .358-.363 .358-.363 .888 0 .529 .363 .892t.882 .362Zm11.568-.358q.362-.358 .362-.887 0-.53-.358-.892-.358-.363-.887-.363-.53 0-.892 .358-.363 .358-.363 .888 0 .529 .358 .892 .358 .362 .888 .362 .529 0 .892-.358ZM8.25 16.25v-6H2.5v4.325q.275-.15 .6-.237t.65-.088q.925 0 1.65 .563t.975 1.437h1.875Zm1.5 0h2.025q.25-.875 .988-1.437T14.425 14.25h.25v-1.75H9.75v3.75Zm11.775-3.25-2.1-3.85q-.125 .075-.187 .2t-.063 .275v3.375h2.35Zm-11.775-2h4.925v-4.5q0-.531-.359-.891Q13.956 5.25 13.425 5.25H9.75v5.75Zm-1.5 5.25v-2 .325-4.325 6Zm1.5 0v-3.75 3.75Z" />
</vector>

Front Loader icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/front_loader.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/front_loader.svg" width="24" height="24" alt="Front Loader">

Front Loader icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameFront Loader
Ligaturefront_loader
Code pointU+F869
CategoryBusiness
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/front_loader.svg, front_loader-fill.svg
FlutterSymbols.front_loader
LicenseApache License 2.0 (© Google LLC)

Keywords

businessbuildingtransportationvehicleloadengineeringconstructionmachineryindustrialcarryfactorysupplytruck

Related icons