gateway inclusive alt icon

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

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

More organization icons from Carbon

Use the gateway inclusive alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 10c-3.31 0-6 2.69-6 6s2.69 6 6 6s6-2.69 6-6s-2.69-6-6-6m0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4s-1.79 4-4 4m0-10c-3.31 0-6 2.69-6 6s2.69 6 6 6s6-2.69 6-6s-2.69-6-6-6m0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4s-1.79 4-4 4m0-10c-3.31 0-6 2.69-6 6s2.69 6 6 6s6-2.69 6-6s-2.69-6-6-6m0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4s-1.79 4-4 4m14.71-4.71L24.41 9l3.08-3.07c.16.05.33.07.51.07c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2c0 .18.02.35.07.51L23 7.59l-6.29-6.3c-.39-.39-1.03-.39-1.42 0L9 7.59L5.93 4.51C5.98 4.35 6 4.18 6 4c0-1.1-.9-2-2-2s-2 .9-2 2s.9 2 2 2c.18 0 .35-.02.51-.07L7.59 9l-6.3 6.29c-.39.39-.39 1.03 0 1.42L7.59 23l-3.08 3.07A1.7 1.7 0 0 0 4 26c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2c0-.18-.02-.35-.07-.51L9 24.41l6.29 6.3c.2.19.45.29.71.29s.51-.1.71-.29l6.29-6.3l3.07 3.08A1.7 1.7 0 0 0 26 28c0 1.1.9 2 2 2s2-.9 2-2s-.9-2-2-2c-.18 0-.35.02-.51.07L24.41 23l6.3-6.29c.39-.39.39-1.03 0-1.42M16 28.59L3.41 16L16 3.41L28.59 16z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonGatewayInclusiveAlt(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="M16 10c-3.31 0-6 2.69-6 6s2.69 6 6 6s6-2.69 6-6s-2.69-6-6-6m0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4s-1.79 4-4 4m0-10c-3.31 0-6 2.69-6 6s2.69 6 6 6s6-2.69 6-6s-2.69-6-6-6m0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4s-1.79 4-4 4m0-10c-3.31 0-6 2.69-6 6s2.69 6 6 6s6-2.69 6-6s-2.69-6-6-6m0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4s-1.79 4-4 4m14.71-4.71L24.41 9l3.08-3.07c.16.05.33.07.51.07c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2c0 .18.02.35.07.51L23 7.59l-6.29-6.3c-.39-.39-1.03-.39-1.42 0L9 7.59L5.93 4.51C5.98 4.35 6 4.18 6 4c0-1.1-.9-2-2-2s-2 .9-2 2s.9 2 2 2c.18 0 .35-.02.51-.07L7.59 9l-6.3 6.29c-.39.39-.39 1.03 0 1.42L7.59 23l-3.08 3.07A1.7 1.7 0 0 0 4 26c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2c0-.18-.02-.35-.07-.51L9 24.41l6.29 6.3c.2.19.45.29.71.29s.51-.1.71-.29l6.29-6.3l3.07 3.08A1.7 1.7 0 0 0 26 28c0 1.1.9 2 2 2s2-.9 2-2s-.9-2-2-2c-.18 0-.35.02-.51.07L24.41 23l6.3-6.29c.39-.39.39-1.03 0-1.42M16 28.59L3.41 16L16 3.41L28.59 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="M16 10c-3.31 0-6 2.69-6 6s2.69 6 6 6s6-2.69 6-6s-2.69-6-6-6m0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4s-1.79 4-4 4m0-10c-3.31 0-6 2.69-6 6s2.69 6 6 6s6-2.69 6-6s-2.69-6-6-6m0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4s-1.79 4-4 4m0-10c-3.31 0-6 2.69-6 6s2.69 6 6 6s6-2.69 6-6s-2.69-6-6-6m0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4s-1.79 4-4 4m14.71-4.71L24.41 9l3.08-3.07c.16.05.33.07.51.07c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2c0 .18.02.35.07.51L23 7.59l-6.29-6.3c-.39-.39-1.03-.39-1.42 0L9 7.59L5.93 4.51C5.98 4.35 6 4.18 6 4c0-1.1-.9-2-2-2s-2 .9-2 2s.9 2 2 2c.18 0 .35-.02.51-.07L7.59 9l-6.3 6.29c-.39.39-.39 1.03 0 1.42L7.59 23l-3.08 3.07A1.7 1.7 0 0 0 4 26c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2c0-.18-.02-.35-.07-.51L9 24.41l6.29 6.3c.2.19.45.29.71.29s.51-.1.71-.29l6.29-6.3l3.07 3.08A1.7 1.7 0 0 0 26 28c0 1.1.9 2 2 2s2-.9 2-2s-.9-2-2-2c-.18 0-.35.02-.51.07L24.41 23l6.3-6.29c.39-.39.39-1.03 0-1.42M16 28.59L3.41 16L16 3.41L28.59 16z"/></svg>
</template>

CSS

.icon-gateway-inclusive-alt {
  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%22M16%2010c-3.31%200-6%202.69-6%206s2.69%206%206%206s6-2.69%206-6s-2.69-6-6-6m0%2010c-2.21%200-4-1.79-4-4s1.79-4%204-4s4%201.79%204%204s-1.79%204-4%204m0-10c-3.31%200-6%202.69-6%206s2.69%206%206%206s6-2.69%206-6s-2.69-6-6-6m0%2010c-2.21%200-4-1.79-4-4s1.79-4%204-4s4%201.79%204%204s-1.79%204-4%204m0-10c-3.31%200-6%202.69-6%206s2.69%206%206%206s6-2.69%206-6s-2.69-6-6-6m0%2010c-2.21%200-4-1.79-4-4s1.79-4%204-4s4%201.79%204%204s-1.79%204-4%204m14.71-4.71L24.41%209l3.08-3.07c.16.05.33.07.51.07c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202c0%20.18.02.35.07.51L23%207.59l-6.29-6.3c-.39-.39-1.03-.39-1.42%200L9%207.59L5.93%204.51C5.98%204.35%206%204.18%206%204c0-1.1-.9-2-2-2s-2%20.9-2%202s.9%202%202%202c.18%200%20.35-.02.51-.07L7.59%209l-6.3%206.29c-.39.39-.39%201.03%200%201.42L7.59%2023l-3.08%203.07A1.7%201.7%200%200%200%204%2026c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2c0-.18-.02-.35-.07-.51L9%2024.41l6.29%206.3c.2.19.45.29.71.29s.51-.1.71-.29l6.29-6.3l3.07%203.08A1.7%201.7%200%200%200%2026%2028c0%201.1.9%202%202%202s2-.9%202-2s-.9-2-2-2c-.18%200-.35.02-.51.07L24.41%2023l6.3-6.29c.39-.39.39-1.03%200-1.42M16%2028.59L3.41%2016L16%203.41L28.59%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%22M16%2010c-3.31%200-6%202.69-6%206s2.69%206%206%206s6-2.69%206-6s-2.69-6-6-6m0%2010c-2.21%200-4-1.79-4-4s1.79-4%204-4s4%201.79%204%204s-1.79%204-4%204m0-10c-3.31%200-6%202.69-6%206s2.69%206%206%206s6-2.69%206-6s-2.69-6-6-6m0%2010c-2.21%200-4-1.79-4-4s1.79-4%204-4s4%201.79%204%204s-1.79%204-4%204m0-10c-3.31%200-6%202.69-6%206s2.69%206%206%206s6-2.69%206-6s-2.69-6-6-6m0%2010c-2.21%200-4-1.79-4-4s1.79-4%204-4s4%201.79%204%204s-1.79%204-4%204m14.71-4.71L24.41%209l3.08-3.07c.16.05.33.07.51.07c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202c0%20.18.02.35.07.51L23%207.59l-6.29-6.3c-.39-.39-1.03-.39-1.42%200L9%207.59L5.93%204.51C5.98%204.35%206%204.18%206%204c0-1.1-.9-2-2-2s-2%20.9-2%202s.9%202%202%202c.18%200%20.35-.02.51-.07L7.59%209l-6.3%206.29c-.39.39-.39%201.03%200%201.42L7.59%2023l-3.08%203.07A1.7%201.7%200%200%200%204%2026c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2c0-.18-.02-.35-.07-.51L9%2024.41l6.29%206.3c.2.19.45.29.71.29s.51-.1.71-.29l6.29-6.3l3.07%203.08A1.7%201.7%200%200%200%2026%2028c0%201.1.9%202%202%202s2-.9%202-2s-.9-2-2-2c-.18%200-.35.02-.51.07L24.41%2023l6.3-6.29c.39-.39.39-1.03%200-1.42M16%2028.59L3.41%2016L16%203.41L28.59%2016z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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