On Device Training icon

On Device Training 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

on_device_training_outlined_fill0_wght400.svg

On Device Training 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,GRAD@20..48,100..700,0..1,-50..200&icon_names=on_device_training" />

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

On Device Training icon in React

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

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

On Device Training icon in Vue

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

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

On Device Training icon in Angular

With Angular Material and the font from the HTML tab:

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

On Device Training 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.on_device_training, fill: 0, weight: 400)

On Device Training icon in Android

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

<!-- res/drawable/on_device_training.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="M11.25 16.5v-.5h1.5v.5h-1.5Zm0-1v-.925q-.425-.275-.712-.675T10.25 13q0-.722 .515-1.236t1.237-.514q.723 0 1.236 .514Q13.75 12.278 13.75 13q0 .5-.287 .9T12.75 14.575v.925h-1.5Zm4.725 .05-.7-.7q.25-.425 .363-.892T15.75 13q0-.491-.112-.958Q15.525 11.575 15.275 11.15l.7-.7q.375 .575 .575 1.225t.2 1.325q0 .675-.2 1.325t-.575 1.225Zm-7.95 0q-.375-.575-.575-1.219-.2-.644-.2-1.331 0-2.025 1.475-3.387T12.25 8.25v-.95l1.625 1.45-1.625 1.45v-.95q-1.65 0-2.825 1.075t-1.175 2.675q0 .492 .113 .958Q8.475 14.425 8.725 14.85l-.7 .7ZM5.5 23q-.619 0-1.059-.441Q4 22.119 4 21.5v-19q0-.619 .441-1.059Q4.881 1 5.5 1h13q.619 0 1.06 .441Q20 1.881 20 2.5v19q0 .619-.44 1.059Q19.119 23 18.5 23H5.5Zm0-3.75h13v-14.5H5.5v14.5Zm0 1.5v.75h13v-.75H5.5Zm0-17.5h13v-.75H5.5v.75Zm0-.75v.75-.75Zm0 19v-.75 .75Z" />
</vector>

On Device Training icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/on_device_training.svg" width="24" height="24" alt="On Device Training">

On Device Training 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

NameOn Device Training
Ligatureon_device_training
Code pointU+EBFD
CategoryActions
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/on_device_training.svg, on_device_training-fill.svg
FlutterSymbols.on_device_training
LicenseApache License 2.0 (© Google LLC)

Keywords

actionsmobileinformationhardwarephonesystemprogresscellmonitorchartcomputerbargraph

Related icons