round on device training icon
round-on-device-training from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- round-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
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the round 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 17h1c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5s.22.5.5.5m.02-5.94c-.71.16-1.29.74-1.46 1.44c-.23.94.21 1.8.94 2.22v.53c0 .14.11.25.25.25h1.5c.14 0 .25-.11.25-.25v-.53c.6-.35 1-.98 1-1.72a2 2 0 0 0-2.48-1.94"/><path fill="currentColor" d="M18 1.01L6 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99M18 18H6V6h12z"/><path fill="currentColor" d="M15.33 15.27c.36.36.99.26 1.21-.2c.29-.63.46-1.33.46-2.07s-.17-1.44-.46-2.07a.748.748 0 0 0-1.21-.2a.75.75 0 0 0-.15.84c.2.44.31.92.31 1.43s-.11.99-.31 1.43c-.12.29-.07.62.15.84m-6.66 0a.75.75 0 0 0 .15-.84c-.21-.44-.32-.92-.32-1.43c0-1.93 1.57-3.5 3.5-3.5v.69c0 .22.25.33.42.19l1.62-1.44c.11-.1.11-.27 0-.37l-1.62-1.44c-.17-.15-.42-.04-.42.18V8c-2.76 0-5 2.24-5 5c0 .74.17 1.44.46 2.07c.22.47.84.57 1.21.2"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundOnDeviceTraining(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 17h1c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5s.22.5.5.5m.02-5.94c-.71.16-1.29.74-1.46 1.44c-.23.94.21 1.8.94 2.22v.53c0 .14.11.25.25.25h1.5c.14 0 .25-.11.25-.25v-.53c.6-.35 1-.98 1-1.72a2 2 0 0 0-2.48-1.94"/><path fill="currentColor" d="M18 1.01L6 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99M18 18H6V6h12z"/><path fill="currentColor" d="M15.33 15.27c.36.36.99.26 1.21-.2c.29-.63.46-1.33.46-2.07s-.17-1.44-.46-2.07a.748.748 0 0 0-1.21-.2a.75.75 0 0 0-.15.84c.2.44.31.92.31 1.43s-.11.99-.31 1.43c-.12.29-.07.62.15.84m-6.66 0a.75.75 0 0 0 .15-.84c-.21-.44-.32-.92-.32-1.43c0-1.93 1.57-3.5 3.5-3.5v.69c0 .22.25.33.42.19l1.62-1.44c.11-.1.11-.27 0-.37l-1.62-1.44c-.17-.15-.42-.04-.42.18V8c-2.76 0-5 2.24-5 5c0 .74.17 1.44.46 2.07c.22.47.84.57 1.21.2"/></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 17h1c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5s.22.5.5.5m.02-5.94c-.71.16-1.29.74-1.46 1.44c-.23.94.21 1.8.94 2.22v.53c0 .14.11.25.25.25h1.5c.14 0 .25-.11.25-.25v-.53c.6-.35 1-.98 1-1.72a2 2 0 0 0-2.48-1.94"/><path fill="currentColor" d="M18 1.01L6 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99M18 18H6V6h12z"/><path fill="currentColor" d="M15.33 15.27c.36.36.99.26 1.21-.2c.29-.63.46-1.33.46-2.07s-.17-1.44-.46-2.07a.748.748 0 0 0-1.21-.2a.75.75 0 0 0-.15.84c.2.44.31.92.31 1.43s-.11.99-.31 1.43c-.12.29-.07.62.15.84m-6.66 0a.75.75 0 0 0 .15-.84c-.21-.44-.32-.92-.32-1.43c0-1.93 1.57-3.5 3.5-3.5v.69c0 .22.25.33.42.19l1.62-1.44c.11-.1.11-.27 0-.37l-1.62-1.44c-.17-.15-.42-.04-.42.18V8c-2.76 0-5 2.24-5 5c0 .74.17 1.44.46 2.07c.22.47.84.57 1.21.2"/></svg> </template>
CSS
.icon-round-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.5%2017h1c.28%200%20.5-.22.5-.5s-.22-.5-.5-.5h-1c-.28%200-.5.22-.5.5s.22.5.5.5m.02-5.94c-.71.16-1.29.74-1.46%201.44c-.23.94.21%201.8.94%202.22v.53c0%20.14.11.25.25.25h1.5c.14%200%20.25-.11.25-.25v-.53c.6-.35%201-.98%201-1.72a2%202%200%200%200-2.48-1.94%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%201.01L6%201c-1.1%200-2%20.9-2%202v18c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V3c0-1.1-.9-1.99-2-1.99M18%2018H6V6h12z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.33%2015.27c.36.36.99.26%201.21-.2c.29-.63.46-1.33.46-2.07s-.17-1.44-.46-2.07a.748.748%200%200%200-1.21-.2a.75.75%200%200%200-.15.84c.2.44.31.92.31%201.43s-.11.99-.31%201.43c-.12.29-.07.62.15.84m-6.66%200a.75.75%200%200%200%20.15-.84c-.21-.44-.32-.92-.32-1.43c0-1.93%201.57-3.5%203.5-3.5v.69c0%20.22.25.33.42.19l1.62-1.44c.11-.1.11-.27%200-.37l-1.62-1.44c-.17-.15-.42-.04-.42.18V8c-2.76%200-5%202.24-5%205c0%20.74.17%201.44.46%202.07c.22.47.84.57%201.21.2%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%2017h1c.28%200%20.5-.22.5-.5s-.22-.5-.5-.5h-1c-.28%200-.5.22-.5.5s.22.5.5.5m.02-5.94c-.71.16-1.29.74-1.46%201.44c-.23.94.21%201.8.94%202.22v.53c0%20.14.11.25.25.25h1.5c.14%200%20.25-.11.25-.25v-.53c.6-.35%201-.98%201-1.72a2%202%200%200%200-2.48-1.94%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%201.01L6%201c-1.1%200-2%20.9-2%202v18c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V3c0-1.1-.9-1.99-2-1.99M18%2018H6V6h12z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.33%2015.27c.36.36.99.26%201.21-.2c.29-.63.46-1.33.46-2.07s-.17-1.44-.46-2.07a.748.748%200%200%200-1.21-.2a.75.75%200%200%200-.15.84c.2.44.31.92.31%201.43s-.11.99-.31%201.43c-.12.29-.07.62.15.84m-6.66%200a.75.75%200%200%200%20.15-.84c-.21-.44-.32-.92-.32-1.43c0-1.93%201.57-3.5%203.5-3.5v.69c0%20.22.25.33.42.19l1.62-1.44c.11-.1.11-.27%200-.37l-1.62-1.44c-.17-.15-.42-.04-.42.18V8c-2.76%200-5%202.24-5%205c0%20.74.17%201.44.46%202.07c.22.47.84.57%201.21.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-on-device-training.svg?color=%231a73e8&size=48