gateway public icon

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

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

More organization icons from Carbon

Use the gateway public icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 14h-5v-2a2 2 0 0 1 4 0h2a4 4 0 0 0-8 0v2.278A1.99 1.99 0 0 0 11 16v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-5a2 2 0 0 0-2-2m0 7h-6v-5h6Z"/><path fill="currentColor" d="M30.414 17.414a2 2 0 0 0 0-2.828l-5.787-5.787l2.9-2.862a2.002 2.002 0 1 0-1.44-1.388l-2.874 2.836l-5.799-5.8a2 2 0 0 0-2.828 0L8.799 7.374L5.937 4.472A2.002 2.002 0 1 0 4.55 5.914l2.835 2.873l-5.8 5.799a2 2 0 0 0 0 2.828l5.8 5.799l-2.835 2.873a1.998 1.998 0 1 0 1.387 1.442l2.862-2.9l5.787 5.786a2 2 0 0 0 2.828 0l5.8-5.799l2.872 2.836a1.998 1.998 0 1 0 1.442-1.387l-2.9-2.863ZM16 29L3 16L16 3l13 13Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonGatewayPublic(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="M19 14h-5v-2a2 2 0 0 1 4 0h2a4 4 0 0 0-8 0v2.278A1.99 1.99 0 0 0 11 16v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-5a2 2 0 0 0-2-2m0 7h-6v-5h6Z"/><path fill="currentColor" d="M30.414 17.414a2 2 0 0 0 0-2.828l-5.787-5.787l2.9-2.862a2.002 2.002 0 1 0-1.44-1.388l-2.874 2.836l-5.799-5.8a2 2 0 0 0-2.828 0L8.799 7.374L5.937 4.472A2.002 2.002 0 1 0 4.55 5.914l2.835 2.873l-5.8 5.799a2 2 0 0 0 0 2.828l5.8 5.799l-2.835 2.873a1.998 1.998 0 1 0 1.387 1.442l2.862-2.9l5.787 5.786a2 2 0 0 0 2.828 0l5.8-5.799l2.872 2.836a1.998 1.998 0 1 0 1.442-1.387l-2.9-2.863ZM16 29L3 16L16 3l13 13Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 14h-5v-2a2 2 0 0 1 4 0h2a4 4 0 0 0-8 0v2.278A1.99 1.99 0 0 0 11 16v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-5a2 2 0 0 0-2-2m0 7h-6v-5h6Z"/><path fill="currentColor" d="M30.414 17.414a2 2 0 0 0 0-2.828l-5.787-5.787l2.9-2.862a2.002 2.002 0 1 0-1.44-1.388l-2.874 2.836l-5.799-5.8a2 2 0 0 0-2.828 0L8.799 7.374L5.937 4.472A2.002 2.002 0 1 0 4.55 5.914l2.835 2.873l-5.8 5.799a2 2 0 0 0 0 2.828l5.8 5.799l-2.835 2.873a1.998 1.998 0 1 0 1.387 1.442l2.862-2.9l5.787 5.786a2 2 0 0 0 2.828 0l5.8-5.799l2.872 2.836a1.998 1.998 0 1 0 1.442-1.387l-2.9-2.863ZM16 29L3 16L16 3l13 13Z"/></svg>
</template>

CSS

.icon-gateway-public {
  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%22M19%2014h-5v-2a2%202%200%200%201%204%200h2a4%204%200%200%200-8%200v2.278A1.99%201.99%200%200%200%2011%2016v5a2%202%200%200%200%202%202h6a2%202%200%200%200%202-2v-5a2%202%200%200%200-2-2m0%207h-6v-5h6Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.414%2017.414a2%202%200%200%200%200-2.828l-5.787-5.787l2.9-2.862a2.002%202.002%200%201%200-1.44-1.388l-2.874%202.836l-5.799-5.8a2%202%200%200%200-2.828%200L8.799%207.374L5.937%204.472A2.002%202.002%200%201%200%204.55%205.914l2.835%202.873l-5.8%205.799a2%202%200%200%200%200%202.828l5.8%205.799l-2.835%202.873a1.998%201.998%200%201%200%201.387%201.442l2.862-2.9l5.787%205.786a2%202%200%200%200%202.828%200l5.8-5.799l2.872%202.836a1.998%201.998%200%201%200%201.442-1.387l-2.9-2.863ZM16%2029L3%2016L16%203l13%2013Z%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%22M19%2014h-5v-2a2%202%200%200%201%204%200h2a4%204%200%200%200-8%200v2.278A1.99%201.99%200%200%200%2011%2016v5a2%202%200%200%200%202%202h6a2%202%200%200%200%202-2v-5a2%202%200%200%200-2-2m0%207h-6v-5h6Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.414%2017.414a2%202%200%200%200%200-2.828l-5.787-5.787l2.9-2.862a2.002%202.002%200%201%200-1.44-1.388l-2.874%202.836l-5.799-5.8a2%202%200%200%200-2.828%200L8.799%207.374L5.937%204.472A2.002%202.002%200%201%200%204.55%205.914l2.835%202.873l-5.8%205.799a2%202%200%200%200%200%202.828l5.8%205.799l-2.835%202.873a1.998%201.998%200%201%200%201.387%201.442l2.862-2.9l5.787%205.786a2%202%200%200%200%202.828%200l5.8-5.799l2.872%202.836a1.998%201.998%200%201%200%201.442-1.387l-2.9-2.863ZM16%2029L3%2016L16%203l13%2013Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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