network chart icon

network-chart from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
network-chart
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-network-chart

The same icon in other sets

Use the network chart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 3c-1.654 0-3 1.346-3 3c0 .502.136.968.354 1.385l-1.116 1.302A4 4 0 0 0 13 8c-.739 0-1.425.216-2.02.566L9.566 7.152A3.45 3.45 0 0 0 10 5.5C10 3.57 8.43 2 6.5 2S3 3.57 3 5.5S4.57 9 6.5 9c.601 0 1.158-.166 1.652-.434L9.566 9.98A3.97 3.97 0 0 0 9 12c0 .997.38 1.899.985 2.601l-1.692 1.692l.025.025A2.96 2.96 0 0 0 7 16c-1.654 0-3 1.346-3 3s1.346 3 3 3s3-1.346 3-3c0-.476-.121-.919-.318-1.318l.025.025l1.954-1.954c.421.15.867.247 1.339.247c2.206 0 4-1.794 4-4a3.96 3.96 0 0 0-.439-1.785l1.253-1.462c.364.158.764.247 1.186.247c1.654 0 3-1.346 3-3s-1.346-3-3-3M7 20a1 1 0 1 1 0-2a1 1 0 0 1 0 2M5 5.5C5 4.673 5.673 4 6.5 4S8 4.673 8 5.5S7.327 7 6.5 7S5 6.327 5 5.5m8 8.5c-1.103 0-2-.897-2-2s.897-2 2-2s2 .897 2 2s-.897 2-2 2m6-7a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>

React

import type { SVGProps } from "react";

export function BxNetworkChart(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 3c-1.654 0-3 1.346-3 3c0 .502.136.968.354 1.385l-1.116 1.302A4 4 0 0 0 13 8c-.739 0-1.425.216-2.02.566L9.566 7.152A3.45 3.45 0 0 0 10 5.5C10 3.57 8.43 2 6.5 2S3 3.57 3 5.5S4.57 9 6.5 9c.601 0 1.158-.166 1.652-.434L9.566 9.98A3.97 3.97 0 0 0 9 12c0 .997.38 1.899.985 2.601l-1.692 1.692l.025.025A2.96 2.96 0 0 0 7 16c-1.654 0-3 1.346-3 3s1.346 3 3 3s3-1.346 3-3c0-.476-.121-.919-.318-1.318l.025.025l1.954-1.954c.421.15.867.247 1.339.247c2.206 0 4-1.794 4-4a3.96 3.96 0 0 0-.439-1.785l1.253-1.462c.364.158.764.247 1.186.247c1.654 0 3-1.346 3-3s-1.346-3-3-3M7 20a1 1 0 1 1 0-2a1 1 0 0 1 0 2M5 5.5C5 4.673 5.673 4 6.5 4S8 4.673 8 5.5S7.327 7 6.5 7S5 6.327 5 5.5m8 8.5c-1.103 0-2-.897-2-2s.897-2 2-2s2 .897 2 2s-.897 2-2 2m6-7a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 3c-1.654 0-3 1.346-3 3c0 .502.136.968.354 1.385l-1.116 1.302A4 4 0 0 0 13 8c-.739 0-1.425.216-2.02.566L9.566 7.152A3.45 3.45 0 0 0 10 5.5C10 3.57 8.43 2 6.5 2S3 3.57 3 5.5S4.57 9 6.5 9c.601 0 1.158-.166 1.652-.434L9.566 9.98A3.97 3.97 0 0 0 9 12c0 .997.38 1.899.985 2.601l-1.692 1.692l.025.025A2.96 2.96 0 0 0 7 16c-1.654 0-3 1.346-3 3s1.346 3 3 3s3-1.346 3-3c0-.476-.121-.919-.318-1.318l.025.025l1.954-1.954c.421.15.867.247 1.339.247c2.206 0 4-1.794 4-4a3.96 3.96 0 0 0-.439-1.785l1.253-1.462c.364.158.764.247 1.186.247c1.654 0 3-1.346 3-3s-1.346-3-3-3M7 20a1 1 0 1 1 0-2a1 1 0 0 1 0 2M5 5.5C5 4.673 5.673 4 6.5 4S8 4.673 8 5.5S7.327 7 6.5 7S5 6.327 5 5.5m8 8.5c-1.103 0-2-.897-2-2s.897-2 2-2s2 .897 2 2s-.897 2-2 2m6-7a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
</template>

CSS

.icon-network-chart {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%203c-1.654%200-3%201.346-3%203c0%20.502.136.968.354%201.385l-1.116%201.302A4%204%200%200%200%2013%208c-.739%200-1.425.216-2.02.566L9.566%207.152A3.45%203.45%200%200%200%2010%205.5C10%203.57%208.43%202%206.5%202S3%203.57%203%205.5S4.57%209%206.5%209c.601%200%201.158-.166%201.652-.434L9.566%209.98A3.97%203.97%200%200%200%209%2012c0%20.997.38%201.899.985%202.601l-1.692%201.692l.025.025A2.96%202.96%200%200%200%207%2016c-1.654%200-3%201.346-3%203s1.346%203%203%203s3-1.346%203-3c0-.476-.121-.919-.318-1.318l.025.025l1.954-1.954c.421.15.867.247%201.339.247c2.206%200%204-1.794%204-4a3.96%203.96%200%200%200-.439-1.785l1.253-1.462c.364.158.764.247%201.186.247c1.654%200%203-1.346%203-3s-1.346-3-3-3M7%2020a1%201%200%201%201%200-2a1%201%200%200%201%200%202M5%205.5C5%204.673%205.673%204%206.5%204S8%204.673%208%205.5S7.327%207%206.5%207S5%206.327%205%205.5m8%208.5c-1.103%200-2-.897-2-2s.897-2%202-2s2%20.897%202%202s-.897%202-2%202m6-7a1%201%200%201%201%200-2a1%201%200%200%201%200%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%203c-1.654%200-3%201.346-3%203c0%20.502.136.968.354%201.385l-1.116%201.302A4%204%200%200%200%2013%208c-.739%200-1.425.216-2.02.566L9.566%207.152A3.45%203.45%200%200%200%2010%205.5C10%203.57%208.43%202%206.5%202S3%203.57%203%205.5S4.57%209%206.5%209c.601%200%201.158-.166%201.652-.434L9.566%209.98A3.97%203.97%200%200%200%209%2012c0%20.997.38%201.899.985%202.601l-1.692%201.692l.025.025A2.96%202.96%200%200%200%207%2016c-1.654%200-3%201.346-3%203s1.346%203%203%203s3-1.346%203-3c0-.476-.121-.919-.318-1.318l.025.025l1.954-1.954c.421.15.867.247%201.339.247c2.206%200%204-1.794%204-4a3.96%203.96%200%200%200-.439-1.785l1.253-1.462c.364.158.764.247%201.186.247c1.654%200%203-1.346%203-3s-1.346-3-3-3M7%2020a1%201%200%201%201%200-2a1%201%200%200%201%200%202M5%205.5C5%204.673%205.673%204%206.5%204S8%204.673%208%205.5S7.327%207%206.5%207S5%206.327%205%205.5m8%208.5c-1.103%200-2-.897-2-2s.897-2%202-2s2%20.897%202%202s-.897%202-2%202m6-7a1%201%200%201%201%200-2a1%201%200%200%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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