ibm webmethods integration icon

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

Name
ibm-webmethods-integration
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the ibm webmethods integration icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 6v1H7c-1.103 0-2 .897-2 2s.897 2 2 2h4v2H7c-2.205 0-4-1.794-4-4a4 4 0 0 1 3.09-3.886C6.51 2.78 8.547 1 11 1s4.49 1.78 4.91 4.114A4 4 0 0 1 19 9v.007h-2V9c0-1.103-.897-2-2-2h-1V6c0-1.654-1.346-3-3-3S8 4.346 8 6m7 19.184V22h2v3.184c1.162.414 2 1.514 2 2.816c0 1.654-1.346 3-3 3s-3-1.346-3-3c0-1.302.839-2.402 2-2.816M15 28a1 1 0 0 0 2 0a1 1 0 0 0-2 0m14-6c0 1.654-1.346 3-3 3a3.003 3.003 0 0 1-2.94-3.597l-2.584-1.551l1-1.733l2.627 1.576A2.97 2.97 0 0 1 26 19c1.654 0 3 1.346 3 3m-2 0a1 1 0 0 0-2 0a1 1 0 0 0 2 0m2-12c0 1.654-1.346 3-3 3a2.97 2.97 0 0 1-1.897-.695l-2.579 1.547l-1-1.733l2.536-1.521A3.003 3.003 0 0 1 26 7a3 3 0 0 1 3 2.999m-2 0a1 1 0 0 0-2 0a1 1 0 0 0 2 0M8.94 21.403q.06.29.06.597c0 1.654-1.346 3-3 3s-3-1.346-3-3s1.346-3 3-3a2.97 2.97 0 0 1 1.897.695l2.567-1.54l1 1.733zM7 22a1 1 0 0 0-2 0a1 1 0 0 0 2 0m13-6c0-2.206-1.794-4-4-4s-4 1.794-4 4s1.794 4 4 4s4-1.794 4-4m-2 0c0 1.103-.897 2-2 2s-2-.897-2-2s.898-2 2-2s2 .897 2 2"/></svg>

React

import type { SVGProps } from "react";

export function CarbonIbmWebmethodsIntegration(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="M8 6v1H7c-1.103 0-2 .897-2 2s.897 2 2 2h4v2H7c-2.205 0-4-1.794-4-4a4 4 0 0 1 3.09-3.886C6.51 2.78 8.547 1 11 1s4.49 1.78 4.91 4.114A4 4 0 0 1 19 9v.007h-2V9c0-1.103-.897-2-2-2h-1V6c0-1.654-1.346-3-3-3S8 4.346 8 6m7 19.184V22h2v3.184c1.162.414 2 1.514 2 2.816c0 1.654-1.346 3-3 3s-3-1.346-3-3c0-1.302.839-2.402 2-2.816M15 28a1 1 0 0 0 2 0a1 1 0 0 0-2 0m14-6c0 1.654-1.346 3-3 3a3.003 3.003 0 0 1-2.94-3.597l-2.584-1.551l1-1.733l2.627 1.576A2.97 2.97 0 0 1 26 19c1.654 0 3 1.346 3 3m-2 0a1 1 0 0 0-2 0a1 1 0 0 0 2 0m2-12c0 1.654-1.346 3-3 3a2.97 2.97 0 0 1-1.897-.695l-2.579 1.547l-1-1.733l2.536-1.521A3.003 3.003 0 0 1 26 7a3 3 0 0 1 3 2.999m-2 0a1 1 0 0 0-2 0a1 1 0 0 0 2 0M8.94 21.403q.06.29.06.597c0 1.654-1.346 3-3 3s-3-1.346-3-3s1.346-3 3-3a2.97 2.97 0 0 1 1.897.695l2.567-1.54l1 1.733zM7 22a1 1 0 0 0-2 0a1 1 0 0 0 2 0m13-6c0-2.206-1.794-4-4-4s-4 1.794-4 4s1.794 4 4 4s4-1.794 4-4m-2 0c0 1.103-.897 2-2 2s-2-.897-2-2s.898-2 2-2s2 .897 2 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="M8 6v1H7c-1.103 0-2 .897-2 2s.897 2 2 2h4v2H7c-2.205 0-4-1.794-4-4a4 4 0 0 1 3.09-3.886C6.51 2.78 8.547 1 11 1s4.49 1.78 4.91 4.114A4 4 0 0 1 19 9v.007h-2V9c0-1.103-.897-2-2-2h-1V6c0-1.654-1.346-3-3-3S8 4.346 8 6m7 19.184V22h2v3.184c1.162.414 2 1.514 2 2.816c0 1.654-1.346 3-3 3s-3-1.346-3-3c0-1.302.839-2.402 2-2.816M15 28a1 1 0 0 0 2 0a1 1 0 0 0-2 0m14-6c0 1.654-1.346 3-3 3a3.003 3.003 0 0 1-2.94-3.597l-2.584-1.551l1-1.733l2.627 1.576A2.97 2.97 0 0 1 26 19c1.654 0 3 1.346 3 3m-2 0a1 1 0 0 0-2 0a1 1 0 0 0 2 0m2-12c0 1.654-1.346 3-3 3a2.97 2.97 0 0 1-1.897-.695l-2.579 1.547l-1-1.733l2.536-1.521A3.003 3.003 0 0 1 26 7a3 3 0 0 1 3 2.999m-2 0a1 1 0 0 0-2 0a1 1 0 0 0 2 0M8.94 21.403q.06.29.06.597c0 1.654-1.346 3-3 3s-3-1.346-3-3s1.346-3 3-3a2.97 2.97 0 0 1 1.897.695l2.567-1.54l1 1.733zM7 22a1 1 0 0 0-2 0a1 1 0 0 0 2 0m13-6c0-2.206-1.794-4-4-4s-4 1.794-4 4s1.794 4 4 4s4-1.794 4-4m-2 0c0 1.103-.897 2-2 2s-2-.897-2-2s.898-2 2-2s2 .897 2 2"/></svg>
</template>

CSS

.icon-ibm-webmethods-integration {
  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%22M8%206v1H7c-1.103%200-2%20.897-2%202s.897%202%202%202h4v2H7c-2.205%200-4-1.794-4-4a4%204%200%200%201%203.09-3.886C6.51%202.78%208.547%201%2011%201s4.49%201.78%204.91%204.114A4%204%200%200%201%2019%209v.007h-2V9c0-1.103-.897-2-2-2h-1V6c0-1.654-1.346-3-3-3S8%204.346%208%206m7%2019.184V22h2v3.184c1.162.414%202%201.514%202%202.816c0%201.654-1.346%203-3%203s-3-1.346-3-3c0-1.302.839-2.402%202-2.816M15%2028a1%201%200%200%200%202%200a1%201%200%200%200-2%200m14-6c0%201.654-1.346%203-3%203a3.003%203.003%200%200%201-2.94-3.597l-2.584-1.551l1-1.733l2.627%201.576A2.97%202.97%200%200%201%2026%2019c1.654%200%203%201.346%203%203m-2%200a1%201%200%200%200-2%200a1%201%200%200%200%202%200m2-12c0%201.654-1.346%203-3%203a2.97%202.97%200%200%201-1.897-.695l-2.579%201.547l-1-1.733l2.536-1.521A3.003%203.003%200%200%201%2026%207a3%203%200%200%201%203%202.999m-2%200a1%201%200%200%200-2%200a1%201%200%200%200%202%200M8.94%2021.403q.06.29.06.597c0%201.654-1.346%203-3%203s-3-1.346-3-3s1.346-3%203-3a2.97%202.97%200%200%201%201.897.695l2.567-1.54l1%201.733zM7%2022a1%201%200%200%200-2%200a1%201%200%200%200%202%200m13-6c0-2.206-1.794-4-4-4s-4%201.794-4%204s1.794%204%204%204s4-1.794%204-4m-2%200c0%201.103-.897%202-2%202s-2-.897-2-2s.898-2%202-2s2%20.897%202%202%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%22M8%206v1H7c-1.103%200-2%20.897-2%202s.897%202%202%202h4v2H7c-2.205%200-4-1.794-4-4a4%204%200%200%201%203.09-3.886C6.51%202.78%208.547%201%2011%201s4.49%201.78%204.91%204.114A4%204%200%200%201%2019%209v.007h-2V9c0-1.103-.897-2-2-2h-1V6c0-1.654-1.346-3-3-3S8%204.346%208%206m7%2019.184V22h2v3.184c1.162.414%202%201.514%202%202.816c0%201.654-1.346%203-3%203s-3-1.346-3-3c0-1.302.839-2.402%202-2.816M15%2028a1%201%200%200%200%202%200a1%201%200%200%200-2%200m14-6c0%201.654-1.346%203-3%203a3.003%203.003%200%200%201-2.94-3.597l-2.584-1.551l1-1.733l2.627%201.576A2.97%202.97%200%200%201%2026%2019c1.654%200%203%201.346%203%203m-2%200a1%201%200%200%200-2%200a1%201%200%200%200%202%200m2-12c0%201.654-1.346%203-3%203a2.97%202.97%200%200%201-1.897-.695l-2.579%201.547l-1-1.733l2.536-1.521A3.003%203.003%200%200%201%2026%207a3%203%200%200%201%203%202.999m-2%200a1%201%200%200%200-2%200a1%201%200%200%200%202%200M8.94%2021.403q.06.29.06.597c0%201.654-1.346%203-3%203s-3-1.346-3-3s1.346-3%203-3a2.97%202.97%200%200%201%201.897.695l2.567-1.54l1%201.733zM7%2022a1%201%200%200%200-2%200a1%201%200%200%200%202%200m13-6c0-2.206-1.794-4-4-4s-4%201.794-4%204s1.794%204%204%204s4-1.794%204-4m-2%200c0%201.103-.897%202-2%202s-2-.897-2-2s.898-2%202-2s2%20.897%202%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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