network 4 reference icon

network-4-reference from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
network-4-reference
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the network 4 reference icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="21" cy="26" r="2" fill="currentColor"/><path fill="currentColor" d="M4 20v2h4.586L2 28.586L3.414 30L10 23.414V28h2v-8z"/><circle cx="21" cy="6" r="2" fill="currentColor"/><circle cx="4" cy="16" r="2" fill="currentColor"/><path fill="currentColor" d="M28 12a3.996 3.996 0 0 0-3.858 3h-4.284a3.966 3.966 0 0 0-5.491-2.643l-3.177-3.97A3.96 3.96 0 0 0 12 6a4 4 0 1 0-4 4a4 4 0 0 0 1.634-.357l3.176 3.97A3.96 3.96 0 0 0 12 16a3.992 3.992 0 0 0 7.858 1h4.284A3.993 3.993 0 1 0 28 12M8 8a2 2 0 1 1 2-2a2 2 0 0 1-2 2m8 10a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m12 0a2 2 0 1 1 2-2a2 2 0 0 1-2 2"/></svg>

React

import type { SVGProps } from "react";

export function CarbonNetwork4Reference(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="21" cy="26" r="2" fill="currentColor"/><path fill="currentColor" d="M4 20v2h4.586L2 28.586L3.414 30L10 23.414V28h2v-8z"/><circle cx="21" cy="6" r="2" fill="currentColor"/><circle cx="4" cy="16" r="2" fill="currentColor"/><path fill="currentColor" d="M28 12a3.996 3.996 0 0 0-3.858 3h-4.284a3.966 3.966 0 0 0-5.491-2.643l-3.177-3.97A3.96 3.96 0 0 0 12 6a4 4 0 1 0-4 4a4 4 0 0 0 1.634-.357l3.176 3.97A3.96 3.96 0 0 0 12 16a3.992 3.992 0 0 0 7.858 1h4.284A3.993 3.993 0 1 0 28 12M8 8a2 2 0 1 1 2-2a2 2 0 0 1-2 2m8 10a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m12 0a2 2 0 1 1 2-2a2 2 0 0 1-2 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="21" cy="26" r="2" fill="currentColor"/><path fill="currentColor" d="M4 20v2h4.586L2 28.586L3.414 30L10 23.414V28h2v-8z"/><circle cx="21" cy="6" r="2" fill="currentColor"/><circle cx="4" cy="16" r="2" fill="currentColor"/><path fill="currentColor" d="M28 12a3.996 3.996 0 0 0-3.858 3h-4.284a3.966 3.966 0 0 0-5.491-2.643l-3.177-3.97A3.96 3.96 0 0 0 12 6a4 4 0 1 0-4 4a4 4 0 0 0 1.634-.357l3.176 3.97A3.96 3.96 0 0 0 12 16a3.992 3.992 0 0 0 7.858 1h4.284A3.993 3.993 0 1 0 28 12M8 8a2 2 0 1 1 2-2a2 2 0 0 1-2 2m8 10a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m12 0a2 2 0 1 1 2-2a2 2 0 0 1-2 2"/></svg>
</template>

CSS

.icon-network-4-reference {
  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%3Ccircle%20cx%3D%2221%22%20cy%3D%2226%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2020v2h4.586L2%2028.586L3.414%2030L10%2023.414V28h2v-8z%22%2F%3E%3Ccircle%20cx%3D%2221%22%20cy%3D%226%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%2216%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2012a3.996%203.996%200%200%200-3.858%203h-4.284a3.966%203.966%200%200%200-5.491-2.643l-3.177-3.97A3.96%203.96%200%200%200%2012%206a4%204%200%201%200-4%204a4%204%200%200%200%201.634-.357l3.176%203.97A3.96%203.96%200%200%200%2012%2016a3.992%203.992%200%200%200%207.858%201h4.284A3.993%203.993%200%201%200%2028%2012M8%208a2%202%200%201%201%202-2a2%202%200%200%201-2%202m8%2010a2%202%200%201%201%202-2a2.003%202.003%200%200%201-2%202m12%200a2%202%200%201%201%202-2a2%202%200%200%201-2%202%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%3Ccircle%20cx%3D%2221%22%20cy%3D%2226%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2020v2h4.586L2%2028.586L3.414%2030L10%2023.414V28h2v-8z%22%2F%3E%3Ccircle%20cx%3D%2221%22%20cy%3D%226%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%2216%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2012a3.996%203.996%200%200%200-3.858%203h-4.284a3.966%203.966%200%200%200-5.491-2.643l-3.177-3.97A3.96%203.96%200%200%200%2012%206a4%204%200%201%200-4%204a4%204%200%200%200%201.634-.357l3.176%203.97A3.96%203.96%200%200%200%2012%2016a3.992%203.992%200%200%200%207.858%201h4.284A3.993%203.993%200%201%200%2028%2012M8%208a2%202%200%201%201%202-2a2%202%200%200%201-2%202m8%2010a2%202%200%201%201%202-2a2.003%202.003%200%200%201-2%202m12%200a2%202%200%201%201%202-2a2%202%200%200%201-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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