gateway-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
gateway-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
gateway, gateway-outline

The same icon in other sets

Use the gateway icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M928 392c8.8 0 16-7.2 16-16V192c0-8.8-7.2-16-16-16H744c-8.8 0-16 7.2-16 16v56H296v-56c0-8.8-7.2-16-16-16H96c-8.8 0-16 7.2-16 16v184c0 8.8 7.2 16 16 16h56v240H96c-8.8 0-16 7.2-16 16v184c0 8.8 7.2 16 16 16h184c8.8 0 16-7.2 16-16v-56h432v56c0 8.8 7.2 16 16 16h184c8.8 0 16-7.2 16-16V648c0-8.8-7.2-16-16-16h-56V392zM792 240h88v88h-88zm-648 88v-88h88v88zm88 456h-88v-88h88zm648-88v88h-88v-88zm-80-64h-56c-8.8 0-16 7.2-16 16v56H296v-56c0-8.8-7.2-16-16-16h-56V392h56c8.8 0 16-7.2 16-16v-56h432v56c0 8.8 7.2 16 16 16h56z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignGatewayOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M928 392c8.8 0 16-7.2 16-16V192c0-8.8-7.2-16-16-16H744c-8.8 0-16 7.2-16 16v56H296v-56c0-8.8-7.2-16-16-16H96c-8.8 0-16 7.2-16 16v184c0 8.8 7.2 16 16 16h56v240H96c-8.8 0-16 7.2-16 16v184c0 8.8 7.2 16 16 16h184c8.8 0 16-7.2 16-16v-56h432v56c0 8.8 7.2 16 16 16h184c8.8 0 16-7.2 16-16V648c0-8.8-7.2-16-16-16h-56V392zM792 240h88v88h-88zm-648 88v-88h88v88zm88 456h-88v-88h88zm648-88v88h-88v-88zm-80-64h-56c-8.8 0-16 7.2-16 16v56H296v-56c0-8.8-7.2-16-16-16h-56V392h56c8.8 0 16-7.2 16-16v-56h432v56c0 8.8 7.2 16 16 16h56z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M928 392c8.8 0 16-7.2 16-16V192c0-8.8-7.2-16-16-16H744c-8.8 0-16 7.2-16 16v56H296v-56c0-8.8-7.2-16-16-16H96c-8.8 0-16 7.2-16 16v184c0 8.8 7.2 16 16 16h56v240H96c-8.8 0-16 7.2-16 16v184c0 8.8 7.2 16 16 16h184c8.8 0 16-7.2 16-16v-56h432v56c0 8.8 7.2 16 16 16h184c8.8 0 16-7.2 16-16V648c0-8.8-7.2-16-16-16h-56V392zM792 240h88v88h-88zm-648 88v-88h88v88zm88 456h-88v-88h88zm648-88v88h-88v-88zm-80-64h-56c-8.8 0-16 7.2-16 16v56H296v-56c0-8.8-7.2-16-16-16h-56V392h56c8.8 0 16-7.2 16-16v-56h432v56c0 8.8 7.2 16 16 16h56z"/></svg>
</template>

CSS

.icon-gateway-outlined {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M928%20392c8.8%200%2016-7.2%2016-16V192c0-8.8-7.2-16-16-16H744c-8.8%200-16%207.2-16%2016v56H296v-56c0-8.8-7.2-16-16-16H96c-8.8%200-16%207.2-16%2016v184c0%208.8%207.2%2016%2016%2016h56v240H96c-8.8%200-16%207.2-16%2016v184c0%208.8%207.2%2016%2016%2016h184c8.8%200%2016-7.2%2016-16v-56h432v56c0%208.8%207.2%2016%2016%2016h184c8.8%200%2016-7.2%2016-16V648c0-8.8-7.2-16-16-16h-56V392zM792%20240h88v88h-88zm-648%2088v-88h88v88zm88%20456h-88v-88h88zm648-88v88h-88v-88zm-80-64h-56c-8.8%200-16%207.2-16%2016v56H296v-56c0-8.8-7.2-16-16-16h-56V392h56c8.8%200%2016-7.2%2016-16v-56h432v56c0%208.8%207.2%2016%2016%2016h56z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M928%20392c8.8%200%2016-7.2%2016-16V192c0-8.8-7.2-16-16-16H744c-8.8%200-16%207.2-16%2016v56H296v-56c0-8.8-7.2-16-16-16H96c-8.8%200-16%207.2-16%2016v184c0%208.8%207.2%2016%2016%2016h56v240H96c-8.8%200-16%207.2-16%2016v184c0%208.8%207.2%2016%2016%2016h184c8.8%200%2016-7.2%2016-16v-56h432v56c0%208.8%207.2%2016%2016%2016h184c8.8%200%2016-7.2%2016-16V648c0-8.8-7.2-16-16-16h-56V392zM792%20240h88v88h-88zm-648%2088v-88h88v88zm88%20456h-88v-88h88zm648-88v88h-88v-88zm-80-64h-56c-8.8%200-16%207.2-16%2016v56H296v-56c0-8.8-7.2-16-16-16h-56V392h56c8.8%200%2016-7.2%2016-16v-56h432v56c0%208.8%207.2%2016%2016%2016h56z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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