round model training icon
round-model-training from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- round-model-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 model training icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 13.5c0 2-2.5 3.5-2.5 5h-2c0-1.5-2.5-3-2.5-5c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5m-2.5 6h-2v.5c0 .55.45 1 1 1s1-.45 1-1zm6-6.5c0 1.39-.41 2.69-1.12 3.78a1 1 0 0 0 .14 1.24c.44.44 1.2.38 1.54-.15A8.9 8.9 0 0 0 21 13c0-2.36-.91-4.51-2.4-6.12c-.39-.42-1.05-.43-1.45-.03c-.38.38-.38.99-.02 1.39A6.97 6.97 0 0 1 19 13m-3.35-8.35l-2.79-2.79a.501.501 0 0 0-.86.35V4a9 9 0 0 0-7.56 13.88c.34.53 1.1.59 1.54.15c.33-.33.39-.84.14-1.23c-1.39-2.15-1.64-5.1.13-8C7.45 6.85 9.71 5.81 12 6v1.79c0 .45.54.67.85.35l2.79-2.79c.2-.19.2-.51.01-.7"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundModelTraining(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="M15.5 13.5c0 2-2.5 3.5-2.5 5h-2c0-1.5-2.5-3-2.5-5c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5m-2.5 6h-2v.5c0 .55.45 1 1 1s1-.45 1-1zm6-6.5c0 1.39-.41 2.69-1.12 3.78a1 1 0 0 0 .14 1.24c.44.44 1.2.38 1.54-.15A8.9 8.9 0 0 0 21 13c0-2.36-.91-4.51-2.4-6.12c-.39-.42-1.05-.43-1.45-.03c-.38.38-.38.99-.02 1.39A6.97 6.97 0 0 1 19 13m-3.35-8.35l-2.79-2.79a.501.501 0 0 0-.86.35V4a9 9 0 0 0-7.56 13.88c.34.53 1.1.59 1.54.15c.33-.33.39-.84.14-1.23c-1.39-2.15-1.64-5.1.13-8C7.45 6.85 9.71 5.81 12 6v1.79c0 .45.54.67.85.35l2.79-2.79c.2-.19.2-.51.01-.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 13.5c0 2-2.5 3.5-2.5 5h-2c0-1.5-2.5-3-2.5-5c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5m-2.5 6h-2v.5c0 .55.45 1 1 1s1-.45 1-1zm6-6.5c0 1.39-.41 2.69-1.12 3.78a1 1 0 0 0 .14 1.24c.44.44 1.2.38 1.54-.15A8.9 8.9 0 0 0 21 13c0-2.36-.91-4.51-2.4-6.12c-.39-.42-1.05-.43-1.45-.03c-.38.38-.38.99-.02 1.39A6.97 6.97 0 0 1 19 13m-3.35-8.35l-2.79-2.79a.501.501 0 0 0-.86.35V4a9 9 0 0 0-7.56 13.88c.34.53 1.1.59 1.54.15c.33-.33.39-.84.14-1.23c-1.39-2.15-1.64-5.1.13-8C7.45 6.85 9.71 5.81 12 6v1.79c0 .45.54.67.85.35l2.79-2.79c.2-.19.2-.51.01-.7"/></svg> </template>
CSS
.icon-round-model-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%22M15.5%2013.5c0%202-2.5%203.5-2.5%205h-2c0-1.5-2.5-3-2.5-5c0-1.93%201.57-3.5%203.5-3.5s3.5%201.57%203.5%203.5m-2.5%206h-2v.5c0%20.55.45%201%201%201s1-.45%201-1zm6-6.5c0%201.39-.41%202.69-1.12%203.78a1%201%200%200%200%20.14%201.24c.44.44%201.2.38%201.54-.15A8.9%208.9%200%200%200%2021%2013c0-2.36-.91-4.51-2.4-6.12c-.39-.42-1.05-.43-1.45-.03c-.38.38-.38.99-.02%201.39A6.97%206.97%200%200%201%2019%2013m-3.35-8.35l-2.79-2.79a.501.501%200%200%200-.86.35V4a9%209%200%200%200-7.56%2013.88c.34.53%201.1.59%201.54.15c.33-.33.39-.84.14-1.23c-1.39-2.15-1.64-5.1.13-8C7.45%206.85%209.71%205.81%2012%206v1.79c0%20.45.54.67.85.35l2.79-2.79c.2-.19.2-.51.01-.7%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%22M15.5%2013.5c0%202-2.5%203.5-2.5%205h-2c0-1.5-2.5-3-2.5-5c0-1.93%201.57-3.5%203.5-3.5s3.5%201.57%203.5%203.5m-2.5%206h-2v.5c0%20.55.45%201%201%201s1-.45%201-1zm6-6.5c0%201.39-.41%202.69-1.12%203.78a1%201%200%200%200%20.14%201.24c.44.44%201.2.38%201.54-.15A8.9%208.9%200%200%200%2021%2013c0-2.36-.91-4.51-2.4-6.12c-.39-.42-1.05-.43-1.45-.03c-.38.38-.38.99-.02%201.39A6.97%206.97%200%200%201%2019%2013m-3.35-8.35l-2.79-2.79a.501.501%200%200%200-.86.35V4a9%209%200%200%200-7.56%2013.88c.34.53%201.1.59%201.54.15c.33-.33.39-.84.14-1.23c-1.39-2.15-1.64-5.1.13-8C7.45%206.85%209.71%205.81%2012%206v1.79c0%20.45.54.67.85.35l2.79-2.79c.2-.19.2-.51.01-.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-model-training.svg?color=%231a73e8&size=48