network-node from Material Symbols by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.

Name
network-node
Set
Material Symbols
Style
Regular
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
network-node-outline, network-node-outline-rounded, network-node-outline-sharp, network-node-rounded, network-node-sharp

More business icons from Material Symbols

Use the network node icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.025 20.975Q2 19.95 2 18.5t1.025-2.475T5.5 15q.45 0 .875.112t.8.313L11 11.6V8.85q-1.1-.325-1.8-1.237T8.5 5.5q0-1.45 1.025-2.475T12 2t2.475 1.025T15.5 5.5q0 1.2-.7 2.113T13 8.85v2.75l3.85 3.825q.375-.2.788-.312T18.5 15q1.45 0 2.475 1.025T22 18.5t-1.025 2.475T18.5 22t-2.475-1.025T15 18.5q0-.45.112-.875t.313-.8L12 13.4l-3.425 3.425q.2.375.313.8T9 18.5q0 1.45-1.025 2.475T5.5 22t-2.475-1.025m16.538-1.412Q20 19.125 20 18.5t-.437-1.062T18.5 17t-1.062.438T17 18.5t.438 1.063T18.5 20t1.063-.437m-6.5-13q.437-.438.437-1.063t-.437-1.062T12 4t-1.062.438T10.5 5.5t.438 1.063T12 7t1.063-.437m-6.5 13Q7 19.125 7 18.5t-.437-1.062T5.5 17t-1.062.438T4 18.5t.438 1.063T5.5 20t1.063-.437"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNetworkNode(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="M3.025 20.975Q2 19.95 2 18.5t1.025-2.475T5.5 15q.45 0 .875.112t.8.313L11 11.6V8.85q-1.1-.325-1.8-1.237T8.5 5.5q0-1.45 1.025-2.475T12 2t2.475 1.025T15.5 5.5q0 1.2-.7 2.113T13 8.85v2.75l3.85 3.825q.375-.2.788-.312T18.5 15q1.45 0 2.475 1.025T22 18.5t-1.025 2.475T18.5 22t-2.475-1.025T15 18.5q0-.45.112-.875t.313-.8L12 13.4l-3.425 3.425q.2.375.313.8T9 18.5q0 1.45-1.025 2.475T5.5 22t-2.475-1.025m16.538-1.412Q20 19.125 20 18.5t-.437-1.062T18.5 17t-1.062.438T17 18.5t.438 1.063T18.5 20t1.063-.437m-6.5-13q.437-.438.437-1.063t-.437-1.062T12 4t-1.062.438T10.5 5.5t.438 1.063T12 7t1.063-.437m-6.5 13Q7 19.125 7 18.5t-.437-1.062T5.5 17t-1.062.438T4 18.5t.438 1.063T5.5 20t1.063-.437"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.025 20.975Q2 19.95 2 18.5t1.025-2.475T5.5 15q.45 0 .875.112t.8.313L11 11.6V8.85q-1.1-.325-1.8-1.237T8.5 5.5q0-1.45 1.025-2.475T12 2t2.475 1.025T15.5 5.5q0 1.2-.7 2.113T13 8.85v2.75l3.85 3.825q.375-.2.788-.312T18.5 15q1.45 0 2.475 1.025T22 18.5t-1.025 2.475T18.5 22t-2.475-1.025T15 18.5q0-.45.112-.875t.313-.8L12 13.4l-3.425 3.425q.2.375.313.8T9 18.5q0 1.45-1.025 2.475T5.5 22t-2.475-1.025m16.538-1.412Q20 19.125 20 18.5t-.437-1.062T18.5 17t-1.062.438T17 18.5t.438 1.063T18.5 20t1.063-.437m-6.5-13q.437-.438.437-1.063t-.437-1.062T12 4t-1.062.438T10.5 5.5t.438 1.063T12 7t1.063-.437m-6.5 13Q7 19.125 7 18.5t-.437-1.062T5.5 17t-1.062.438T4 18.5t.438 1.063T5.5 20t1.063-.437"/></svg>
</template>

CSS

.icon-network-node {
  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%22M3.025%2020.975Q2%2019.95%202%2018.5t1.025-2.475T5.5%2015q.45%200%20.875.112t.8.313L11%2011.6V8.85q-1.1-.325-1.8-1.237T8.5%205.5q0-1.45%201.025-2.475T12%202t2.475%201.025T15.5%205.5q0%201.2-.7%202.113T13%208.85v2.75l3.85%203.825q.375-.2.788-.312T18.5%2015q1.45%200%202.475%201.025T22%2018.5t-1.025%202.475T18.5%2022t-2.475-1.025T15%2018.5q0-.45.112-.875t.313-.8L12%2013.4l-3.425%203.425q.2.375.313.8T9%2018.5q0%201.45-1.025%202.475T5.5%2022t-2.475-1.025m16.538-1.412Q20%2019.125%2020%2018.5t-.437-1.062T18.5%2017t-1.062.438T17%2018.5t.438%201.063T18.5%2020t1.063-.437m-6.5-13q.437-.438.437-1.063t-.437-1.062T12%204t-1.062.438T10.5%205.5t.438%201.063T12%207t1.063-.437m-6.5%2013Q7%2019.125%207%2018.5t-.437-1.062T5.5%2017t-1.062.438T4%2018.5t.438%201.063T5.5%2020t1.063-.437%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%22M3.025%2020.975Q2%2019.95%202%2018.5t1.025-2.475T5.5%2015q.45%200%20.875.112t.8.313L11%2011.6V8.85q-1.1-.325-1.8-1.237T8.5%205.5q0-1.45%201.025-2.475T12%202t2.475%201.025T15.5%205.5q0%201.2-.7%202.113T13%208.85v2.75l3.85%203.825q.375-.2.788-.312T18.5%2015q1.45%200%202.475%201.025T22%2018.5t-1.025%202.475T18.5%2022t-2.475-1.025T15%2018.5q0-.45.112-.875t.313-.8L12%2013.4l-3.425%203.425q.2.375.313.8T9%2018.5q0%201.45-1.025%202.475T5.5%2022t-2.475-1.025m16.538-1.412Q20%2019.125%2020%2018.5t-.437-1.062T18.5%2017t-1.062.438T17%2018.5t.438%201.063T18.5%2020t1.063-.437m-6.5-13q.437-.438.437-1.063t-.437-1.062T12%204t-1.062.438T10.5%205.5t.438%201.063T12%207t1.063-.437m-6.5%2013Q7%2019.125%207%2018.5t-.437-1.062T5.5%2017t-1.062.438T4%2018.5t.438%201.063T5.5%2020t1.063-.437%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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