ibm api connect icon

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

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

More enterprise icons from Carbon

Use the ibm api connect icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 12a3.98 3.98 0 0 0-2.891 1.25l-3.16-1.755c.028-.162.05-.325.05-.495c0-1.654-1.345-3-3-3s-3 1.346-3 3a2.99 2.99 0 0 0 1.468 2.565l-.896 4.478A2.995 2.995 0 0 0 8 21c0 1.654 1.346 3 3 3s3-1.346 3-3c0-.087-.018-.168-.026-.253l4.932-2.243C19.64 19.41 20.746 20 22 20c2.206 0 4-1.794 4-4s-1.794-4-4-4m-9.001-2a1 1 0 1 1-.001 2.002a1 1 0 0 1 0-2.002m-2 12a1 1 0 1 1 .92-1.39l.001.002q.077.18.079.388a1 1 0 0 1-1 1m2.156-3.078a3 3 0 0 0-.624-.487l.897-4.478c.59-.086 1.12-.34 1.546-.716L18.143 15A4 4 0 0 0 18 16c0 .235.03.462.07.687zM22.002 18c-1.103 0-2-.897-2-2s.897-2 2-2s2 .898 2 2s-.897 2-2 2m5.089-6.592c.617 1.49.912 3.05.909 4.592a12.1 12.1 0 0 1-.9 4.548l1.792.896A14.1 14.1 0 0 0 30 16a13.9 13.9 0 0 0-1.061-5.357C26.71 5.263 21.492 2.007 16 2a13.9 13.9 0 0 0-5.36 1.066l.766 1.848A11.9 11.9 0 0 1 16 4c4.707.006 9.18 2.797 11.09 7.408m-6.497 15.679c-1.503.622-3.06.915-4.594.913c-4.707-.006-9.18-2.797-11.09-7.408A11.9 11.9 0 0 1 4 16c.003-1.563.313-3.108.9-4.547l-1.793-.897A14.1 14.1 0 0 0 2 16a13.96 13.96 0 0 0 8.643 12.928A14.1 14.1 0 0 0 16 30c1.789.002 3.606-.34 5.36-1.066zM25 23c-1.12 0-2 .88-2 2s.88 2 2 2s2-.88 2-2s-.88-2-2-2M7 5c-1.12 0-2 .88-2 2s.88 2 2 2s2-.88 2-2s-.88-2-2-2"/></svg>

React

import type { SVGProps } from "react";

export function CarbonIbmApiConnect(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 12a3.98 3.98 0 0 0-2.891 1.25l-3.16-1.755c.028-.162.05-.325.05-.495c0-1.654-1.345-3-3-3s-3 1.346-3 3a2.99 2.99 0 0 0 1.468 2.565l-.896 4.478A2.995 2.995 0 0 0 8 21c0 1.654 1.346 3 3 3s3-1.346 3-3c0-.087-.018-.168-.026-.253l4.932-2.243C19.64 19.41 20.746 20 22 20c2.206 0 4-1.794 4-4s-1.794-4-4-4m-9.001-2a1 1 0 1 1-.001 2.002a1 1 0 0 1 0-2.002m-2 12a1 1 0 1 1 .92-1.39l.001.002q.077.18.079.388a1 1 0 0 1-1 1m2.156-3.078a3 3 0 0 0-.624-.487l.897-4.478c.59-.086 1.12-.34 1.546-.716L18.143 15A4 4 0 0 0 18 16c0 .235.03.462.07.687zM22.002 18c-1.103 0-2-.897-2-2s.897-2 2-2s2 .898 2 2s-.897 2-2 2m5.089-6.592c.617 1.49.912 3.05.909 4.592a12.1 12.1 0 0 1-.9 4.548l1.792.896A14.1 14.1 0 0 0 30 16a13.9 13.9 0 0 0-1.061-5.357C26.71 5.263 21.492 2.007 16 2a13.9 13.9 0 0 0-5.36 1.066l.766 1.848A11.9 11.9 0 0 1 16 4c4.707.006 9.18 2.797 11.09 7.408m-6.497 15.679c-1.503.622-3.06.915-4.594.913c-4.707-.006-9.18-2.797-11.09-7.408A11.9 11.9 0 0 1 4 16c.003-1.563.313-3.108.9-4.547l-1.793-.897A14.1 14.1 0 0 0 2 16a13.96 13.96 0 0 0 8.643 12.928A14.1 14.1 0 0 0 16 30c1.789.002 3.606-.34 5.36-1.066zM25 23c-1.12 0-2 .88-2 2s.88 2 2 2s2-.88 2-2s-.88-2-2-2M7 5c-1.12 0-2 .88-2 2s.88 2 2 2s2-.88 2-2s-.88-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="M22 12a3.98 3.98 0 0 0-2.891 1.25l-3.16-1.755c.028-.162.05-.325.05-.495c0-1.654-1.345-3-3-3s-3 1.346-3 3a2.99 2.99 0 0 0 1.468 2.565l-.896 4.478A2.995 2.995 0 0 0 8 21c0 1.654 1.346 3 3 3s3-1.346 3-3c0-.087-.018-.168-.026-.253l4.932-2.243C19.64 19.41 20.746 20 22 20c2.206 0 4-1.794 4-4s-1.794-4-4-4m-9.001-2a1 1 0 1 1-.001 2.002a1 1 0 0 1 0-2.002m-2 12a1 1 0 1 1 .92-1.39l.001.002q.077.18.079.388a1 1 0 0 1-1 1m2.156-3.078a3 3 0 0 0-.624-.487l.897-4.478c.59-.086 1.12-.34 1.546-.716L18.143 15A4 4 0 0 0 18 16c0 .235.03.462.07.687zM22.002 18c-1.103 0-2-.897-2-2s.897-2 2-2s2 .898 2 2s-.897 2-2 2m5.089-6.592c.617 1.49.912 3.05.909 4.592a12.1 12.1 0 0 1-.9 4.548l1.792.896A14.1 14.1 0 0 0 30 16a13.9 13.9 0 0 0-1.061-5.357C26.71 5.263 21.492 2.007 16 2a13.9 13.9 0 0 0-5.36 1.066l.766 1.848A11.9 11.9 0 0 1 16 4c4.707.006 9.18 2.797 11.09 7.408m-6.497 15.679c-1.503.622-3.06.915-4.594.913c-4.707-.006-9.18-2.797-11.09-7.408A11.9 11.9 0 0 1 4 16c.003-1.563.313-3.108.9-4.547l-1.793-.897A14.1 14.1 0 0 0 2 16a13.96 13.96 0 0 0 8.643 12.928A14.1 14.1 0 0 0 16 30c1.789.002 3.606-.34 5.36-1.066zM25 23c-1.12 0-2 .88-2 2s.88 2 2 2s2-.88 2-2s-.88-2-2-2M7 5c-1.12 0-2 .88-2 2s.88 2 2 2s2-.88 2-2s-.88-2-2-2"/></svg>
</template>

CSS

.icon-ibm-api-connect {
  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%2012a3.98%203.98%200%200%200-2.891%201.25l-3.16-1.755c.028-.162.05-.325.05-.495c0-1.654-1.345-3-3-3s-3%201.346-3%203a2.99%202.99%200%200%200%201.468%202.565l-.896%204.478A2.995%202.995%200%200%200%208%2021c0%201.654%201.346%203%203%203s3-1.346%203-3c0-.087-.018-.168-.026-.253l4.932-2.243C19.64%2019.41%2020.746%2020%2022%2020c2.206%200%204-1.794%204-4s-1.794-4-4-4m-9.001-2a1%201%200%201%201-.001%202.002a1%201%200%200%201%200-2.002m-2%2012a1%201%200%201%201%20.92-1.39l.001.002q.077.18.079.388a1%201%200%200%201-1%201m2.156-3.078a3%203%200%200%200-.624-.487l.897-4.478c.59-.086%201.12-.34%201.546-.716L18.143%2015A4%204%200%200%200%2018%2016c0%20.235.03.462.07.687zM22.002%2018c-1.103%200-2-.897-2-2s.897-2%202-2s2%20.898%202%202s-.897%202-2%202m5.089-6.592c.617%201.49.912%203.05.909%204.592a12.1%2012.1%200%200%201-.9%204.548l1.792.896A14.1%2014.1%200%200%200%2030%2016a13.9%2013.9%200%200%200-1.061-5.357C26.71%205.263%2021.492%202.007%2016%202a13.9%2013.9%200%200%200-5.36%201.066l.766%201.848A11.9%2011.9%200%200%201%2016%204c4.707.006%209.18%202.797%2011.09%207.408m-6.497%2015.679c-1.503.622-3.06.915-4.594.913c-4.707-.006-9.18-2.797-11.09-7.408A11.9%2011.9%200%200%201%204%2016c.003-1.563.313-3.108.9-4.547l-1.793-.897A14.1%2014.1%200%200%200%202%2016a13.96%2013.96%200%200%200%208.643%2012.928A14.1%2014.1%200%200%200%2016%2030c1.789.002%203.606-.34%205.36-1.066zM25%2023c-1.12%200-2%20.88-2%202s.88%202%202%202s2-.88%202-2s-.88-2-2-2M7%205c-1.12%200-2%20.88-2%202s.88%202%202%202s2-.88%202-2s-.88-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%22M22%2012a3.98%203.98%200%200%200-2.891%201.25l-3.16-1.755c.028-.162.05-.325.05-.495c0-1.654-1.345-3-3-3s-3%201.346-3%203a2.99%202.99%200%200%200%201.468%202.565l-.896%204.478A2.995%202.995%200%200%200%208%2021c0%201.654%201.346%203%203%203s3-1.346%203-3c0-.087-.018-.168-.026-.253l4.932-2.243C19.64%2019.41%2020.746%2020%2022%2020c2.206%200%204-1.794%204-4s-1.794-4-4-4m-9.001-2a1%201%200%201%201-.001%202.002a1%201%200%200%201%200-2.002m-2%2012a1%201%200%201%201%20.92-1.39l.001.002q.077.18.079.388a1%201%200%200%201-1%201m2.156-3.078a3%203%200%200%200-.624-.487l.897-4.478c.59-.086%201.12-.34%201.546-.716L18.143%2015A4%204%200%200%200%2018%2016c0%20.235.03.462.07.687zM22.002%2018c-1.103%200-2-.897-2-2s.897-2%202-2s2%20.898%202%202s-.897%202-2%202m5.089-6.592c.617%201.49.912%203.05.909%204.592a12.1%2012.1%200%200%201-.9%204.548l1.792.896A14.1%2014.1%200%200%200%2030%2016a13.9%2013.9%200%200%200-1.061-5.357C26.71%205.263%2021.492%202.007%2016%202a13.9%2013.9%200%200%200-5.36%201.066l.766%201.848A11.9%2011.9%200%200%201%2016%204c4.707.006%209.18%202.797%2011.09%207.408m-6.497%2015.679c-1.503.622-3.06.915-4.594.913c-4.707-.006-9.18-2.797-11.09-7.408A11.9%2011.9%200%200%201%204%2016c.003-1.563.313-3.108.9-4.547l-1.793-.897A14.1%2014.1%200%200%200%202%2016a13.96%2013.96%200%200%200%208.643%2012.928A14.1%2014.1%200%200%200%2016%2030c1.789.002%203.606-.34%205.36-1.066zM25%2023c-1.12%200-2%20.88-2%202s.88%202%202%202s2-.88%202-2s-.88-2-2-2M7%205c-1.12%200-2%20.88-2%202s.88%202%202%202s2-.88%202-2s-.88-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-api-connect.svg?color=%231a73e8&size=48