Engineering icon

Engineering is a Google Material Symbol from the Activities 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

engineering_outlined_fill0_wght400.svg

Engineering 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=engineering" />

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

Engineering icon in React

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

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

Engineering icon in Vue

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

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

Engineering icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Engineering icon in Android

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

<!-- res/drawable/engineering.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="M1.05 21v-2.3q0-.85 .4-1.412t1.125-.913q1.35-.65 2.888-1.075T8.95 14.875q1.95 0 3.488 .425T15.325 16.375q.725 .35 1.125 .913t.4 1.412v2.3H1.05Zm1.5-1.5h12.8v-.8q0-.375-.212-.612T14.625 17.725q-1.075-.475-2.4-.912T8.95 16.375q-1.95 0-3.275 .438T3.275 17.725q-.3 .125-.512 .363T2.55 18.7v.8Zm3.7-7.2q-1.05-1.075-1.05-2.675h-.25q-.2 0-.35-.15t-.15-.35q0-.2 .15-.35t.35-.15h.25q0-1 .5-1.8t1.3-1.3v.975q0 .15 .113 .263T7.375 6.875q.175 0 .275-.112t.1-.263v-1.3q.2-.05 .55-.087t.675-.038q.325 0 .675 .038t.55 .087v1.3q0 .15 .1 .263t.275 .112q.15 0 .263-.112T10.95 6.5v-.975q.8 .5 1.275 1.3t.475 1.8h.25q.2 0 .35 .15t.15 .35q0 .2-.15 .35t-.35 .15h-.25q0 1.6-1.05 2.675t-2.7 1.075q-1.65 0-2.7-1.075Zm4.35-1.05q.6-.625 .6-1.625H6.7q0 1 .6 1.625t1.65 .625q1.05 0 1.65-.625Zm5.9 3.725-.05-.725q-.175-.1-.362-.225T15.75 13.775l-.65 .35-.55-.8 .65-.475q-.05-.1-.05-.187v-.375q0-.088 .05-.188l-.65-.475 .55-.8 .65 .35 .35-.25q.175-.125 .35-.225l.05-.725h1l.05 .725q.175 .1 .35 .225l.35 .25 .65-.35 .55 .8-.65 .475q.05 .1 .05 .188v.375q0 .087-.05 .187l.65 .475-.55 .8-.65-.35q-.15 .125-.337 .25t-.363 .225l-.05 .725h-1Zm1.175-1.825q.275-.275 .275-.675t-.275-.675q-.275-.275-.675-.275t-.675 .275q-.275 .275-.275 .675t.275 .675q.275 .275 .675 .275t.675-.275Zm1.525-3.6-.225-.875q-.25-.1-.512-.275T18.025 8.025l-1.1 .4-.5-.875 .875-.7q-.05-.125-.087-.275t-.038-.3q0-.15 .038-.3t.087-.275l-.875-.7 .5-.875 1.1 .4q.175-.2 .438-.387T18.975 3.875l.225-.875h.95l.225 .875q.25 .075 .513 .263T21.325 4.525l1.1-.4 .5 .875-.875 .7q.05 .125 .088 .275t.037 .3q0 .15-.037 .3t-.088 .275l.875 .7-.5 .875-1.1-.4q-.175 .2-.437 .375T20.375 8.675l-.225 .875h-.95Zm1.513-2.237Q21.125 6.9 21.125 6.275t-.412-1.037Q20.3 4.825 19.675 4.825t-1.037 .413Q18.225 5.65 18.225 6.275t.413 1.038Q19.05 7.725 19.675 7.725t1.038-.412ZM8.95 19.5Z" />
</vector>

Engineering icon in SVG

npm install @material-symbols/svg-400

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

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

Engineering 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

NameEngineering
Ligatureengineering
Code pointU+EA3D
CategoryActivities
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/engineering.svg, engineering-fill.svg
FlutterSymbols.engineering
LicenseApache License 2.0 (© Google LLC)

Keywords

activitiessettingshumanpersonoptionspeoplesystemsettingbodybuildingconfigurationmanagementadjustment

Related icons