Manufacturing icon

Manufacturing is a Google Material Symbol from the Actions 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

manufacturing_outlined_fill0_wght400.svg

Manufacturing 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=manufacturing" />

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

Manufacturing icon in React

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

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

Manufacturing icon in Vue

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

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

Manufacturing icon in Angular

With Angular Material and the font from the HTML tab:

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

Manufacturing 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.manufacturing, fill: 0, weight: 400)

Manufacturing icon in Android

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

<!-- res/drawable/manufacturing.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="m5.725 11.6-.15-1.225q-.5-.125-.937-.362T3.85 9.425l-1.1 .45-.75-1.225 .925-.875q-.125-.5-.125-.975t.125-.975l-.925-.875 .75-1.225 1.1 .45q.35-.35 .788-.587T5.575 3.225l.15-1.225h1.5l.15 1.225q.5 .125 .938 .363T9.1 4.175l1.1-.45 .75 1.225-.95 .875q.125 .475 .125 .963t-.125 .987l.95 .875-.75 1.225-1.1-.45q-.35 .375-.787 .6T7.375 10.375l-.15 1.225h-1.5Zm2.375-3.175q.675-.675 .675-1.625t-.675-1.625q-.675-.675-1.625-.675t-1.625 .675q-.675 .675-.675 1.625t.675 1.625q.675 .675 1.625 .675t1.625-.675ZM16.1 23l-.35-1.425q-.675-.175-1.287-.525T13.4 20.15l-1.35 .425-.95-1.625 1.05-.95q-.2-.65-.2-1.35t.2-1.35l-1.05-.925 .95-1.625 1.35 .375q.475-.525 1.075-.887t1.275-.513l.35-1.425h1.875l.35 1.425q.725 .1 1.313 .475t1.062 .925l1.35-.375 .95 1.625-1.05 .925q.2 .65 .2 1.35t-.2 1.35l1.05 .95-.95 1.65-1.35-.45q-.45 .575-1.062 .913T18.325 21.575l-.35 1.425h-1.875Zm.95-2.875q1.45 0 2.463-1.012T20.525 16.65q0-1.45-1.012-2.462T17.05 13.175q-1.45 0-2.462 1.013T13.575 16.65q0 1.45 1.013 2.463T17.05 20.125Z" />
</vector>

Manufacturing icon in SVG

npm install @material-symbols/svg-400

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

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

Manufacturing 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

NameManufacturing
Ligaturemanufacturing
Code pointU+E726
CategoryActions
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/manufacturing.svg, manufacturing-fill.svg
FlutterSymbols.manufacturing
LicenseApache License 2.0 (© Google LLC)

Keywords

actionssettingsoptionssystemconfigurationautomationgearprocessengineeringmachinecogconstructionadjustments

Related icons