machine learning icon

machine-learning from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
machine-learning
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the machine learning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 25a6.99 6.99 0 0 1-5.833-3.129l1.666-1.107a5 5 0 0 0 8.334 0l1.666 1.107A6.99 6.99 0 0 1 16 25m4-11a2 2 0 1 0 2 2a1.98 1.98 0 0 0-2-2m-8 0a2 2 0 1 0 2 2a1.98 1.98 0 0 0-2-2"/><path fill="currentColor" d="M30 16v-2h-2v-4a4.005 4.005 0 0 0-4-4h-2V2h-2v4h-8V2h-2v4H8a4.005 4.005 0 0 0-4 4v4H2v2h2v5H2v2h2v3a4.005 4.005 0 0 0 4 4h16a4.005 4.005 0 0 0 4-4v-3h2v-2h-2v-5Zm-4 10a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonMachineLearning(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 25a6.99 6.99 0 0 1-5.833-3.129l1.666-1.107a5 5 0 0 0 8.334 0l1.666 1.107A6.99 6.99 0 0 1 16 25m4-11a2 2 0 1 0 2 2a1.98 1.98 0 0 0-2-2m-8 0a2 2 0 1 0 2 2a1.98 1.98 0 0 0-2-2"/><path fill="currentColor" d="M30 16v-2h-2v-4a4.005 4.005 0 0 0-4-4h-2V2h-2v4h-8V2h-2v4H8a4.005 4.005 0 0 0-4 4v4H2v2h2v5H2v2h2v3a4.005 4.005 0 0 0 4 4h16a4.005 4.005 0 0 0 4-4v-3h2v-2h-2v-5Zm-4 10a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 25a6.99 6.99 0 0 1-5.833-3.129l1.666-1.107a5 5 0 0 0 8.334 0l1.666 1.107A6.99 6.99 0 0 1 16 25m4-11a2 2 0 1 0 2 2a1.98 1.98 0 0 0-2-2m-8 0a2 2 0 1 0 2 2a1.98 1.98 0 0 0-2-2"/><path fill="currentColor" d="M30 16v-2h-2v-4a4.005 4.005 0 0 0-4-4h-2V2h-2v4h-8V2h-2v4H8a4.005 4.005 0 0 0-4 4v4H2v2h2v5H2v2h2v3a4.005 4.005 0 0 0 4 4h16a4.005 4.005 0 0 0 4-4v-3h2v-2h-2v-5Zm-4 10a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2Z"/></svg>
</template>

CSS

.icon-machine-learning {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2025a6.99%206.99%200%200%201-5.833-3.129l1.666-1.107a5%205%200%200%200%208.334%200l1.666%201.107A6.99%206.99%200%200%201%2016%2025m4-11a2%202%200%201%200%202%202a1.98%201.98%200%200%200-2-2m-8%200a2%202%200%201%200%202%202a1.98%201.98%200%200%200-2-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2016v-2h-2v-4a4.005%204.005%200%200%200-4-4h-2V2h-2v4h-8V2h-2v4H8a4.005%204.005%200%200%200-4%204v4H2v2h2v5H2v2h2v3a4.005%204.005%200%200%200%204%204h16a4.005%204.005%200%200%200%204-4v-3h2v-2h-2v-5Zm-4%2010a2%202%200%200%201-2%202H8a2%202%200%200%201-2-2V10a2%202%200%200%201%202-2h16a2%202%200%200%201%202%202Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2025a6.99%206.99%200%200%201-5.833-3.129l1.666-1.107a5%205%200%200%200%208.334%200l1.666%201.107A6.99%206.99%200%200%201%2016%2025m4-11a2%202%200%201%200%202%202a1.98%201.98%200%200%200-2-2m-8%200a2%202%200%201%200%202%202a1.98%201.98%200%200%200-2-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2016v-2h-2v-4a4.005%204.005%200%200%200-4-4h-2V2h-2v4h-8V2h-2v4H8a4.005%204.005%200%200%200-4%204v4H2v2h2v5H2v2h2v3a4.005%204.005%200%200%200%204%204h16a4.005%204.005%200%200%200%204-4v-3h2v-2h-2v-5Zm-4%2010a2%202%200%200%201-2%202H8a2%202%200%200%201-2-2V10a2%202%200%200%201%202-2h16a2%202%200%200%201%202%202Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/machine-learning.svg?color=%231a73e8&size=48