ibm watson machine learning icon
ibm-watson-machine-learning from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- ibm-watson-machine-learning
- Set
- Carbon
- Style
- Outline
- Category
- Enterprise
- Viewbox
- 32×32
- License
- Apache 2.0
More enterprise icons from Carbon
accountaiai-agentai-agent-detachedai-business-impact-assessmentai-enabled-edtai-enabled-pdlcai-generateai-governance-lifecycleai-governance-trackedai-governance-untrackedai-labelai-launchai-observabilityai-recommendappleapple-dashautoscalingbank-vaultbasketballbatbee-batbinding-connectorblock-storage
Use the ibm watson 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="M3.6 22.5c-1-2-1.6-4.2-1.6-6.5C2 8.3 8.3 2 16 2v2C9.4 4 4 9.4 4 16c0 2 .5 3.8 1.4 5.5zM28 16c0 6.6-5.4 12-12 12c-2.9 0-5.6-1-7.7-2.8l5.7-5.7l-1.4-1.5l-6.5 6.5c-.4.4-.4 1 0 1.4C8.7 28.5 12.3 30 16 30c7.7 0 14-6.3 14-14z"/><path fill="currentColor" d="M18 25c-.1 0-.3 0-.4-.1c-.3-.1-.6-.4-.6-.8l-.7-5l2-.3l.4 3.3l2.2-1.7V15c0-.3.1-.5.3-.7l3.2-3.2c.9-.9 1.5-2.2 1.5-3.5V6h-1.5c-1.3 0-2.6.5-3.5 1.5l-3.2 3.2c-.2.2-.4.3-.7.3h-5.5l-1.7 2.2l3.3.4l-.3 2l-5-.7c-.4 0-.7-.3-.8-.6s-.1-.7.1-1l3-4q.45-.3.9-.3h5.6l3-3c1.3-1.3 3.1-2 4.9-2H26c1.1 0 2 .9 2 2v1.5c0 1.9-.7 3.6-2 4.9l-3 3V21c0 .3-.1.6-.4.8l-4 3c-.2.1-.4.2-.6.2"/></svg>
React
import type { SVGProps } from "react";
export function CarbonIbmWatsonMachineLearning(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="M3.6 22.5c-1-2-1.6-4.2-1.6-6.5C2 8.3 8.3 2 16 2v2C9.4 4 4 9.4 4 16c0 2 .5 3.8 1.4 5.5zM28 16c0 6.6-5.4 12-12 12c-2.9 0-5.6-1-7.7-2.8l5.7-5.7l-1.4-1.5l-6.5 6.5c-.4.4-.4 1 0 1.4C8.7 28.5 12.3 30 16 30c7.7 0 14-6.3 14-14z"/><path fill="currentColor" d="M18 25c-.1 0-.3 0-.4-.1c-.3-.1-.6-.4-.6-.8l-.7-5l2-.3l.4 3.3l2.2-1.7V15c0-.3.1-.5.3-.7l3.2-3.2c.9-.9 1.5-2.2 1.5-3.5V6h-1.5c-1.3 0-2.6.5-3.5 1.5l-3.2 3.2c-.2.2-.4.3-.7.3h-5.5l-1.7 2.2l3.3.4l-.3 2l-5-.7c-.4 0-.7-.3-.8-.6s-.1-.7.1-1l3-4q.45-.3.9-.3h5.6l3-3c1.3-1.3 3.1-2 4.9-2H26c1.1 0 2 .9 2 2v1.5c0 1.9-.7 3.6-2 4.9l-3 3V21c0 .3-.1.6-.4.8l-4 3c-.2.1-.4.2-.6.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.6 22.5c-1-2-1.6-4.2-1.6-6.5C2 8.3 8.3 2 16 2v2C9.4 4 4 9.4 4 16c0 2 .5 3.8 1.4 5.5zM28 16c0 6.6-5.4 12-12 12c-2.9 0-5.6-1-7.7-2.8l5.7-5.7l-1.4-1.5l-6.5 6.5c-.4.4-.4 1 0 1.4C8.7 28.5 12.3 30 16 30c7.7 0 14-6.3 14-14z"/><path fill="currentColor" d="M18 25c-.1 0-.3 0-.4-.1c-.3-.1-.6-.4-.6-.8l-.7-5l2-.3l.4 3.3l2.2-1.7V15c0-.3.1-.5.3-.7l3.2-3.2c.9-.9 1.5-2.2 1.5-3.5V6h-1.5c-1.3 0-2.6.5-3.5 1.5l-3.2 3.2c-.2.2-.4.3-.7.3h-5.5l-1.7 2.2l3.3.4l-.3 2l-5-.7c-.4 0-.7-.3-.8-.6s-.1-.7.1-1l3-4q.45-.3.9-.3h5.6l3-3c1.3-1.3 3.1-2 4.9-2H26c1.1 0 2 .9 2 2v1.5c0 1.9-.7 3.6-2 4.9l-3 3V21c0 .3-.1.6-.4.8l-4 3c-.2.1-.4.2-.6.2"/></svg> </template>
CSS
.icon-ibm-watson-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%22M3.6%2022.5c-1-2-1.6-4.2-1.6-6.5C2%208.3%208.3%202%2016%202v2C9.4%204%204%209.4%204%2016c0%202%20.5%203.8%201.4%205.5zM28%2016c0%206.6-5.4%2012-12%2012c-2.9%200-5.6-1-7.7-2.8l5.7-5.7l-1.4-1.5l-6.5%206.5c-.4.4-.4%201%200%201.4C8.7%2028.5%2012.3%2030%2016%2030c7.7%200%2014-6.3%2014-14z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2025c-.1%200-.3%200-.4-.1c-.3-.1-.6-.4-.6-.8l-.7-5l2-.3l.4%203.3l2.2-1.7V15c0-.3.1-.5.3-.7l3.2-3.2c.9-.9%201.5-2.2%201.5-3.5V6h-1.5c-1.3%200-2.6.5-3.5%201.5l-3.2%203.2c-.2.2-.4.3-.7.3h-5.5l-1.7%202.2l3.3.4l-.3%202l-5-.7c-.4%200-.7-.3-.8-.6s-.1-.7.1-1l3-4q.45-.3.9-.3h5.6l3-3c1.3-1.3%203.1-2%204.9-2H26c1.1%200%202%20.9%202%202v1.5c0%201.9-.7%203.6-2%204.9l-3%203V21c0%20.3-.1.6-.4.8l-4%203c-.2.1-.4.2-.6.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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.6%2022.5c-1-2-1.6-4.2-1.6-6.5C2%208.3%208.3%202%2016%202v2C9.4%204%204%209.4%204%2016c0%202%20.5%203.8%201.4%205.5zM28%2016c0%206.6-5.4%2012-12%2012c-2.9%200-5.6-1-7.7-2.8l5.7-5.7l-1.4-1.5l-6.5%206.5c-.4.4-.4%201%200%201.4C8.7%2028.5%2012.3%2030%2016%2030c7.7%200%2014-6.3%2014-14z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2025c-.1%200-.3%200-.4-.1c-.3-.1-.6-.4-.6-.8l-.7-5l2-.3l.4%203.3l2.2-1.7V15c0-.3.1-.5.3-.7l3.2-3.2c.9-.9%201.5-2.2%201.5-3.5V6h-1.5c-1.3%200-2.6.5-3.5%201.5l-3.2%203.2c-.2.2-.4.3-.7.3h-5.5l-1.7%202.2l3.3.4l-.3%202l-5-.7c-.4%200-.7-.3-.8-.6s-.1-.7.1-1l3-4q.45-.3.9-.3h5.6l3-3c1.3-1.3%203.1-2%204.9-2H26c1.1%200%202%20.9%202%202v1.5c0%201.9-.7%203.6-2%204.9l-3%203V21c0%20.3-.1.6-.4.8l-4%203c-.2.1-.4.2-.6.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/ibm-watson-machine-learning.svg?color=%231a73e8&size=48