network manage icon

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

Name
network-manage
Set
Material Symbols
Style
Regular
Category
Communicate
Viewbox
24×24
License
Apache 2.0
Aliases
network-manage-outline, network-manage-outline-sharp, network-manage-sharp

1 other variant in Material Symbols

The same icon in other sets

More communicate icons from Material Symbols

Use the network manage icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.475 17.45q.55-.55 1.238-.9t1.462-.475q-.125.475-.2.95T10.9 18q0 .6.088 1.175t.287 1.1zm-2.125-2.1l-2.1-2.15q1.55-1.55 3.55-2.375T12 10q1.225 0 2.4.263t2.25.762q-1.1.2-2.037.725t-1.688 1.3q-.225-.025-.462-.038T12 13q-1.6 0-3.062.613T6.35 15.35M2.1 11.1L0 9q2.375-2.425 5.488-3.713T12 4t6.513 1.288T24 9l-2.1 2.1q-1.975-1.975-4.538-3.037T12 7T6.637 8.063T2.1 11.1M19 13l.3 1.5q.3.125.563.263t.537.337l1.45-.45l1 1.7l-1.15 1q.05.3.05.65t-.05.65l1.15 1l-1 1.7l-1.45-.45q-.275.2-.537.338t-.563.262L19 23h-2l-.3-1.5q-.3-.125-.562-.262T15.6 20.9l-1.45.45l-1-1.7l1.15-1q-.05-.3-.05-.65t.05-.65l-1.15-1l1-1.7l1.45.45q.275-.2.538-.337t.562-.263L17 13zm-2.412 3.588Q16 17.175 16 18t.588 1.413T18 20t1.413-.587T20 18t-.587-1.412T18 16t-1.412.588"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNetworkManage(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="M8.475 17.45q.55-.55 1.238-.9t1.462-.475q-.125.475-.2.95T10.9 18q0 .6.088 1.175t.287 1.1zm-2.125-2.1l-2.1-2.15q1.55-1.55 3.55-2.375T12 10q1.225 0 2.4.263t2.25.762q-1.1.2-2.037.725t-1.688 1.3q-.225-.025-.462-.038T12 13q-1.6 0-3.062.613T6.35 15.35M2.1 11.1L0 9q2.375-2.425 5.488-3.713T12 4t6.513 1.288T24 9l-2.1 2.1q-1.975-1.975-4.538-3.037T12 7T6.637 8.063T2.1 11.1M19 13l.3 1.5q.3.125.563.263t.537.337l1.45-.45l1 1.7l-1.15 1q.05.3.05.65t-.05.65l1.15 1l-1 1.7l-1.45-.45q-.275.2-.537.338t-.563.262L19 23h-2l-.3-1.5q-.3-.125-.562-.262T15.6 20.9l-1.45.45l-1-1.7l1.15-1q-.05-.3-.05-.65t.05-.65l-1.15-1l1-1.7l1.45.45q.275-.2.538-.337t.562-.263L17 13zm-2.412 3.588Q16 17.175 16 18t.588 1.413T18 20t1.413-.587T20 18t-.587-1.412T18 16t-1.412.588"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.475 17.45q.55-.55 1.238-.9t1.462-.475q-.125.475-.2.95T10.9 18q0 .6.088 1.175t.287 1.1zm-2.125-2.1l-2.1-2.15q1.55-1.55 3.55-2.375T12 10q1.225 0 2.4.263t2.25.762q-1.1.2-2.037.725t-1.688 1.3q-.225-.025-.462-.038T12 13q-1.6 0-3.062.613T6.35 15.35M2.1 11.1L0 9q2.375-2.425 5.488-3.713T12 4t6.513 1.288T24 9l-2.1 2.1q-1.975-1.975-4.538-3.037T12 7T6.637 8.063T2.1 11.1M19 13l.3 1.5q.3.125.563.263t.537.337l1.45-.45l1 1.7l-1.15 1q.05.3.05.65t-.05.65l1.15 1l-1 1.7l-1.45-.45q-.275.2-.537.338t-.563.262L19 23h-2l-.3-1.5q-.3-.125-.562-.262T15.6 20.9l-1.45.45l-1-1.7l1.15-1q-.05-.3-.05-.65t.05-.65l-1.15-1l1-1.7l1.45.45q.275-.2.538-.337t.562-.263L17 13zm-2.412 3.588Q16 17.175 16 18t.588 1.413T18 20t1.413-.587T20 18t-.587-1.412T18 16t-1.412.588"/></svg>
</template>

CSS

.icon-network-manage {
  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%22M8.475%2017.45q.55-.55%201.238-.9t1.462-.475q-.125.475-.2.95T10.9%2018q0%20.6.088%201.175t.287%201.1zm-2.125-2.1l-2.1-2.15q1.55-1.55%203.55-2.375T12%2010q1.225%200%202.4.263t2.25.762q-1.1.2-2.037.725t-1.688%201.3q-.225-.025-.462-.038T12%2013q-1.6%200-3.062.613T6.35%2015.35M2.1%2011.1L0%209q2.375-2.425%205.488-3.713T12%204t6.513%201.288T24%209l-2.1%202.1q-1.975-1.975-4.538-3.037T12%207T6.637%208.063T2.1%2011.1M19%2013l.3%201.5q.3.125.563.263t.537.337l1.45-.45l1%201.7l-1.15%201q.05.3.05.65t-.05.65l1.15%201l-1%201.7l-1.45-.45q-.275.2-.537.338t-.563.262L19%2023h-2l-.3-1.5q-.3-.125-.562-.262T15.6%2020.9l-1.45.45l-1-1.7l1.15-1q-.05-.3-.05-.65t.05-.65l-1.15-1l1-1.7l1.45.45q.275-.2.538-.337t.562-.263L17%2013zm-2.412%203.588Q16%2017.175%2016%2018t.588%201.413T18%2020t1.413-.587T20%2018t-.587-1.412T18%2016t-1.412.588%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%22M8.475%2017.45q.55-.55%201.238-.9t1.462-.475q-.125.475-.2.95T10.9%2018q0%20.6.088%201.175t.287%201.1zm-2.125-2.1l-2.1-2.15q1.55-1.55%203.55-2.375T12%2010q1.225%200%202.4.263t2.25.762q-1.1.2-2.037.725t-1.688%201.3q-.225-.025-.462-.038T12%2013q-1.6%200-3.062.613T6.35%2015.35M2.1%2011.1L0%209q2.375-2.425%205.488-3.713T12%204t6.513%201.288T24%209l-2.1%202.1q-1.975-1.975-4.538-3.037T12%207T6.637%208.063T2.1%2011.1M19%2013l.3%201.5q.3.125.563.263t.537.337l1.45-.45l1%201.7l-1.15%201q.05.3.05.65t-.05.65l1.15%201l-1%201.7l-1.45-.45q-.275.2-.537.338t-.563.262L19%2023h-2l-.3-1.5q-.3-.125-.562-.262T15.6%2020.9l-1.45.45l-1-1.7l1.15-1q-.05-.3-.05-.65t.05-.65l-1.15-1l1-1.7l1.45.45q.275-.2.538-.337t.562-.263L17%2013zm-2.412%203.588Q16%2017.175%2016%2018t.588%201.413T18%2020t1.413-.587T20%2018t-.587-1.412T18%2016t-1.412.588%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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