Precision Manufacturing icon

Precision Manufacturing is a Google Material Symbol from the Business category. It's one of the 500 most used Material Symbols. 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

precision_manufacturing_outlined_fill0_wght400.svg

Precision 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=precision_manufacturing" />

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

Precision Manufacturing icon in React

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

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

Precision Manufacturing icon in Vue

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

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

Precision Manufacturing icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Precision Manufacturing icon in Android

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

<!-- res/drawable/precision_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="M4.15 21v-2.35h3.175L4.675 9.6q-.8-.375-1.25-1.012T2.975 6.9q0-1.175 .863-2.037T5.875 4q1.1 0 1.825 .588t.975 1.562h3.65v-1.475q0-.3 .225-.525t.525-.225q.275 0 .463 .213T13.725 4.625l1.875-1.8q.2-.2 .513-.262T16.75 2.65l3.95 1.9q.225 .125 .313 .35t-.038 .475q-.125 .25-.362 .3t-.463-.075l-3.875-1.875-2.45 2.475v1.3l2.45 2.575 3.875-1.9q.25-.125 .475-.062t.35 .312q.125 .25 .038 .5T20.675 9.3l-3.825 1.8q-.35 .175-.675 .163T15.6 11l-1.875-1.8q0 .35-.187 .525t-.463 .175q-.3 0-.525-.225t-.225-.525v-1.5H8.625q0 .3-.162 .613T8.075 8.775l5.125 9.875h3.95v2.35H4.15Zm2.725-13.1q.4-.4 .4-1t-.4-1q-.4-.4-1-.4t-1 .4q-.4 .4-.4 1t.4 1q.4 .4 1 .4t1-.4Zm2.1 10.75h2.55L6.8 9.475q-.075 .05-.25 .1t-.275 .075l2.7 9Zm2.55 0Z" />
</vector>

Precision Manufacturing icon in SVG

npm install @material-symbols/svg-400

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

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

Precision 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

NamePrecision Manufacturing
Ligatureprecision_manufacturing
Code pointU+F049
CategoryBusiness
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/precision_manufacturing.svg, precision_manufacturing-fill.svg
FlutterSymbols.precision_manufacturing
LicenseApache License 2.0 (© Google LLC)

Keywords

businesscreateautomationengineeringmachineautomaticmachineryindustrialproductionchainmechanicalfactoryindustry

Related icons