network from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
network
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the network 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-linejoin="round" stroke-width="1.5"><path d="M8.992 6c0-1.414 0-2.121.44-2.56C9.87 3 10.578 3 11.992 3s2.121 0 2.56.44c.44.439.44 1.146.44 2.56s0 2.121-.44 2.56c-.438.44-1.146.44-2.56.44s-2.121 0-2.56-.44c-.44-.439-.44-1.146-.44-2.56Zm-6 12c0-1.414 0-2.121.44-2.56C3.87 15 4.578 15 5.992 15s2.122 0 2.56.44c.44.439.44 1.146.44 2.56s0 2.121-.44 2.56c-.438.44-1.146.44-2.56.44s-2.121 0-2.56-.44c-.44-.439-.44-1.146-.44-2.56Zm12 0c0-1.414 0-2.121.44-2.56c.439-.44 1.146-.44 2.56-.44s2.121 0 2.56.44c.44.439.44 1.146.44 2.56s0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44s-2.121 0-2.56-.44c-.44-.439-.44-1.146-.44-2.56Z"/><path stroke-linecap="round" d="M11.992 9v3m6 3c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.082-1.083C16.39 12 15.924 12 14.992 12h-6c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083c-.152.367-.152.833-.152 1.765"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsNetwork(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M8.992 6c0-1.414 0-2.121.44-2.56C9.87 3 10.578 3 11.992 3s2.121 0 2.56.44c.44.439.44 1.146.44 2.56s0 2.121-.44 2.56c-.438.44-1.146.44-2.56.44s-2.121 0-2.56-.44c-.44-.439-.44-1.146-.44-2.56Zm-6 12c0-1.414 0-2.121.44-2.56C3.87 15 4.578 15 5.992 15s2.122 0 2.56.44c.44.439.44 1.146.44 2.56s0 2.121-.44 2.56c-.438.44-1.146.44-2.56.44s-2.121 0-2.56-.44c-.44-.439-.44-1.146-.44-2.56Zm12 0c0-1.414 0-2.121.44-2.56c.439-.44 1.146-.44 2.56-.44s2.121 0 2.56.44c.44.439.44 1.146.44 2.56s0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44s-2.121 0-2.56-.44c-.44-.439-.44-1.146-.44-2.56Z"/><path strokeLinecap="round" d="M11.992 9v3m6 3c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.082-1.083C16.39 12 15.924 12 14.992 12h-6c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083c-.152.367-.152.833-.152 1.765"/></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-linejoin="round" stroke-width="1.5"><path d="M8.992 6c0-1.414 0-2.121.44-2.56C9.87 3 10.578 3 11.992 3s2.121 0 2.56.44c.44.439.44 1.146.44 2.56s0 2.121-.44 2.56c-.438.44-1.146.44-2.56.44s-2.121 0-2.56-.44c-.44-.439-.44-1.146-.44-2.56Zm-6 12c0-1.414 0-2.121.44-2.56C3.87 15 4.578 15 5.992 15s2.122 0 2.56.44c.44.439.44 1.146.44 2.56s0 2.121-.44 2.56c-.438.44-1.146.44-2.56.44s-2.121 0-2.56-.44c-.44-.439-.44-1.146-.44-2.56Zm12 0c0-1.414 0-2.121.44-2.56c.439-.44 1.146-.44 2.56-.44s2.121 0 2.56.44c.44.439.44 1.146.44 2.56s0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44s-2.121 0-2.56-.44c-.44-.439-.44-1.146-.44-2.56Z"/><path stroke-linecap="round" d="M11.992 9v3m6 3c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.082-1.083C16.39 12 15.924 12 14.992 12h-6c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083c-.152.367-.152.833-.152 1.765"/></g></svg>
</template>

CSS

.icon-network {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8.992%206c0-1.414%200-2.121.44-2.56C9.87%203%2010.578%203%2011.992%203s2.121%200%202.56.44c.44.439.44%201.146.44%202.56s0%202.121-.44%202.56c-.438.44-1.146.44-2.56.44s-2.121%200-2.56-.44c-.44-.439-.44-1.146-.44-2.56Zm-6%2012c0-1.414%200-2.121.44-2.56C3.87%2015%204.578%2015%205.992%2015s2.122%200%202.56.44c.44.439.44%201.146.44%202.56s0%202.121-.44%202.56c-.438.44-1.146.44-2.56.44s-2.121%200-2.56-.44c-.44-.439-.44-1.146-.44-2.56Zm12%200c0-1.414%200-2.121.44-2.56c.439-.44%201.146-.44%202.56-.44s2.121%200%202.56.44c.44.439.44%201.146.44%202.56s0%202.121-.44%202.56c-.439.44-1.146.44-2.56.44s-2.121%200-2.56-.44c-.44-.439-.44-1.146-.44-2.56Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.992%209v3m6%203c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.082-1.083C16.39%2012%2015.924%2012%2014.992%2012h-6c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083c-.152.367-.152.833-.152%201.765%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8.992%206c0-1.414%200-2.121.44-2.56C9.87%203%2010.578%203%2011.992%203s2.121%200%202.56.44c.44.439.44%201.146.44%202.56s0%202.121-.44%202.56c-.438.44-1.146.44-2.56.44s-2.121%200-2.56-.44c-.44-.439-.44-1.146-.44-2.56Zm-6%2012c0-1.414%200-2.121.44-2.56C3.87%2015%204.578%2015%205.992%2015s2.122%200%202.56.44c.44.439.44%201.146.44%202.56s0%202.121-.44%202.56c-.438.44-1.146.44-2.56.44s-2.121%200-2.56-.44c-.44-.439-.44-1.146-.44-2.56Zm12%200c0-1.414%200-2.121.44-2.56c.439-.44%201.146-.44%202.56-.44s2.121%200%202.56.44c.44.439.44%201.146.44%202.56s0%202.121-.44%202.56c-.439.44-1.146.44-2.56.44s-2.121%200-2.56-.44c-.44-.439-.44-1.146-.44-2.56Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.992%209v3m6%203c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.082-1.083C16.39%2012%2015.924%2012%2014.992%2012h-6c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083c-.152.367-.152.833-.152%201.765%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/network.svg?color=%231a73e8&size=48