Procedure icon

Procedure is a Google Material Symbol from the Social 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

procedure_outlined_fill0_wght400.svg

Procedure 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=procedure" />

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

Procedure icon in React

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

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

Procedure icon in Vue

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

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

Procedure icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Procedure icon in Android

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

<!-- res/drawable/procedure.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="M19 11q-.95 0-2.025-.537T14.975 8.975q-.925-.95-1.462-2.025T12.975 4.975q0-.43 .125-.784 .125-.355 .375-.608Q14.125 2.925 16.113 2.438T19.85 2.025q.6 .025 1.025 .138t.625 .312q.175 .175 .277 .538T21.925 3.925q.125 1.75-.35 3.825t-1.132 2.732Q20.2 10.725 19.813 10.863T19 11Zm1.075-3.575q.2-.8 .3-1.762t.125-2.135Q19.3 3.475 18.3 3.575t-1.875 .35q.575 .35 1.1 .742 .525 .391 .975 .783 .55 .5 .938 .988T20.075 7.425Zm-.8 2.1q-.1-.775-.537-1.475T17.4 6.55q-.9-.8-1.612-1.25T14.5 4.725q.05 .8 .488 1.7t1.037 1.5q.75 .75 1.525 1.138t1.725 .462Zm2.025 8.825L16.7 13.75H6.7L1.65 8.7l1.05-1.05 4.6 4.6h10l5.05 5.05-1.05 1.05ZM8.25 21.75v-4q0-.625 .441-1.062Q9.131 16.25 9.75 16.25h4.5q.619 0 1.06 .441Q15.75 17.131 15.75 17.75v4H8.25Zm1.5-1.5h4.5v-2.5H9.75v2.5Zm0 0v-2.5 2.5Z" />
</vector>

Procedure icon in SVG

npm install @material-symbols/svg-400

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

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

Procedure 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

NameProcedure
Ligatureprocedure
Code pointU+E651
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/procedure.svg, procedure-fill.svg
FlutterSymbols.procedure
LicenseApache License 2.0 (© Google LLC)

Keywords

sociallisthealthsystemstructureprogressactionmedicaldiagramarrangementorganizationorderflow

Related icons