ibm webmethods integration server icon

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

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

More enterprise icons from Carbon

Use the ibm webmethods integration server icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13 28c0 1.654 1.346 3 3 3s3-1.346 3-3a2.995 2.995 0 0 0-2-2.816V22h-2v3.184A2.995 2.995 0 0 0 13 28m3-1a1 1 0 0 1 0 2a1 1 0 0 1 0-2M15 6.816V10h2V6.816A2.995 2.995 0 0 0 19 4c0-1.654-1.346-3-3-3s-3 1.346-3 3c0 1.302.839 2.402 2 2.816M15 4a1 1 0 0 1 2 0a1 1 0 0 1-2 0m11 15a2.97 2.97 0 0 0-1.897.695l-2.627-1.576l-1 1.733l2.584 1.55A3.003 3.003 0 0 0 26 25c1.654 0 3-1.346 3-3s-1.346-3-3-3m0 4a1 1 0 0 1 0-2a1 1 0 0 1 0 2m0-16a3.003 3.003 0 0 0-2.94 3.598l-2.536 1.521l1 1.733l2.579-1.547A2.97 2.97 0 0 0 26 13c1.654 0 3-1.346 3-3s-1.346-3-3-3m0 4a1 1 0 0 1 0-2a1 1 0 0 1 0 2m-14.524 1.12L8.94 10.598Q9 10.308 9 10c0-1.654-1.346-3-3-3s-3 1.346-3 3s1.346 3 3 3a2.97 2.97 0 0 0 1.897-.695l2.58 1.547zM6 11a1 1 0 0 1 0-2a1 1 0 0 1 0 2m5.464 8.888l-1-1.733l-2.567 1.54A2.97 2.97 0 0 0 6 19c-1.654 0-3 1.346-3 3s1.346 3 3 3a3.003 3.003 0 0 0 2.94-3.597zM6 23a1 1 0 0 1 0-2a1 1 0 0 1 0 2m10-3c-2.206 0-4-1.794-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4m0-6c-1.102 0-2 .897-2 2s.898 2 2 2s2-.897 2-2s-.897-2-2-2"/></svg>

React

import type { SVGProps } from "react";

export function CarbonIbmWebmethodsIntegrationServer(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="M13 28c0 1.654 1.346 3 3 3s3-1.346 3-3a2.995 2.995 0 0 0-2-2.816V22h-2v3.184A2.995 2.995 0 0 0 13 28m3-1a1 1 0 0 1 0 2a1 1 0 0 1 0-2M15 6.816V10h2V6.816A2.995 2.995 0 0 0 19 4c0-1.654-1.346-3-3-3s-3 1.346-3 3c0 1.302.839 2.402 2 2.816M15 4a1 1 0 0 1 2 0a1 1 0 0 1-2 0m11 15a2.97 2.97 0 0 0-1.897.695l-2.627-1.576l-1 1.733l2.584 1.55A3.003 3.003 0 0 0 26 25c1.654 0 3-1.346 3-3s-1.346-3-3-3m0 4a1 1 0 0 1 0-2a1 1 0 0 1 0 2m0-16a3.003 3.003 0 0 0-2.94 3.598l-2.536 1.521l1 1.733l2.579-1.547A2.97 2.97 0 0 0 26 13c1.654 0 3-1.346 3-3s-1.346-3-3-3m0 4a1 1 0 0 1 0-2a1 1 0 0 1 0 2m-14.524 1.12L8.94 10.598Q9 10.308 9 10c0-1.654-1.346-3-3-3s-3 1.346-3 3s1.346 3 3 3a2.97 2.97 0 0 0 1.897-.695l2.58 1.547zM6 11a1 1 0 0 1 0-2a1 1 0 0 1 0 2m5.464 8.888l-1-1.733l-2.567 1.54A2.97 2.97 0 0 0 6 19c-1.654 0-3 1.346-3 3s1.346 3 3 3a3.003 3.003 0 0 0 2.94-3.597zM6 23a1 1 0 0 1 0-2a1 1 0 0 1 0 2m10-3c-2.206 0-4-1.794-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4m0-6c-1.102 0-2 .897-2 2s.898 2 2 2s2-.897 2-2s-.897-2-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="M13 28c0 1.654 1.346 3 3 3s3-1.346 3-3a2.995 2.995 0 0 0-2-2.816V22h-2v3.184A2.995 2.995 0 0 0 13 28m3-1a1 1 0 0 1 0 2a1 1 0 0 1 0-2M15 6.816V10h2V6.816A2.995 2.995 0 0 0 19 4c0-1.654-1.346-3-3-3s-3 1.346-3 3c0 1.302.839 2.402 2 2.816M15 4a1 1 0 0 1 2 0a1 1 0 0 1-2 0m11 15a2.97 2.97 0 0 0-1.897.695l-2.627-1.576l-1 1.733l2.584 1.55A3.003 3.003 0 0 0 26 25c1.654 0 3-1.346 3-3s-1.346-3-3-3m0 4a1 1 0 0 1 0-2a1 1 0 0 1 0 2m0-16a3.003 3.003 0 0 0-2.94 3.598l-2.536 1.521l1 1.733l2.579-1.547A2.97 2.97 0 0 0 26 13c1.654 0 3-1.346 3-3s-1.346-3-3-3m0 4a1 1 0 0 1 0-2a1 1 0 0 1 0 2m-14.524 1.12L8.94 10.598Q9 10.308 9 10c0-1.654-1.346-3-3-3s-3 1.346-3 3s1.346 3 3 3a2.97 2.97 0 0 0 1.897-.695l2.58 1.547zM6 11a1 1 0 0 1 0-2a1 1 0 0 1 0 2m5.464 8.888l-1-1.733l-2.567 1.54A2.97 2.97 0 0 0 6 19c-1.654 0-3 1.346-3 3s1.346 3 3 3a3.003 3.003 0 0 0 2.94-3.597zM6 23a1 1 0 0 1 0-2a1 1 0 0 1 0 2m10-3c-2.206 0-4-1.794-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4m0-6c-1.102 0-2 .897-2 2s.898 2 2 2s2-.897 2-2s-.897-2-2-2"/></svg>
</template>

CSS

.icon-ibm-webmethods-integration-server {
  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%22M13%2028c0%201.654%201.346%203%203%203s3-1.346%203-3a2.995%202.995%200%200%200-2-2.816V22h-2v3.184A2.995%202.995%200%200%200%2013%2028m3-1a1%201%200%200%201%200%202a1%201%200%200%201%200-2M15%206.816V10h2V6.816A2.995%202.995%200%200%200%2019%204c0-1.654-1.346-3-3-3s-3%201.346-3%203c0%201.302.839%202.402%202%202.816M15%204a1%201%200%200%201%202%200a1%201%200%200%201-2%200m11%2015a2.97%202.97%200%200%200-1.897.695l-2.627-1.576l-1%201.733l2.584%201.55A3.003%203.003%200%200%200%2026%2025c1.654%200%203-1.346%203-3s-1.346-3-3-3m0%204a1%201%200%200%201%200-2a1%201%200%200%201%200%202m0-16a3.003%203.003%200%200%200-2.94%203.598l-2.536%201.521l1%201.733l2.579-1.547A2.97%202.97%200%200%200%2026%2013c1.654%200%203-1.346%203-3s-1.346-3-3-3m0%204a1%201%200%200%201%200-2a1%201%200%200%201%200%202m-14.524%201.12L8.94%2010.598Q9%2010.308%209%2010c0-1.654-1.346-3-3-3s-3%201.346-3%203s1.346%203%203%203a2.97%202.97%200%200%200%201.897-.695l2.58%201.547zM6%2011a1%201%200%200%201%200-2a1%201%200%200%201%200%202m5.464%208.888l-1-1.733l-2.567%201.54A2.97%202.97%200%200%200%206%2019c-1.654%200-3%201.346-3%203s1.346%203%203%203a3.003%203.003%200%200%200%202.94-3.597zM6%2023a1%201%200%200%201%200-2a1%201%200%200%201%200%202m10-3c-2.206%200-4-1.794-4-4s1.794-4%204-4s4%201.794%204%204s-1.794%204-4%204m0-6c-1.102%200-2%20.897-2%202s.898%202%202%202s2-.897%202-2s-.897-2-2-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%22M13%2028c0%201.654%201.346%203%203%203s3-1.346%203-3a2.995%202.995%200%200%200-2-2.816V22h-2v3.184A2.995%202.995%200%200%200%2013%2028m3-1a1%201%200%200%201%200%202a1%201%200%200%201%200-2M15%206.816V10h2V6.816A2.995%202.995%200%200%200%2019%204c0-1.654-1.346-3-3-3s-3%201.346-3%203c0%201.302.839%202.402%202%202.816M15%204a1%201%200%200%201%202%200a1%201%200%200%201-2%200m11%2015a2.97%202.97%200%200%200-1.897.695l-2.627-1.576l-1%201.733l2.584%201.55A3.003%203.003%200%200%200%2026%2025c1.654%200%203-1.346%203-3s-1.346-3-3-3m0%204a1%201%200%200%201%200-2a1%201%200%200%201%200%202m0-16a3.003%203.003%200%200%200-2.94%203.598l-2.536%201.521l1%201.733l2.579-1.547A2.97%202.97%200%200%200%2026%2013c1.654%200%203-1.346%203-3s-1.346-3-3-3m0%204a1%201%200%200%201%200-2a1%201%200%200%201%200%202m-14.524%201.12L8.94%2010.598Q9%2010.308%209%2010c0-1.654-1.346-3-3-3s-3%201.346-3%203s1.346%203%203%203a2.97%202.97%200%200%200%201.897-.695l2.58%201.547zM6%2011a1%201%200%200%201%200-2a1%201%200%200%201%200%202m5.464%208.888l-1-1.733l-2.567%201.54A2.97%202.97%200%200%200%206%2019c-1.654%200-3%201.346-3%203s1.346%203%203%203a3.003%203.003%200%200%200%202.94-3.597zM6%2023a1%201%200%200%201%200-2a1%201%200%200%201%200%202m10-3c-2.206%200-4-1.794-4-4s1.794-4%204-4s4%201.794%204%204s-1.794%204-4%204m0-6c-1.102%200-2%20.897-2%202s.898%202%202%202s2-.897%202-2s-.897-2-2-2%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-server.svg?color=%231a73e8&size=48