sharp on device training icon

sharp-on-device-training from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
sharp-on-device-training
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the sharp 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 16h2v1h-2zm1-5c-1.1 0-2 .9-2 2c0 .74.4 1.38 1 1.72v.78h2v-.78c.6-.35 1-.98 1-1.72c0-1.1-.9-2-2-2"/><path fill="currentColor" d="M20 1.01L4 1v22h16zM18 18H6V6h12z"/><path fill="currentColor" d="M16.01 15.95c.62-.83.99-1.84.99-2.95s-.37-2.12-.99-2.95l-1.07 1.07c.35.54.56 1.19.56 1.88s-.21 1.34-.56 1.88zm-6.95-1.07c-.35-.54-.56-1.19-.56-1.88c0-1.93 1.57-3.5 3.5-3.5v1.25l2.25-2l-2.25-2V8c-2.76 0-5 2.24-5 5c0 1.11.37 2.12.99 2.95z"/></svg>

React

import type { SVGProps } from "react";

export function IcSharpOnDeviceTraining(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 16h2v1h-2zm1-5c-1.1 0-2 .9-2 2c0 .74.4 1.38 1 1.72v.78h2v-.78c.6-.35 1-.98 1-1.72c0-1.1-.9-2-2-2"/><path fill="currentColor" d="M20 1.01L4 1v22h16zM18 18H6V6h12z"/><path fill="currentColor" d="M16.01 15.95c.62-.83.99-1.84.99-2.95s-.37-2.12-.99-2.95l-1.07 1.07c.35.54.56 1.19.56 1.88s-.21 1.34-.56 1.88zm-6.95-1.07c-.35-.54-.56-1.19-.56-1.88c0-1.93 1.57-3.5 3.5-3.5v1.25l2.25-2l-2.25-2V8c-2.76 0-5 2.24-5 5c0 1.11.37 2.12.99 2.95z"/></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 16h2v1h-2zm1-5c-1.1 0-2 .9-2 2c0 .74.4 1.38 1 1.72v.78h2v-.78c.6-.35 1-.98 1-1.72c0-1.1-.9-2-2-2"/><path fill="currentColor" d="M20 1.01L4 1v22h16zM18 18H6V6h12z"/><path fill="currentColor" d="M16.01 15.95c.62-.83.99-1.84.99-2.95s-.37-2.12-.99-2.95l-1.07 1.07c.35.54.56 1.19.56 1.88s-.21 1.34-.56 1.88zm-6.95-1.07c-.35-.54-.56-1.19-.56-1.88c0-1.93 1.57-3.5 3.5-3.5v1.25l2.25-2l-2.25-2V8c-2.76 0-5 2.24-5 5c0 1.11.37 2.12.99 2.95z"/></svg>
</template>

CSS

.icon-sharp-on-device-training {
  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%2016h2v1h-2zm1-5c-1.1%200-2%20.9-2%202c0%20.74.4%201.38%201%201.72v.78h2v-.78c.6-.35%201-.98%201-1.72c0-1.1-.9-2-2-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%201.01L4%201v22h16zM18%2018H6V6h12z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.01%2015.95c.62-.83.99-1.84.99-2.95s-.37-2.12-.99-2.95l-1.07%201.07c.35.54.56%201.19.56%201.88s-.21%201.34-.56%201.88zm-6.95-1.07c-.35-.54-.56-1.19-.56-1.88c0-1.93%201.57-3.5%203.5-3.5v1.25l2.25-2l-2.25-2V8c-2.76%200-5%202.24-5%205c0%201.11.37%202.12.99%202.95z%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%2016h2v1h-2zm1-5c-1.1%200-2%20.9-2%202c0%20.74.4%201.38%201%201.72v.78h2v-.78c.6-.35%201-.98%201-1.72c0-1.1-.9-2-2-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%201.01L4%201v22h16zM18%2018H6V6h12z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.01%2015.95c.62-.83.99-1.84.99-2.95s-.37-2.12-.99-2.95l-1.07%201.07c.35.54.56%201.19.56%201.88s-.21%201.34-.56%201.88zm-6.95-1.07c-.35-.54-.56-1.19-.56-1.88c0-1.93%201.57-3.5%203.5-3.5v1.25l2.25-2l-2.25-2V8c-2.76%200-5%202.24-5%205c0%201.11.37%202.12.99%202.95z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Sharp On Device Training baseline icon — Google Material Icons · IconsDB