on device training icon

on-device-training-rounded from Material Symbols by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
on-device-training-rounded
Set
Material Symbols
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the on device training icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 17q-.2 0-.35-.15T11 16.5t.15-.35t.35-.15h1q.2 0 .35.15t.15.35t-.15.35t-.35.15zm0-1.5q-.2 0-.35-.15T11 15v-.275q-.475-.275-.737-.737T10 13q0-.825.588-1.412T12 11t1.413.588T14 13q0 .525-.262.988t-.738.737V15q0 .2-.15.35t-.35.15zm4-2.5q0-.325-.05-.625t-.175-.6q-.125-.275-.05-.575t.35-.475t.562-.112t.413.337q.225.475.338.988T17 13q0 .525-.112 1.038t-.338.987q-.125.275-.413.35t-.562-.1t-.35-.475t.05-.6q.125-.275.175-.575T15.5 13m-7 0q0 .325.05.625t.175.6q.125.275.05.575t-.35.475t-.562.113t-.413-.338q-.225-.475-.337-.987T7 13q0-2.075 1.463-3.537T12 8v-.7q0-.175.15-.238t.275.063l1.4 1.25q.175.15.175.375t-.175.375l-1.4 1.25q-.125.125-.275.063T12 10.2v-.7q-1.45 0-2.475 1.025T8.5 13M6 23q-.825 0-1.412-.587T4 21V3q0-.825.588-1.412T6 1h12q.825 0 1.413.588T20 3v18q0 .825-.587 1.413T18 23zm0-5h12V6H6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsOnDeviceTrainingRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 17q-.2 0-.35-.15T11 16.5t.15-.35t.35-.15h1q.2 0 .35.15t.15.35t-.15.35t-.35.15zm0-1.5q-.2 0-.35-.15T11 15v-.275q-.475-.275-.737-.737T10 13q0-.825.588-1.412T12 11t1.413.588T14 13q0 .525-.262.988t-.738.737V15q0 .2-.15.35t-.35.15zm4-2.5q0-.325-.05-.625t-.175-.6q-.125-.275-.05-.575t.35-.475t.562-.112t.413.337q.225.475.338.988T17 13q0 .525-.112 1.038t-.338.987q-.125.275-.413.35t-.562-.1t-.35-.475t.05-.6q.125-.275.175-.575T15.5 13m-7 0q0 .325.05.625t.175.6q.125.275.05.575t-.35.475t-.562.113t-.413-.338q-.225-.475-.337-.987T7 13q0-2.075 1.463-3.537T12 8v-.7q0-.175.15-.238t.275.063l1.4 1.25q.175.15.175.375t-.175.375l-1.4 1.25q-.125.125-.275.063T12 10.2v-.7q-1.45 0-2.475 1.025T8.5 13M6 23q-.825 0-1.412-.587T4 21V3q0-.825.588-1.412T6 1h12q.825 0 1.413.588T20 3v18q0 .825-.587 1.413T18 23zm0-5h12V6H6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 17q-.2 0-.35-.15T11 16.5t.15-.35t.35-.15h1q.2 0 .35.15t.15.35t-.15.35t-.35.15zm0-1.5q-.2 0-.35-.15T11 15v-.275q-.475-.275-.737-.737T10 13q0-.825.588-1.412T12 11t1.413.588T14 13q0 .525-.262.988t-.738.737V15q0 .2-.15.35t-.35.15zm4-2.5q0-.325-.05-.625t-.175-.6q-.125-.275-.05-.575t.35-.475t.562-.112t.413.337q.225.475.338.988T17 13q0 .525-.112 1.038t-.338.987q-.125.275-.413.35t-.562-.1t-.35-.475t.05-.6q.125-.275.175-.575T15.5 13m-7 0q0 .325.05.625t.175.6q.125.275.05.575t-.35.475t-.562.113t-.413-.338q-.225-.475-.337-.987T7 13q0-2.075 1.463-3.537T12 8v-.7q0-.175.15-.238t.275.063l1.4 1.25q.175.15.175.375t-.175.375l-1.4 1.25q-.125.125-.275.063T12 10.2v-.7q-1.45 0-2.475 1.025T8.5 13M6 23q-.825 0-1.412-.587T4 21V3q0-.825.588-1.412T6 1h12q.825 0 1.413.588T20 3v18q0 .825-.587 1.413T18 23zm0-5h12V6H6z"/></svg>
</template>

CSS

.icon-on-device-training-rounded {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2017q-.2%200-.35-.15T11%2016.5t.15-.35t.35-.15h1q.2%200%20.35.15t.15.35t-.15.35t-.35.15zm0-1.5q-.2%200-.35-.15T11%2015v-.275q-.475-.275-.737-.737T10%2013q0-.825.588-1.412T12%2011t1.413.588T14%2013q0%20.525-.262.988t-.738.737V15q0%20.2-.15.35t-.35.15zm4-2.5q0-.325-.05-.625t-.175-.6q-.125-.275-.05-.575t.35-.475t.562-.112t.413.337q.225.475.338.988T17%2013q0%20.525-.112%201.038t-.338.987q-.125.275-.413.35t-.562-.1t-.35-.475t.05-.6q.125-.275.175-.575T15.5%2013m-7%200q0%20.325.05.625t.175.6q.125.275.05.575t-.35.475t-.562.113t-.413-.338q-.225-.475-.337-.987T7%2013q0-2.075%201.463-3.537T12%208v-.7q0-.175.15-.238t.275.063l1.4%201.25q.175.15.175.375t-.175.375l-1.4%201.25q-.125.125-.275.063T12%2010.2v-.7q-1.45%200-2.475%201.025T8.5%2013M6%2023q-.825%200-1.412-.587T4%2021V3q0-.825.588-1.412T6%201h12q.825%200%201.413.588T20%203v18q0%20.825-.587%201.413T18%2023zm0-5h12V6H6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2017q-.2%200-.35-.15T11%2016.5t.15-.35t.35-.15h1q.2%200%20.35.15t.15.35t-.15.35t-.35.15zm0-1.5q-.2%200-.35-.15T11%2015v-.275q-.475-.275-.737-.737T10%2013q0-.825.588-1.412T12%2011t1.413.588T14%2013q0%20.525-.262.988t-.738.737V15q0%20.2-.15.35t-.35.15zm4-2.5q0-.325-.05-.625t-.175-.6q-.125-.275-.05-.575t.35-.475t.562-.112t.413.337q.225.475.338.988T17%2013q0%20.525-.112%201.038t-.338.987q-.125.275-.413.35t-.562-.1t-.35-.475t.05-.6q.125-.275.175-.575T15.5%2013m-7%200q0%20.325.05.625t.175.6q.125.275.05.575t-.35.475t-.562.113t-.413-.338q-.225-.475-.337-.987T7%2013q0-2.075%201.463-3.537T12%208v-.7q0-.175.15-.238t.275.063l1.4%201.25q.175.15.175.375t-.175.375l-1.4%201.25q-.125.125-.275.063T12%2010.2v-.7q-1.45%200-2.475%201.025T8.5%2013M6%2023q-.825%200-1.412-.587T4%2021V3q0-.825.588-1.412T6%201h12q.825%200%201.413.588T20%203v18q0%20.825-.587%201.413T18%2023zm0-5h12V6H6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/on-device-training-rounded.svg?color=%231a73e8&size=48