ibm watson discovery icon
ibm-watson-discovery from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- ibm-watson-discovery
- 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 discovery icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 17h8v2H6z"/><circle cx="3" cy="18" r="1" fill="currentColor"/><circle cx="13" cy="14" r="1" fill="currentColor"/><path fill="currentColor" d="M2 13h8v2H2zm4-4h8v2H6z"/><circle cx="3" cy="10" r="1" fill="currentColor"/><path fill="currentColor" d="m30 28.6l-7.4-7.4c1.5-2 2.4-4.5 2.4-7.2c0-6.6-5.4-12-12-12c-3.3 0-6.4 1.3-8.7 3.8l1.5 1.4C7.6 5.1 10.2 4 13 4c5.5 0 10 4.5 10 10s-4.5 10-10 10c-3 0-5.8-1.3-7.7-3.6l-1.5 1.3C6 24.4 9.4 26 13 26c3.2 0 6.1-1.3 8.3-3.3l7.3 7.3z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonIbmWatsonDiscovery(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="M6 17h8v2H6z"/><circle cx="3" cy="18" r="1" fill="currentColor"/><circle cx="13" cy="14" r="1" fill="currentColor"/><path fill="currentColor" d="M2 13h8v2H2zm4-4h8v2H6z"/><circle cx="3" cy="10" r="1" fill="currentColor"/><path fill="currentColor" d="m30 28.6l-7.4-7.4c1.5-2 2.4-4.5 2.4-7.2c0-6.6-5.4-12-12-12c-3.3 0-6.4 1.3-8.7 3.8l1.5 1.4C7.6 5.1 10.2 4 13 4c5.5 0 10 4.5 10 10s-4.5 10-10 10c-3 0-5.8-1.3-7.7-3.6l-1.5 1.3C6 24.4 9.4 26 13 26c3.2 0 6.1-1.3 8.3-3.3l7.3 7.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 17h8v2H6z"/><circle cx="3" cy="18" r="1" fill="currentColor"/><circle cx="13" cy="14" r="1" fill="currentColor"/><path fill="currentColor" d="M2 13h8v2H2zm4-4h8v2H6z"/><circle cx="3" cy="10" r="1" fill="currentColor"/><path fill="currentColor" d="m30 28.6l-7.4-7.4c1.5-2 2.4-4.5 2.4-7.2c0-6.6-5.4-12-12-12c-3.3 0-6.4 1.3-8.7 3.8l1.5 1.4C7.6 5.1 10.2 4 13 4c5.5 0 10 4.5 10 10s-4.5 10-10 10c-3 0-5.8-1.3-7.7-3.6l-1.5 1.3C6 24.4 9.4 26 13 26c3.2 0 6.1-1.3 8.3-3.3l7.3 7.3z"/></svg> </template>
CSS
.icon-ibm-watson-discovery {
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%22M6%2017h8v2H6z%22%2F%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2218%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2214%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2013h8v2H2zm4-4h8v2H6z%22%2F%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2210%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m30%2028.6l-7.4-7.4c1.5-2%202.4-4.5%202.4-7.2c0-6.6-5.4-12-12-12c-3.3%200-6.4%201.3-8.7%203.8l1.5%201.4C7.6%205.1%2010.2%204%2013%204c5.5%200%2010%204.5%2010%2010s-4.5%2010-10%2010c-3%200-5.8-1.3-7.7-3.6l-1.5%201.3C6%2024.4%209.4%2026%2013%2026c3.2%200%206.1-1.3%208.3-3.3l7.3%207.3z%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%22M6%2017h8v2H6z%22%2F%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2218%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2214%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2013h8v2H2zm4-4h8v2H6z%22%2F%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2210%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m30%2028.6l-7.4-7.4c1.5-2%202.4-4.5%202.4-7.2c0-6.6-5.4-12-12-12c-3.3%200-6.4%201.3-8.7%203.8l1.5%201.4C7.6%205.1%2010.2%204%2013%204c5.5%200%2010%204.5%2010%2010s-4.5%2010-10%2010c-3%200-5.8-1.3-7.7-3.6l-1.5%201.3C6%2024.4%209.4%2026%2013%2026c3.2%200%206.1-1.3%208.3-3.3l7.3%207.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/ibm-watson-discovery.svg?color=%231a73e8&size=48