Automation icon

Automation is a Google Material Symbol from the Text 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

automation_outlined_fill0_wght400.svg

Automation 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=automation" />

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

Automation icon in React

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

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

Automation icon in Vue

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

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

Automation icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Automation icon in Android

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

<!-- res/drawable/automation.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="M7.075 17.2q-1 .85-2.087 .763T3.1 17.2q-.8-.675-1.062-1.737T2.45 13.275l2.05-3.425q-.675-.525-1.075-1.316-.4-.791-.4-1.709 0-1.588 1.125-2.719Q5.275 2.975 6.875 2.975t2.725 1.125q1.125 1.125 1.125 2.725t-1.131 2.725Q8.463 10.675 6.875 10.675q-.27 0-.54-.037T5.825 10.525l-2.1 3.525q-.35 .575-.22 1.128 .129 .552 .55 .9Q4.475 16.425 5.038 16.463T6.1 16.075l10.825-9.3q1-.85 2.1-.775t1.9 .75q.8 .675 1.063 1.75T21.575 10.7l-2.025 3.425q.675 .525 1.075 1.316 .4 .791 .4 1.709 0 1.588-1.138 2.719Q18.748 21 17.149 21 15.55 21 14.438 19.869 13.325 18.738 13.325 17.15t1.113-2.719Q15.55 13.3 17.15 13.3q.268 0 .522 .025 .253 .025 .503 .1l2.1-3.5q.35-.575 .221-1.128-.13-.552-.55-.9Q19.525 7.55 18.963 7.513T17.9 7.9L7.075 17.2Zm1.463-8.717q.687-.691 .687-1.662t-.691-1.659q-.692-.687-1.663-.687t-1.659 .691q-.687 .692-.687 1.663t.692 1.658q.691 .688 1.662 .688t1.659-.692Zm10.29 10.326Q19.525 18.117 19.525 17.146t-.697-1.658q-.696-.688-1.675-.688Q16.175 14.8 15.5 15.492q-.675 .691-.675 1.662t.675 1.659q.675 .687 1.653 .687 .979 0 1.675-.691ZM6.875 6.825Zm10.3 10.325Z" />
</vector>

Automation icon in SVG

npm install @material-symbols/svg-400

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

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

Automation 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

NameAutomation
Ligatureautomation
Code pointU+F421
CategoryText
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/automation.svg, automation-fill.svg
FlutterSymbols.automation
LicenseApache License 2.0 (© Google LLC)

Keywords

textnetworkconnectionlinessystemstructuregraphdiagramconnectconfigurationabstractmanagementflow

Related icons