gateway icon

gateway from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
gateway
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More organization icons from Carbon

Use the gateway icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M31 16a2 2 0 0 0-.586-1.414l-5.793-5.793l2.868-2.868a2 2 0 1 0-1.414-1.414L23.207 7.38l-5.793-5.793a2 2 0 0 0-2.828 0L8.793 7.379L5.925 4.51a2 2 0 1 0-1.414 1.414l2.868 2.868l-5.793 5.793a2 2 0 0 0 0 2.828l5.793 5.793l-2.868 2.868a2 2 0 1 0 1.414 1.414l2.868-2.868l5.793 5.793a2 2 0 0 0 2.828 0l5.793-5.793l2.868 2.868a2 2 0 1 0 1.414-1.414l-2.868-2.868l5.793-5.793A2 2 0 0 0 31 16m-7.793 5.793L20.414 19L19 20.414l2.793 2.793L16 29l-5.793-5.793L13 20.414L11.586 19l-2.793 2.793L3 16l5.793-5.793L11.586 13L13 11.586l-2.793-2.793L16 3l5.794 5.793L19 11.586L20.414 13l2.794-2.793L29 16Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonGateway(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="M31 16a2 2 0 0 0-.586-1.414l-5.793-5.793l2.868-2.868a2 2 0 1 0-1.414-1.414L23.207 7.38l-5.793-5.793a2 2 0 0 0-2.828 0L8.793 7.379L5.925 4.51a2 2 0 1 0-1.414 1.414l2.868 2.868l-5.793 5.793a2 2 0 0 0 0 2.828l5.793 5.793l-2.868 2.868a2 2 0 1 0 1.414 1.414l2.868-2.868l5.793 5.793a2 2 0 0 0 2.828 0l5.793-5.793l2.868 2.868a2 2 0 1 0 1.414-1.414l-2.868-2.868l5.793-5.793A2 2 0 0 0 31 16m-7.793 5.793L20.414 19L19 20.414l2.793 2.793L16 29l-5.793-5.793L13 20.414L11.586 19l-2.793 2.793L3 16l5.793-5.793L11.586 13L13 11.586l-2.793-2.793L16 3l5.794 5.793L19 11.586L20.414 13l2.794-2.793L29 16Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M31 16a2 2 0 0 0-.586-1.414l-5.793-5.793l2.868-2.868a2 2 0 1 0-1.414-1.414L23.207 7.38l-5.793-5.793a2 2 0 0 0-2.828 0L8.793 7.379L5.925 4.51a2 2 0 1 0-1.414 1.414l2.868 2.868l-5.793 5.793a2 2 0 0 0 0 2.828l5.793 5.793l-2.868 2.868a2 2 0 1 0 1.414 1.414l2.868-2.868l5.793 5.793a2 2 0 0 0 2.828 0l5.793-5.793l2.868 2.868a2 2 0 1 0 1.414-1.414l-2.868-2.868l5.793-5.793A2 2 0 0 0 31 16m-7.793 5.793L20.414 19L19 20.414l2.793 2.793L16 29l-5.793-5.793L13 20.414L11.586 19l-2.793 2.793L3 16l5.793-5.793L11.586 13L13 11.586l-2.793-2.793L16 3l5.794 5.793L19 11.586L20.414 13l2.794-2.793L29 16Z"/></svg>
</template>

CSS

.icon-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%22M31%2016a2%202%200%200%200-.586-1.414l-5.793-5.793l2.868-2.868a2%202%200%201%200-1.414-1.414L23.207%207.38l-5.793-5.793a2%202%200%200%200-2.828%200L8.793%207.379L5.925%204.51a2%202%200%201%200-1.414%201.414l2.868%202.868l-5.793%205.793a2%202%200%200%200%200%202.828l5.793%205.793l-2.868%202.868a2%202%200%201%200%201.414%201.414l2.868-2.868l5.793%205.793a2%202%200%200%200%202.828%200l5.793-5.793l2.868%202.868a2%202%200%201%200%201.414-1.414l-2.868-2.868l5.793-5.793A2%202%200%200%200%2031%2016m-7.793%205.793L20.414%2019L19%2020.414l2.793%202.793L16%2029l-5.793-5.793L13%2020.414L11.586%2019l-2.793%202.793L3%2016l5.793-5.793L11.586%2013L13%2011.586l-2.793-2.793L16%203l5.794%205.793L19%2011.586L20.414%2013l2.794-2.793L29%2016Z%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%22M31%2016a2%202%200%200%200-.586-1.414l-5.793-5.793l2.868-2.868a2%202%200%201%200-1.414-1.414L23.207%207.38l-5.793-5.793a2%202%200%200%200-2.828%200L8.793%207.379L5.925%204.51a2%202%200%201%200-1.414%201.414l2.868%202.868l-5.793%205.793a2%202%200%200%200%200%202.828l5.793%205.793l-2.868%202.868a2%202%200%201%200%201.414%201.414l2.868-2.868l5.793%205.793a2%202%200%200%200%202.828%200l5.793-5.793l2.868%202.868a2%202%200%201%200%201.414-1.414l-2.868-2.868l5.793-5.793A2%202%200%200%200%2031%2016m-7.793%205.793L20.414%2019L19%2020.414l2.793%202.793L16%2029l-5.793-5.793L13%2020.414L11.586%2019l-2.793%202.793L3%2016l5.793-5.793L11.586%2013L13%2011.586l-2.793-2.793L16%203l5.794%205.793L19%2011.586L20.414%2013l2.794-2.793L29%2016Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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