watson machine learning icon
watson-machine-learning from Carbon by IBM · Outline · Brand · Apache-2.0 Free for personal and commercial use.
- Name
- watson-machine-learning
- Set
- Carbon
- Style
- Outline
- Category
- Brand
- Viewbox
- 32×32
- License
- Apache 2.0
More brand icons from Carbon
beecarboncarbon-for-aemcarbon-for-ibm-dotcomcarbon-for-ibm-productcarbon-for-mobilecarbon-for-salesforcecarbon-ui-buildercloud-appedt-loopibm-cloudibm-partner-plusibm-securitylogo-angularlogo-ansible-communitylogo-astradblogo-blueskylogo-digglogo-discordlogo-facebooklogo-figmalogo-flickrlogo-gitlogo-github
Use the 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="M22 26h-2v-8.24l-3.23 3.88a1 1 0 0 1-1.54 0L12 17.76V26h-2V15a1 1 0 0 1 .66-.94a1 1 0 0 1 1.11.3L16 19.44l4.23-5.08a1 1 0 0 1 1.11-.3A1 1 0 0 1 22 15ZM4.16 14.65l-3-1.75a.76.76 0 1 0-.76 1.32l3 1.78a.76.76 0 1 0 .76-1.31Zm4.13-4.13a.73.73 0 0 0 1 .27a.75.75 0 0 0 .28-1l-1.74-3a.76.76 0 1 0-1.32.76ZM16 9a.76.76 0 0 0 .76-.76V4.76a.76.76 0 1 0-1.52 0v3.49A.76.76 0 0 0 16 9m6.68 1.79a.75.75 0 0 0 .37.11a.76.76 0 0 0 .66-.38l1.75-3a.76.76 0 0 0-1.32-.76l-1.74 3a.75.75 0 0 0 .28 1.03m9.22 2.39a.76.76 0 0 0-1-.28l-3 1.75a.76.76 0 0 0 .7 1.35l3-1.74a.77.77 0 0 0 .3-1.08"/></svg>
React
import type { SVGProps } from "react";
export function CarbonWatsonMachineLearning(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="M22 26h-2v-8.24l-3.23 3.88a1 1 0 0 1-1.54 0L12 17.76V26h-2V15a1 1 0 0 1 .66-.94a1 1 0 0 1 1.11.3L16 19.44l4.23-5.08a1 1 0 0 1 1.11-.3A1 1 0 0 1 22 15ZM4.16 14.65l-3-1.75a.76.76 0 1 0-.76 1.32l3 1.78a.76.76 0 1 0 .76-1.31Zm4.13-4.13a.73.73 0 0 0 1 .27a.75.75 0 0 0 .28-1l-1.74-3a.76.76 0 1 0-1.32.76ZM16 9a.76.76 0 0 0 .76-.76V4.76a.76.76 0 1 0-1.52 0v3.49A.76.76 0 0 0 16 9m6.68 1.79a.75.75 0 0 0 .37.11a.76.76 0 0 0 .66-.38l1.75-3a.76.76 0 0 0-1.32-.76l-1.74 3a.75.75 0 0 0 .28 1.03m9.22 2.39a.76.76 0 0 0-1-.28l-3 1.75a.76.76 0 0 0 .7 1.35l3-1.74a.77.77 0 0 0 .3-1.08"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 26h-2v-8.24l-3.23 3.88a1 1 0 0 1-1.54 0L12 17.76V26h-2V15a1 1 0 0 1 .66-.94a1 1 0 0 1 1.11.3L16 19.44l4.23-5.08a1 1 0 0 1 1.11-.3A1 1 0 0 1 22 15ZM4.16 14.65l-3-1.75a.76.76 0 1 0-.76 1.32l3 1.78a.76.76 0 1 0 .76-1.31Zm4.13-4.13a.73.73 0 0 0 1 .27a.75.75 0 0 0 .28-1l-1.74-3a.76.76 0 1 0-1.32.76ZM16 9a.76.76 0 0 0 .76-.76V4.76a.76.76 0 1 0-1.52 0v3.49A.76.76 0 0 0 16 9m6.68 1.79a.75.75 0 0 0 .37.11a.76.76 0 0 0 .66-.38l1.75-3a.76.76 0 0 0-1.32-.76l-1.74 3a.75.75 0 0 0 .28 1.03m9.22 2.39a.76.76 0 0 0-1-.28l-3 1.75a.76.76 0 0 0 .7 1.35l3-1.74a.77.77 0 0 0 .3-1.08"/></svg> </template>
CSS
.icon-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%22M22%2026h-2v-8.24l-3.23%203.88a1%201%200%200%201-1.54%200L12%2017.76V26h-2V15a1%201%200%200%201%20.66-.94a1%201%200%200%201%201.11.3L16%2019.44l4.23-5.08a1%201%200%200%201%201.11-.3A1%201%200%200%201%2022%2015ZM4.16%2014.65l-3-1.75a.76.76%200%201%200-.76%201.32l3%201.78a.76.76%200%201%200%20.76-1.31Zm4.13-4.13a.73.73%200%200%200%201%20.27a.75.75%200%200%200%20.28-1l-1.74-3a.76.76%200%201%200-1.32.76ZM16%209a.76.76%200%200%200%20.76-.76V4.76a.76.76%200%201%200-1.52%200v3.49A.76.76%200%200%200%2016%209m6.68%201.79a.75.75%200%200%200%20.37.11a.76.76%200%200%200%20.66-.38l1.75-3a.76.76%200%200%200-1.32-.76l-1.74%203a.75.75%200%200%200%20.28%201.03m9.22%202.39a.76.76%200%200%200-1-.28l-3%201.75a.76.76%200%200%200%20.7%201.35l3-1.74a.77.77%200%200%200%20.3-1.08%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%22M22%2026h-2v-8.24l-3.23%203.88a1%201%200%200%201-1.54%200L12%2017.76V26h-2V15a1%201%200%200%201%20.66-.94a1%201%200%200%201%201.11.3L16%2019.44l4.23-5.08a1%201%200%200%201%201.11-.3A1%201%200%200%201%2022%2015ZM4.16%2014.65l-3-1.75a.76.76%200%201%200-.76%201.32l3%201.78a.76.76%200%201%200%20.76-1.31Zm4.13-4.13a.73.73%200%200%200%201%20.27a.75.75%200%200%200%20.28-1l-1.74-3a.76.76%200%201%200-1.32.76ZM16%209a.76.76%200%200%200%20.76-.76V4.76a.76.76%200%201%200-1.52%200v3.49A.76.76%200%200%200%2016%209m6.68%201.79a.75.75%200%200%200%20.37.11a.76.76%200%200%200%20.66-.38l1.75-3a.76.76%200%200%200-1.32-.76l-1.74%203a.75.75%200%200%200%20.28%201.03m9.22%202.39a.76.76%200%200%200-1-.28l-3%201.75a.76.76%200%200%200%20.7%201.35l3-1.74a.77.77%200%200%200%20.3-1.08%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/watson-machine-learning.svg?color=%231a73e8&size=48