api gateway icon

api-gateway from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
api-gateway
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the api gateway icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M18 17V7H6v10z"/><path d="M22 17.93V6.07c0-.524 0-.786-.118-1.007c-.119-.22-.337-.366-.773-.657L19.193 3.13A.768.768 0 0 0 18 3.768v16.464a.768.768 0 0 0 1.193.64l1.916-1.278c.436-.29.654-.436.773-.657c.118-.221.118-.483.118-1.007M2.89 19.594c-.435-.29-.653-.436-.772-.657C2 18.716 2 18.454 2 17.93V6.07c0-.524 0-.786.118-1.007c.119-.22.337-.366.773-.657L4.807 3.13A.768.768 0 0 1 6 3.768v16.464a.768.768 0 0 1-1.193.64zM13.5 10l1.227 1.058c.515.444.773.666.773.942c0 .277-.258.499-.773.943L13.5 14m-3-4l-1.227 1.057c-.515.445-.773.667-.773.943s.258.498.773.943L10.5 14"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsApiGateway(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M18 17V7H6v10z"/><path d="M22 17.93V6.07c0-.524 0-.786-.118-1.007c-.119-.22-.337-.366-.773-.657L19.193 3.13A.768.768 0 0 0 18 3.768v16.464a.768.768 0 0 0 1.193.64l1.916-1.278c.436-.29.654-.436.773-.657c.118-.221.118-.483.118-1.007M2.89 19.594c-.435-.29-.653-.436-.772-.657C2 18.716 2 18.454 2 17.93V6.07c0-.524 0-.786.118-1.007c.119-.22.337-.366.773-.657L4.807 3.13A.768.768 0 0 1 6 3.768v16.464a.768.768 0 0 1-1.193.64zM13.5 10l1.227 1.058c.515.444.773.666.773.942c0 .277-.258.499-.773.943L13.5 14m-3-4l-1.227 1.057c-.515.445-.773.667-.773.943s.258.498.773.943L10.5 14"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M18 17V7H6v10z"/><path d="M22 17.93V6.07c0-.524 0-.786-.118-1.007c-.119-.22-.337-.366-.773-.657L19.193 3.13A.768.768 0 0 0 18 3.768v16.464a.768.768 0 0 0 1.193.64l1.916-1.278c.436-.29.654-.436.773-.657c.118-.221.118-.483.118-1.007M2.89 19.594c-.435-.29-.653-.436-.772-.657C2 18.716 2 18.454 2 17.93V6.07c0-.524 0-.786.118-1.007c.119-.22.337-.366.773-.657L4.807 3.13A.768.768 0 0 1 6 3.768v16.464a.768.768 0 0 1-1.193.64zM13.5 10l1.227 1.058c.515.444.773.666.773.942c0 .277-.258.499-.773.943L13.5 14m-3-4l-1.227 1.057c-.515.445-.773.667-.773.943s.258.498.773.943L10.5 14"/></g></svg>
</template>

CSS

.icon-api-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18%2017V7H6v10z%22%2F%3E%3Cpath%20d%3D%22M22%2017.93V6.07c0-.524%200-.786-.118-1.007c-.119-.22-.337-.366-.773-.657L19.193%203.13A.768.768%200%200%200%2018%203.768v16.464a.768.768%200%200%200%201.193.64l1.916-1.278c.436-.29.654-.436.773-.657c.118-.221.118-.483.118-1.007M2.89%2019.594c-.435-.29-.653-.436-.772-.657C2%2018.716%202%2018.454%202%2017.93V6.07c0-.524%200-.786.118-1.007c.119-.22.337-.366.773-.657L4.807%203.13A.768.768%200%200%201%206%203.768v16.464a.768.768%200%200%201-1.193.64zM13.5%2010l1.227%201.058c.515.444.773.666.773.942c0%20.277-.258.499-.773.943L13.5%2014m-3-4l-1.227%201.057c-.515.445-.773.667-.773.943s.258.498.773.943L10.5%2014%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18%2017V7H6v10z%22%2F%3E%3Cpath%20d%3D%22M22%2017.93V6.07c0-.524%200-.786-.118-1.007c-.119-.22-.337-.366-.773-.657L19.193%203.13A.768.768%200%200%200%2018%203.768v16.464a.768.768%200%200%200%201.193.64l1.916-1.278c.436-.29.654-.436.773-.657c.118-.221.118-.483.118-1.007M2.89%2019.594c-.435-.29-.653-.436-.772-.657C2%2018.716%202%2018.454%202%2017.93V6.07c0-.524%200-.786.118-1.007c.119-.22.337-.366.773-.657L4.807%203.13A.768.768%200%200%201%206%203.768v16.464a.768.768%200%200%201-1.193.64zM13.5%2010l1.227%201.058c.515.444.773.666.773.942c0%20.277-.258.499-.773.943L13.5%2014m-3-4l-1.227%201.057c-.515.445-.773.667-.773.943s.258.498.773.943L10.5%2014%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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