ibm app connect enterprise icon

ibm-app-connect-enterprise from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
ibm-app-connect-enterprise
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the ibm app connect enterprise icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 19q-.307 0-.597.06l-2.555-4.257A3.98 3.98 0 0 0 20 12c0-2.206-1.794-4-4-4s-4 1.794-4 4c0 1.093.442 2.083 1.155 2.806l-3.11 5.198L10 20c-1.12 0-2 .88-2 2s.88 2 2 2s2-.88 2-2c0-.35-.094-.672-.247-.955l3.127-5.224c.357.105.728.179 1.12.179s.766-.075 1.125-.18l2.57 4.282A2.97 2.97 0 0 0 19 22c0 1.654 1.346 3 3 3s3-1.346 3-3s-1.346-3-3-3m-8-7c0-1.102.898-2 2-2s2 .898 2 2s-.897 2-2 2s-2-.897-2-2m8 11a1 1 0 1 1 .001-2.001A1 1 0 0 1 22 23m8-6c0-7.721-6.28-14-14-14S2 9.28 2 17c0 4.156 2.009 7.644 3.361 8.894C6.391 26.845 7.945 28 10 28a6.007 6.007 0 0 0 5.5-8.4l-1.832.8A4.004 4.004 0 0 1 10 26c-2.206 0-4-1.794-4-4s1.794-4 4-4v-2c-2.574 0-4.769 1.633-5.619 3.915A11 11 0 0 1 4 17C4 10.383 9.383 5 16 5s12 5.383 12 12h.001a12 12 0 0 1-.405 3.109l1.931.515c.315-1.18.474-2.4.473-3.624"/></svg>

React

import type { SVGProps } from "react";

export function CarbonIbmAppConnectEnterprise(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="M22 19q-.307 0-.597.06l-2.555-4.257A3.98 3.98 0 0 0 20 12c0-2.206-1.794-4-4-4s-4 1.794-4 4c0 1.093.442 2.083 1.155 2.806l-3.11 5.198L10 20c-1.12 0-2 .88-2 2s.88 2 2 2s2-.88 2-2c0-.35-.094-.672-.247-.955l3.127-5.224c.357.105.728.179 1.12.179s.766-.075 1.125-.18l2.57 4.282A2.97 2.97 0 0 0 19 22c0 1.654 1.346 3 3 3s3-1.346 3-3s-1.346-3-3-3m-8-7c0-1.102.898-2 2-2s2 .898 2 2s-.897 2-2 2s-2-.897-2-2m8 11a1 1 0 1 1 .001-2.001A1 1 0 0 1 22 23m8-6c0-7.721-6.28-14-14-14S2 9.28 2 17c0 4.156 2.009 7.644 3.361 8.894C6.391 26.845 7.945 28 10 28a6.007 6.007 0 0 0 5.5-8.4l-1.832.8A4.004 4.004 0 0 1 10 26c-2.206 0-4-1.794-4-4s1.794-4 4-4v-2c-2.574 0-4.769 1.633-5.619 3.915A11 11 0 0 1 4 17C4 10.383 9.383 5 16 5s12 5.383 12 12h.001a12 12 0 0 1-.405 3.109l1.931.515c.315-1.18.474-2.4.473-3.624"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 19q-.307 0-.597.06l-2.555-4.257A3.98 3.98 0 0 0 20 12c0-2.206-1.794-4-4-4s-4 1.794-4 4c0 1.093.442 2.083 1.155 2.806l-3.11 5.198L10 20c-1.12 0-2 .88-2 2s.88 2 2 2s2-.88 2-2c0-.35-.094-.672-.247-.955l3.127-5.224c.357.105.728.179 1.12.179s.766-.075 1.125-.18l2.57 4.282A2.97 2.97 0 0 0 19 22c0 1.654 1.346 3 3 3s3-1.346 3-3s-1.346-3-3-3m-8-7c0-1.102.898-2 2-2s2 .898 2 2s-.897 2-2 2s-2-.897-2-2m8 11a1 1 0 1 1 .001-2.001A1 1 0 0 1 22 23m8-6c0-7.721-6.28-14-14-14S2 9.28 2 17c0 4.156 2.009 7.644 3.361 8.894C6.391 26.845 7.945 28 10 28a6.007 6.007 0 0 0 5.5-8.4l-1.832.8A4.004 4.004 0 0 1 10 26c-2.206 0-4-1.794-4-4s1.794-4 4-4v-2c-2.574 0-4.769 1.633-5.619 3.915A11 11 0 0 1 4 17C4 10.383 9.383 5 16 5s12 5.383 12 12h.001a12 12 0 0 1-.405 3.109l1.931.515c.315-1.18.474-2.4.473-3.624"/></svg>
</template>

CSS

.icon-ibm-app-connect-enterprise {
  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%22M22%2019q-.307%200-.597.06l-2.555-4.257A3.98%203.98%200%200%200%2020%2012c0-2.206-1.794-4-4-4s-4%201.794-4%204c0%201.093.442%202.083%201.155%202.806l-3.11%205.198L10%2020c-1.12%200-2%20.88-2%202s.88%202%202%202s2-.88%202-2c0-.35-.094-.672-.247-.955l3.127-5.224c.357.105.728.179%201.12.179s.766-.075%201.125-.18l2.57%204.282A2.97%202.97%200%200%200%2019%2022c0%201.654%201.346%203%203%203s3-1.346%203-3s-1.346-3-3-3m-8-7c0-1.102.898-2%202-2s2%20.898%202%202s-.897%202-2%202s-2-.897-2-2m8%2011a1%201%200%201%201%20.001-2.001A1%201%200%200%201%2022%2023m8-6c0-7.721-6.28-14-14-14S2%209.28%202%2017c0%204.156%202.009%207.644%203.361%208.894C6.391%2026.845%207.945%2028%2010%2028a6.007%206.007%200%200%200%205.5-8.4l-1.832.8A4.004%204.004%200%200%201%2010%2026c-2.206%200-4-1.794-4-4s1.794-4%204-4v-2c-2.574%200-4.769%201.633-5.619%203.915A11%2011%200%200%201%204%2017C4%2010.383%209.383%205%2016%205s12%205.383%2012%2012h.001a12%2012%200%200%201-.405%203.109l1.931.515c.315-1.18.474-2.4.473-3.624%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%22M22%2019q-.307%200-.597.06l-2.555-4.257A3.98%203.98%200%200%200%2020%2012c0-2.206-1.794-4-4-4s-4%201.794-4%204c0%201.093.442%202.083%201.155%202.806l-3.11%205.198L10%2020c-1.12%200-2%20.88-2%202s.88%202%202%202s2-.88%202-2c0-.35-.094-.672-.247-.955l3.127-5.224c.357.105.728.179%201.12.179s.766-.075%201.125-.18l2.57%204.282A2.97%202.97%200%200%200%2019%2022c0%201.654%201.346%203%203%203s3-1.346%203-3s-1.346-3-3-3m-8-7c0-1.102.898-2%202-2s2%20.898%202%202s-.897%202-2%202s-2-.897-2-2m8%2011a1%201%200%201%201%20.001-2.001A1%201%200%200%201%2022%2023m8-6c0-7.721-6.28-14-14-14S2%209.28%202%2017c0%204.156%202.009%207.644%203.361%208.894C6.391%2026.845%207.945%2028%2010%2028a6.007%206.007%200%200%200%205.5-8.4l-1.832.8A4.004%204.004%200%200%201%2010%2026c-2.206%200-4-1.794-4-4s1.794-4%204-4v-2c-2.574%200-4.769%201.633-5.619%203.915A11%2011%200%200%201%204%2017C4%2010.383%209.383%205%2016%205s12%205.383%2012%2012h.001a12%2012%200%200%201-.405%203.109l1.931.515c.315-1.18.474-2.4.473-3.624%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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