model-training-outline-rounded from Material Symbols Light by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
model-training-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the 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="M11.27 18.192q-.097-.748-.456-1.32q-.358-.572-.756-1.107q-.399-.536-.709-1.103t-.31-1.278q0-1.219.87-2.09q.872-.871 2.091-.871t2.09.871t.872 2.09q0 .712-.311 1.269q-.31.556-.709 1.102q-.398.545-.756 1.117q-.359.572-.455 1.32zm.239 2.3q-.201-.201-.201-.492v-.423h1.384V20q0 .29-.2.491q-.202.201-.492.201t-.491-.2m6.875-2.819q-.128-.129-.147-.296t.086-.327q.564-.863.87-1.903T19.5 13q0-1.471-.526-2.77t-1.459-2.326q-.14-.171-.153-.357t.154-.35q.146-.147.35-.157t.344.156q1.067 1.142 1.679 2.621q.611 1.48.611 3.183q0 1.292-.346 2.463q-.346 1.17-1.002 2.162q-.14.194-.366.21t-.402-.162m-13.536-.048q-.656-.992-1.002-2.162T3.5 13q0-3.558 2.471-6.029T12 4.5h1.412l-1.785-1.766q-.14-.14-.14-.353t.14-.354t.354-.14t.354.14l2.388 2.408q.13.13.184.267T14.96 5t-.053.298t-.184.268l-2.388 2.388q-.166.165-.354.162q-.189-.002-.354-.168q-.165-.165-.165-.357t.165-.356L13.362 5.5H12q-3.111 0-5.306 2.194T4.5 13q0 1.108.307 2.147q.306 1.04.87 1.903q.104.16.086.327t-.147.296q-.177.177-.402.162q-.226-.016-.366-.21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightModelTrainingOutlineRounded(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.27 18.192q-.097-.748-.456-1.32q-.358-.572-.756-1.107q-.399-.536-.709-1.103t-.31-1.278q0-1.219.87-2.09q.872-.871 2.091-.871t2.09.871t.872 2.09q0 .712-.311 1.269q-.31.556-.709 1.102q-.398.545-.756 1.117q-.359.572-.455 1.32zm.239 2.3q-.201-.201-.201-.492v-.423h1.384V20q0 .29-.2.491q-.202.201-.492.201t-.491-.2m6.875-2.819q-.128-.129-.147-.296t.086-.327q.564-.863.87-1.903T19.5 13q0-1.471-.526-2.77t-1.459-2.326q-.14-.171-.153-.357t.154-.35q.146-.147.35-.157t.344.156q1.067 1.142 1.679 2.621q.611 1.48.611 3.183q0 1.292-.346 2.463q-.346 1.17-1.002 2.162q-.14.194-.366.21t-.402-.162m-13.536-.048q-.656-.992-1.002-2.162T3.5 13q0-3.558 2.471-6.029T12 4.5h1.412l-1.785-1.766q-.14-.14-.14-.353t.14-.354t.354-.14t.354.14l2.388 2.408q.13.13.184.267T14.96 5t-.053.298t-.184.268l-2.388 2.388q-.166.165-.354.162q-.189-.002-.354-.168q-.165-.165-.165-.357t.165-.356L13.362 5.5H12q-3.111 0-5.306 2.194T4.5 13q0 1.108.307 2.147q.306 1.04.87 1.903q.104.16.086.327t-.147.296q-.177.177-.402.162q-.226-.016-.366-.21"/></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.27 18.192q-.097-.748-.456-1.32q-.358-.572-.756-1.107q-.399-.536-.709-1.103t-.31-1.278q0-1.219.87-2.09q.872-.871 2.091-.871t2.09.871t.872 2.09q0 .712-.311 1.269q-.31.556-.709 1.102q-.398.545-.756 1.117q-.359.572-.455 1.32zm.239 2.3q-.201-.201-.201-.492v-.423h1.384V20q0 .29-.2.491q-.202.201-.492.201t-.491-.2m6.875-2.819q-.128-.129-.147-.296t.086-.327q.564-.863.87-1.903T19.5 13q0-1.471-.526-2.77t-1.459-2.326q-.14-.171-.153-.357t.154-.35q.146-.147.35-.157t.344.156q1.067 1.142 1.679 2.621q.611 1.48.611 3.183q0 1.292-.346 2.463q-.346 1.17-1.002 2.162q-.14.194-.366.21t-.402-.162m-13.536-.048q-.656-.992-1.002-2.162T3.5 13q0-3.558 2.471-6.029T12 4.5h1.412l-1.785-1.766q-.14-.14-.14-.353t.14-.354t.354-.14t.354.14l2.388 2.408q.13.13.184.267T14.96 5t-.053.298t-.184.268l-2.388 2.388q-.166.165-.354.162q-.189-.002-.354-.168q-.165-.165-.165-.357t.165-.356L13.362 5.5H12q-3.111 0-5.306 2.194T4.5 13q0 1.108.307 2.147q.306 1.04.87 1.903q.104.16.086.327t-.147.296q-.177.177-.402.162q-.226-.016-.366-.21"/></svg>
</template>

CSS

.icon-model-training-outline-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.27%2018.192q-.097-.748-.456-1.32q-.358-.572-.756-1.107q-.399-.536-.709-1.103t-.31-1.278q0-1.219.87-2.09q.872-.871%202.091-.871t2.09.871t.872%202.09q0%20.712-.311%201.269q-.31.556-.709%201.102q-.398.545-.756%201.117q-.359.572-.455%201.32zm.239%202.3q-.201-.201-.201-.492v-.423h1.384V20q0%20.29-.2.491q-.202.201-.492.201t-.491-.2m6.875-2.819q-.128-.129-.147-.296t.086-.327q.564-.863.87-1.903T19.5%2013q0-1.471-.526-2.77t-1.459-2.326q-.14-.171-.153-.357t.154-.35q.146-.147.35-.157t.344.156q1.067%201.142%201.679%202.621q.611%201.48.611%203.183q0%201.292-.346%202.463q-.346%201.17-1.002%202.162q-.14.194-.366.21t-.402-.162m-13.536-.048q-.656-.992-1.002-2.162T3.5%2013q0-3.558%202.471-6.029T12%204.5h1.412l-1.785-1.766q-.14-.14-.14-.353t.14-.354t.354-.14t.354.14l2.388%202.408q.13.13.184.267T14.96%205t-.053.298t-.184.268l-2.388%202.388q-.166.165-.354.162q-.189-.002-.354-.168q-.165-.165-.165-.357t.165-.356L13.362%205.5H12q-3.111%200-5.306%202.194T4.5%2013q0%201.108.307%202.147q.306%201.04.87%201.903q.104.16.086.327t-.147.296q-.177.177-.402.162q-.226-.016-.366-.21%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.27%2018.192q-.097-.748-.456-1.32q-.358-.572-.756-1.107q-.399-.536-.709-1.103t-.31-1.278q0-1.219.87-2.09q.872-.871%202.091-.871t2.09.871t.872%202.09q0%20.712-.311%201.269q-.31.556-.709%201.102q-.398.545-.756%201.117q-.359.572-.455%201.32zm.239%202.3q-.201-.201-.201-.492v-.423h1.384V20q0%20.29-.2.491q-.202.201-.492.201t-.491-.2m6.875-2.819q-.128-.129-.147-.296t.086-.327q.564-.863.87-1.903T19.5%2013q0-1.471-.526-2.77t-1.459-2.326q-.14-.171-.153-.357t.154-.35q.146-.147.35-.157t.344.156q1.067%201.142%201.679%202.621q.611%201.48.611%203.183q0%201.292-.346%202.463q-.346%201.17-1.002%202.162q-.14.194-.366.21t-.402-.162m-13.536-.048q-.656-.992-1.002-2.162T3.5%2013q0-3.558%202.471-6.029T12%204.5h1.412l-1.785-1.766q-.14-.14-.14-.353t.14-.354t.354-.14t.354.14l2.388%202.408q.13.13.184.267T14.96%205t-.053.298t-.184.268l-2.388%202.388q-.166.165-.354.162q-.189-.002-.354-.168q-.165-.165-.165-.357t.165-.356L13.362%205.5H12q-3.111%200-5.306%202.194T4.5%2013q0%201.108.307%202.147q.306%201.04.87%201.903q.104.16.086.327t-.147.296q-.177.177-.402.162q-.226-.016-.366-.21%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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