ibm cloud transit gateway icon

ibm-cloud-transit-gateway from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
ibm-cloud-transit-gateway
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the ibm cloud transit gateway icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m12.5 7.5l-1.4-1.4l3.5-3.5c.8-.8 2.1-.8 2.8 0l3.5 3.5l-1.4 1.4L16 4zm7 17l1.4 1.4l-3.5 3.5c-.8.8-2.1.8-2.8 0l-3.5-3.5l1.4-1.4L16 28zm5-12l1.4-1.4l3.5 3.5c.8.8.8 2.1 0 2.8l-3.5 3.5l-1.4-1.4L28 16zm-17 7l-1.4 1.4l-3.5-3.5c-.8-.8-.8-2.1 0-2.8l3.5-3.5l1.4 1.4L4 16z"/><path fill="currentColor" d="M26 24c-.2 0-.3 0-.5.1L19.4 18c.8-1.2.8-2.8 0-4l6.1-6.1c.2.1.3.1.5.1c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2c0 .2 0 .3.1.5L18 12.6c-1.2-.8-2.8-.8-4 0L7.9 6.5c.1-.2.1-.3.1-.5c0-1.1-.9-2-2-2s-2 .9-2 2s.9 2 2 2c.2 0 .3 0 .5-.1l6.1 6.1c-.8 1.2-.8 2.8 0 4l-6.1 6.1c-.2-.1-.3-.1-.5-.1c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2c0-.2 0-.3-.1-.5l6.1-6.1c1.2.8 2.8.8 4 0l6.1 6.1c0 .2-.1.3-.1.5c0 1.1.9 2 2 2s2-.9 2-2s-.9-2-2-2m-10-6c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2"/></svg>

React

import type { SVGProps } from "react";

export function CarbonIbmCloudTransitGateway(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="m12.5 7.5l-1.4-1.4l3.5-3.5c.8-.8 2.1-.8 2.8 0l3.5 3.5l-1.4 1.4L16 4zm7 17l1.4 1.4l-3.5 3.5c-.8.8-2.1.8-2.8 0l-3.5-3.5l1.4-1.4L16 28zm5-12l1.4-1.4l3.5 3.5c.8.8.8 2.1 0 2.8l-3.5 3.5l-1.4-1.4L28 16zm-17 7l-1.4 1.4l-3.5-3.5c-.8-.8-.8-2.1 0-2.8l3.5-3.5l1.4 1.4L4 16z"/><path fill="currentColor" d="M26 24c-.2 0-.3 0-.5.1L19.4 18c.8-1.2.8-2.8 0-4l6.1-6.1c.2.1.3.1.5.1c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2c0 .2 0 .3.1.5L18 12.6c-1.2-.8-2.8-.8-4 0L7.9 6.5c.1-.2.1-.3.1-.5c0-1.1-.9-2-2-2s-2 .9-2 2s.9 2 2 2c.2 0 .3 0 .5-.1l6.1 6.1c-.8 1.2-.8 2.8 0 4l-6.1 6.1c-.2-.1-.3-.1-.5-.1c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2c0-.2 0-.3-.1-.5l6.1-6.1c1.2.8 2.8.8 4 0l6.1 6.1c0 .2-.1.3-.1.5c0 1.1.9 2 2 2s2-.9 2-2s-.9-2-2-2m-10-6c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 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="m12.5 7.5l-1.4-1.4l3.5-3.5c.8-.8 2.1-.8 2.8 0l3.5 3.5l-1.4 1.4L16 4zm7 17l1.4 1.4l-3.5 3.5c-.8.8-2.1.8-2.8 0l-3.5-3.5l1.4-1.4L16 28zm5-12l1.4-1.4l3.5 3.5c.8.8.8 2.1 0 2.8l-3.5 3.5l-1.4-1.4L28 16zm-17 7l-1.4 1.4l-3.5-3.5c-.8-.8-.8-2.1 0-2.8l3.5-3.5l1.4 1.4L4 16z"/><path fill="currentColor" d="M26 24c-.2 0-.3 0-.5.1L19.4 18c.8-1.2.8-2.8 0-4l6.1-6.1c.2.1.3.1.5.1c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2c0 .2 0 .3.1.5L18 12.6c-1.2-.8-2.8-.8-4 0L7.9 6.5c.1-.2.1-.3.1-.5c0-1.1-.9-2-2-2s-2 .9-2 2s.9 2 2 2c.2 0 .3 0 .5-.1l6.1 6.1c-.8 1.2-.8 2.8 0 4l-6.1 6.1c-.2-.1-.3-.1-.5-.1c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2c0-.2 0-.3-.1-.5l6.1-6.1c1.2.8 2.8.8 4 0l6.1 6.1c0 .2-.1.3-.1.5c0 1.1.9 2 2 2s2-.9 2-2s-.9-2-2-2m-10-6c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2"/></svg>
</template>

CSS

.icon-ibm-cloud-transit-gateway {
  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%22m12.5%207.5l-1.4-1.4l3.5-3.5c.8-.8%202.1-.8%202.8%200l3.5%203.5l-1.4%201.4L16%204zm7%2017l1.4%201.4l-3.5%203.5c-.8.8-2.1.8-2.8%200l-3.5-3.5l1.4-1.4L16%2028zm5-12l1.4-1.4l3.5%203.5c.8.8.8%202.1%200%202.8l-3.5%203.5l-1.4-1.4L28%2016zm-17%207l-1.4%201.4l-3.5-3.5c-.8-.8-.8-2.1%200-2.8l3.5-3.5l1.4%201.4L4%2016z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2024c-.2%200-.3%200-.5.1L19.4%2018c.8-1.2.8-2.8%200-4l6.1-6.1c.2.1.3.1.5.1c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202c0%20.2%200%20.3.1.5L18%2012.6c-1.2-.8-2.8-.8-4%200L7.9%206.5c.1-.2.1-.3.1-.5c0-1.1-.9-2-2-2s-2%20.9-2%202s.9%202%202%202c.2%200%20.3%200%20.5-.1l6.1%206.1c-.8%201.2-.8%202.8%200%204l-6.1%206.1c-.2-.1-.3-.1-.5-.1c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2c0-.2%200-.3-.1-.5l6.1-6.1c1.2.8%202.8.8%204%200l6.1%206.1c0%20.2-.1.3-.1.5c0%201.1.9%202%202%202s2-.9%202-2s-.9-2-2-2m-10-6c-1.1%200-2-.9-2-2s.9-2%202-2s2%20.9%202%202s-.9%202-2%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%22m12.5%207.5l-1.4-1.4l3.5-3.5c.8-.8%202.1-.8%202.8%200l3.5%203.5l-1.4%201.4L16%204zm7%2017l1.4%201.4l-3.5%203.5c-.8.8-2.1.8-2.8%200l-3.5-3.5l1.4-1.4L16%2028zm5-12l1.4-1.4l3.5%203.5c.8.8.8%202.1%200%202.8l-3.5%203.5l-1.4-1.4L28%2016zm-17%207l-1.4%201.4l-3.5-3.5c-.8-.8-.8-2.1%200-2.8l3.5-3.5l1.4%201.4L4%2016z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2024c-.2%200-.3%200-.5.1L19.4%2018c.8-1.2.8-2.8%200-4l6.1-6.1c.2.1.3.1.5.1c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202c0%20.2%200%20.3.1.5L18%2012.6c-1.2-.8-2.8-.8-4%200L7.9%206.5c.1-.2.1-.3.1-.5c0-1.1-.9-2-2-2s-2%20.9-2%202s.9%202%202%202c.2%200%20.3%200%20.5-.1l6.1%206.1c-.8%201.2-.8%202.8%200%204l-6.1%206.1c-.2-.1-.3-.1-.5-.1c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2c0-.2%200-.3-.1-.5l6.1-6.1c1.2.8%202.8.8%204%200l6.1%206.1c0%20.2-.1.3-.1.5c0%201.1.9%202%202%202s2-.9%202-2s-.9-2-2-2m-10-6c-1.1%200-2-.9-2-2s.9-2%202-2s2%20.9%202%202s-.9%202-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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