watsonx icon

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

Name
watsonx
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the watsonx icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.312 22.919A15.04 15.04 0 0 0 31 16c0-8.271-6.729-15-15-15a14.9 14.9 0 0 0-9.205 3.167A2 2 0 1 0 8 6c0-.077-.014-.15-.022-.224A12.91 12.91 0 0 1 18.829 3.32c-3.394.926-5.9 4.028-5.9 7.711c0 .79.118 1.55.333 2.27a8 8 0 0 0-2.192-.33c-3.704 0-6.82 2.534-7.726 5.957A13 13 0 0 1 3 16c0-2.116.492-4.133 1.462-5.995L2.688 9.08A15.04 15.04 0 0 0 1 16c0 8.27 6.729 15 15 15a14.9 14.9 0 0 0 9.205-3.167A2 2 0 1 0 24 26c0 .077.014.15.022.224c-1.08.85-2.277 1.51-3.549 1.977A4.9 4.9 0 0 0 21 26c0-1.63-.796-3.067-2.007-3.98a8 8 0 0 0 .077-1.05c0-.786-.126-1.54-.338-2.258c.7.201 1.435.318 2.198.318c3.704 0 6.82-2.534 7.726-5.957c.218.942.344 1.919.344 2.927c0 2.116-.492 4.133-1.462 5.995zm-17.793 5.265a13.06 13.06 0 0 1-4.833-3.134a5.96 5.96 0 0 1-1.616-4.08c0-3.308 2.692-6 6-6s6 2.691 6 6c0 .05-.012.097-.013.147A5 5 0 0 0 16 21c-2.757 0-5 2.243-5 5c0 .786.192 1.523.519 2.184M18.999 26c0 1.654-1.345 3-3 3s-3-1.346-3-3s1.347-3 3-3s3 1.346 3 3m1.93-8.97c-3.307 0-6-2.692-6-6s2.693-6 6-6c1.43 0 2.743.504 3.775 1.342q.454.41.868.862a5.97 5.97 0 0 1 1.358 3.796c0 3.308-2.692 6-6 6"/></svg>

React

import type { SVGProps } from "react";

export function CarbonWatsonx(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="M29.312 22.919A15.04 15.04 0 0 0 31 16c0-8.271-6.729-15-15-15a14.9 14.9 0 0 0-9.205 3.167A2 2 0 1 0 8 6c0-.077-.014-.15-.022-.224A12.91 12.91 0 0 1 18.829 3.32c-3.394.926-5.9 4.028-5.9 7.711c0 .79.118 1.55.333 2.27a8 8 0 0 0-2.192-.33c-3.704 0-6.82 2.534-7.726 5.957A13 13 0 0 1 3 16c0-2.116.492-4.133 1.462-5.995L2.688 9.08A15.04 15.04 0 0 0 1 16c0 8.27 6.729 15 15 15a14.9 14.9 0 0 0 9.205-3.167A2 2 0 1 0 24 26c0 .077.014.15.022.224c-1.08.85-2.277 1.51-3.549 1.977A4.9 4.9 0 0 0 21 26c0-1.63-.796-3.067-2.007-3.98a8 8 0 0 0 .077-1.05c0-.786-.126-1.54-.338-2.258c.7.201 1.435.318 2.198.318c3.704 0 6.82-2.534 7.726-5.957c.218.942.344 1.919.344 2.927c0 2.116-.492 4.133-1.462 5.995zm-17.793 5.265a13.06 13.06 0 0 1-4.833-3.134a5.96 5.96 0 0 1-1.616-4.08c0-3.308 2.692-6 6-6s6 2.691 6 6c0 .05-.012.097-.013.147A5 5 0 0 0 16 21c-2.757 0-5 2.243-5 5c0 .786.192 1.523.519 2.184M18.999 26c0 1.654-1.345 3-3 3s-3-1.346-3-3s1.347-3 3-3s3 1.346 3 3m1.93-8.97c-3.307 0-6-2.692-6-6s2.693-6 6-6c1.43 0 2.743.504 3.775 1.342q.454.41.868.862a5.97 5.97 0 0 1 1.358 3.796c0 3.308-2.692 6-6 6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.312 22.919A15.04 15.04 0 0 0 31 16c0-8.271-6.729-15-15-15a14.9 14.9 0 0 0-9.205 3.167A2 2 0 1 0 8 6c0-.077-.014-.15-.022-.224A12.91 12.91 0 0 1 18.829 3.32c-3.394.926-5.9 4.028-5.9 7.711c0 .79.118 1.55.333 2.27a8 8 0 0 0-2.192-.33c-3.704 0-6.82 2.534-7.726 5.957A13 13 0 0 1 3 16c0-2.116.492-4.133 1.462-5.995L2.688 9.08A15.04 15.04 0 0 0 1 16c0 8.27 6.729 15 15 15a14.9 14.9 0 0 0 9.205-3.167A2 2 0 1 0 24 26c0 .077.014.15.022.224c-1.08.85-2.277 1.51-3.549 1.977A4.9 4.9 0 0 0 21 26c0-1.63-.796-3.067-2.007-3.98a8 8 0 0 0 .077-1.05c0-.786-.126-1.54-.338-2.258c.7.201 1.435.318 2.198.318c3.704 0 6.82-2.534 7.726-5.957c.218.942.344 1.919.344 2.927c0 2.116-.492 4.133-1.462 5.995zm-17.793 5.265a13.06 13.06 0 0 1-4.833-3.134a5.96 5.96 0 0 1-1.616-4.08c0-3.308 2.692-6 6-6s6 2.691 6 6c0 .05-.012.097-.013.147A5 5 0 0 0 16 21c-2.757 0-5 2.243-5 5c0 .786.192 1.523.519 2.184M18.999 26c0 1.654-1.345 3-3 3s-3-1.346-3-3s1.347-3 3-3s3 1.346 3 3m1.93-8.97c-3.307 0-6-2.692-6-6s2.693-6 6-6c1.43 0 2.743.504 3.775 1.342q.454.41.868.862a5.97 5.97 0 0 1 1.358 3.796c0 3.308-2.692 6-6 6"/></svg>
</template>

CSS

.icon-watsonx {
  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%22M29.312%2022.919A15.04%2015.04%200%200%200%2031%2016c0-8.271-6.729-15-15-15a14.9%2014.9%200%200%200-9.205%203.167A2%202%200%201%200%208%206c0-.077-.014-.15-.022-.224A12.91%2012.91%200%200%201%2018.829%203.32c-3.394.926-5.9%204.028-5.9%207.711c0%20.79.118%201.55.333%202.27a8%208%200%200%200-2.192-.33c-3.704%200-6.82%202.534-7.726%205.957A13%2013%200%200%201%203%2016c0-2.116.492-4.133%201.462-5.995L2.688%209.08A15.04%2015.04%200%200%200%201%2016c0%208.27%206.729%2015%2015%2015a14.9%2014.9%200%200%200%209.205-3.167A2%202%200%201%200%2024%2026c0%20.077.014.15.022.224c-1.08.85-2.277%201.51-3.549%201.977A4.9%204.9%200%200%200%2021%2026c0-1.63-.796-3.067-2.007-3.98a8%208%200%200%200%20.077-1.05c0-.786-.126-1.54-.338-2.258c.7.201%201.435.318%202.198.318c3.704%200%206.82-2.534%207.726-5.957c.218.942.344%201.919.344%202.927c0%202.116-.492%204.133-1.462%205.995zm-17.793%205.265a13.06%2013.06%200%200%201-4.833-3.134a5.96%205.96%200%200%201-1.616-4.08c0-3.308%202.692-6%206-6s6%202.691%206%206c0%20.05-.012.097-.013.147A5%205%200%200%200%2016%2021c-2.757%200-5%202.243-5%205c0%20.786.192%201.523.519%202.184M18.999%2026c0%201.654-1.345%203-3%203s-3-1.346-3-3s1.347-3%203-3s3%201.346%203%203m1.93-8.97c-3.307%200-6-2.692-6-6s2.693-6%206-6c1.43%200%202.743.504%203.775%201.342q.454.41.868.862a5.97%205.97%200%200%201%201.358%203.796c0%203.308-2.692%206-6%206%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%22M29.312%2022.919A15.04%2015.04%200%200%200%2031%2016c0-8.271-6.729-15-15-15a14.9%2014.9%200%200%200-9.205%203.167A2%202%200%201%200%208%206c0-.077-.014-.15-.022-.224A12.91%2012.91%200%200%201%2018.829%203.32c-3.394.926-5.9%204.028-5.9%207.711c0%20.79.118%201.55.333%202.27a8%208%200%200%200-2.192-.33c-3.704%200-6.82%202.534-7.726%205.957A13%2013%200%200%201%203%2016c0-2.116.492-4.133%201.462-5.995L2.688%209.08A15.04%2015.04%200%200%200%201%2016c0%208.27%206.729%2015%2015%2015a14.9%2014.9%200%200%200%209.205-3.167A2%202%200%201%200%2024%2026c0%20.077.014.15.022.224c-1.08.85-2.277%201.51-3.549%201.977A4.9%204.9%200%200%200%2021%2026c0-1.63-.796-3.067-2.007-3.98a8%208%200%200%200%20.077-1.05c0-.786-.126-1.54-.338-2.258c.7.201%201.435.318%202.198.318c3.704%200%206.82-2.534%207.726-5.957c.218.942.344%201.919.344%202.927c0%202.116-.492%204.133-1.462%205.995zm-17.793%205.265a13.06%2013.06%200%200%201-4.833-3.134a5.96%205.96%200%200%201-1.616-4.08c0-3.308%202.692-6%206-6s6%202.691%206%206c0%20.05-.012.097-.013.147A5%205%200%200%200%2016%2021c-2.757%200-5%202.243-5%205c0%20.786.192%201.523.519%202.184M18.999%2026c0%201.654-1.345%203-3%203s-3-1.346-3-3s1.347-3%203-3s3%201.346%203%203m1.93-8.97c-3.307%200-6-2.692-6-6s2.693-6%206-6c1.43%200%202.743.504%203.775%201.342q.454.41.868.862a5.97%205.97%200%200%201%201.358%203.796c0%203.308-2.692%206-6%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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