ibm webmethods api studio icon

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

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

More enterprise icons from Carbon

Use the ibm webmethods api studio icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 13a2.995 2.995 0 0 0-2.816 2H22v2h2.184A2.995 2.995 0 0 0 27 19c1.654 0 3-1.346 3-3s-1.346-3-3-3m0 4a1 1 0 1 1 .001-2.001A1 1 0 0 1 27 17m-2 5c-.462 0-.894.114-1.285.3l-2.75-2.748l-1.413 1.414l2.749 2.749c-.187.39-.301.823-.301 1.285c0 1.654 1.346 3 3 3s3-1.346 3-3s-1.346-3-3-3m0 4a1 1 0 1 1 .001-2.001A1 1 0 0 1 25 26m0-22c-1.654 0-3 1.346-3 3c0 .462.114.894.3 1.285l-2.984 2.984l1.415 1.414L23.715 9.7c.39.187.823.301 1.285.301c1.654 0 3-1.346 3-3s-1.346-3-3-3m0 4A1 1 0 1 1 25.001 6A1 1 0 0 1 25 8m-9 22C8.28 30 2 23.72 2 16S8.28 2 16 2c1.865 0 3.677.361 5.385 1.073l-.77 1.846A11.9 11.9 0 0 0 16 4C9.383 4 4 9.383 4 16s5.383 12 12 12c1.6 0 3.152-.31 4.615-.919l.77 1.846A13.9 13.9 0 0 1 16 30m0-10c-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 .898-2 2s.898 2 2 2s2-.897 2-2s-.897-2-2-2"/></svg>

React

import type { SVGProps } from "react";

export function CarbonIbmWebmethodsApiStudio(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="M27 13a2.995 2.995 0 0 0-2.816 2H22v2h2.184A2.995 2.995 0 0 0 27 19c1.654 0 3-1.346 3-3s-1.346-3-3-3m0 4a1 1 0 1 1 .001-2.001A1 1 0 0 1 27 17m-2 5c-.462 0-.894.114-1.285.3l-2.75-2.748l-1.413 1.414l2.749 2.749c-.187.39-.301.823-.301 1.285c0 1.654 1.346 3 3 3s3-1.346 3-3s-1.346-3-3-3m0 4a1 1 0 1 1 .001-2.001A1 1 0 0 1 25 26m0-22c-1.654 0-3 1.346-3 3c0 .462.114.894.3 1.285l-2.984 2.984l1.415 1.414L23.715 9.7c.39.187.823.301 1.285.301c1.654 0 3-1.346 3-3s-1.346-3-3-3m0 4A1 1 0 1 1 25.001 6A1 1 0 0 1 25 8m-9 22C8.28 30 2 23.72 2 16S8.28 2 16 2c1.865 0 3.677.361 5.385 1.073l-.77 1.846A11.9 11.9 0 0 0 16 4C9.383 4 4 9.383 4 16s5.383 12 12 12c1.6 0 3.152-.31 4.615-.919l.77 1.846A13.9 13.9 0 0 1 16 30m0-10c-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 .898-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="M27 13a2.995 2.995 0 0 0-2.816 2H22v2h2.184A2.995 2.995 0 0 0 27 19c1.654 0 3-1.346 3-3s-1.346-3-3-3m0 4a1 1 0 1 1 .001-2.001A1 1 0 0 1 27 17m-2 5c-.462 0-.894.114-1.285.3l-2.75-2.748l-1.413 1.414l2.749 2.749c-.187.39-.301.823-.301 1.285c0 1.654 1.346 3 3 3s3-1.346 3-3s-1.346-3-3-3m0 4a1 1 0 1 1 .001-2.001A1 1 0 0 1 25 26m0-22c-1.654 0-3 1.346-3 3c0 .462.114.894.3 1.285l-2.984 2.984l1.415 1.414L23.715 9.7c.39.187.823.301 1.285.301c1.654 0 3-1.346 3-3s-1.346-3-3-3m0 4A1 1 0 1 1 25.001 6A1 1 0 0 1 25 8m-9 22C8.28 30 2 23.72 2 16S8.28 2 16 2c1.865 0 3.677.361 5.385 1.073l-.77 1.846A11.9 11.9 0 0 0 16 4C9.383 4 4 9.383 4 16s5.383 12 12 12c1.6 0 3.152-.31 4.615-.919l.77 1.846A13.9 13.9 0 0 1 16 30m0-10c-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 .898-2 2s.898 2 2 2s2-.897 2-2s-.897-2-2-2"/></svg>
</template>

CSS

.icon-ibm-webmethods-api-studio {
  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%22M27%2013a2.995%202.995%200%200%200-2.816%202H22v2h2.184A2.995%202.995%200%200%200%2027%2019c1.654%200%203-1.346%203-3s-1.346-3-3-3m0%204a1%201%200%201%201%20.001-2.001A1%201%200%200%201%2027%2017m-2%205c-.462%200-.894.114-1.285.3l-2.75-2.748l-1.413%201.414l2.749%202.749c-.187.39-.301.823-.301%201.285c0%201.654%201.346%203%203%203s3-1.346%203-3s-1.346-3-3-3m0%204a1%201%200%201%201%20.001-2.001A1%201%200%200%201%2025%2026m0-22c-1.654%200-3%201.346-3%203c0%20.462.114.894.3%201.285l-2.984%202.984l1.415%201.414L23.715%209.7c.39.187.823.301%201.285.301c1.654%200%203-1.346%203-3s-1.346-3-3-3m0%204A1%201%200%201%201%2025.001%206A1%201%200%200%201%2025%208m-9%2022C8.28%2030%202%2023.72%202%2016S8.28%202%2016%202c1.865%200%203.677.361%205.385%201.073l-.77%201.846A11.9%2011.9%200%200%200%2016%204C9.383%204%204%209.383%204%2016s5.383%2012%2012%2012c1.6%200%203.152-.31%204.615-.919l.77%201.846A13.9%2013.9%200%200%201%2016%2030m0-10c-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.898-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%22M27%2013a2.995%202.995%200%200%200-2.816%202H22v2h2.184A2.995%202.995%200%200%200%2027%2019c1.654%200%203-1.346%203-3s-1.346-3-3-3m0%204a1%201%200%201%201%20.001-2.001A1%201%200%200%201%2027%2017m-2%205c-.462%200-.894.114-1.285.3l-2.75-2.748l-1.413%201.414l2.749%202.749c-.187.39-.301.823-.301%201.285c0%201.654%201.346%203%203%203s3-1.346%203-3s-1.346-3-3-3m0%204a1%201%200%201%201%20.001-2.001A1%201%200%200%201%2025%2026m0-22c-1.654%200-3%201.346-3%203c0%20.462.114.894.3%201.285l-2.984%202.984l1.415%201.414L23.715%209.7c.39.187.823.301%201.285.301c1.654%200%203-1.346%203-3s-1.346-3-3-3m0%204A1%201%200%201%201%2025.001%206A1%201%200%200%201%2025%208m-9%2022C8.28%2030%202%2023.72%202%2016S8.28%202%2016%202c1.865%200%203.677.361%205.385%201.073l-.77%201.846A11.9%2011.9%200%200%200%2016%204C9.383%204%204%209.383%204%2016s5.383%2012%2012%2012c1.6%200%203.152-.31%204.615-.919l.77%201.846A13.9%2013.9%200%200%201%2016%2030m0-10c-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.898-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-api-studio.svg?color=%231a73e8&size=48