network intelligence icon

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

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

The same icon in other sets

More communicate icons from Material Symbols Light

Use the network intelligence icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.517 19q-.217 0-.406-.099t-.296-.31l-1.757-3.168h1.258l.923 1.77h2.011v-.77H8.704l-.923-1.77H5.623l-1.271-2.25q-.05-.105-.078-.201T4.246 12q0-.062.106-.404l1.271-2.25h2.158l.923-1.769h1.546v-.77H8.239l-.924 1.77H6.059L7.816 5.41q.105-.212.295-.311Q8.3 5 8.517 5h2.29q.349 0 .579.23t.23.578v3.615h-1.52l-.769.77h2.289v2.73h-1.97l-.884-1.75H6.904l-.77.77h2.162l.885 1.75h2.435v4.5q0 .348-.23.577q-.23.23-.578.23zm4.675 0q-.348 0-.577-.23q-.23-.23-.23-.578v-4.5h2.434l.885-1.75h2.161l-.769-.769H15.24l-.904 1.75h-1.95v-2.73h2.288l-.77-.77h-1.518V5.808q0-.348.23-.578t.577-.23h2.29q.218 0 .408.099t.295.31l1.757 3.168h-1.257l-.923-1.77H13.75v.77h1.546l.904 1.77h2.177l1.271 2.25q.05.105.078.201t.028.202q0 .062-.106.404l-1.271 2.25H16.2l-.904 1.769H13.75v.77h2.011l.924-1.77h1.257l-1.757 3.167q-.106.212-.295.311q-.19.099-.407.099z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNetworkIntelligence(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.517 19q-.217 0-.406-.099t-.296-.31l-1.757-3.168h1.258l.923 1.77h2.011v-.77H8.704l-.923-1.77H5.623l-1.271-2.25q-.05-.105-.078-.201T4.246 12q0-.062.106-.404l1.271-2.25h2.158l.923-1.769h1.546v-.77H8.239l-.924 1.77H6.059L7.816 5.41q.105-.212.295-.311Q8.3 5 8.517 5h2.29q.349 0 .579.23t.23.578v3.615h-1.52l-.769.77h2.289v2.73h-1.97l-.884-1.75H6.904l-.77.77h2.162l.885 1.75h2.435v4.5q0 .348-.23.577q-.23.23-.578.23zm4.675 0q-.348 0-.577-.23q-.23-.23-.23-.578v-4.5h2.434l.885-1.75h2.161l-.769-.769H15.24l-.904 1.75h-1.95v-2.73h2.288l-.77-.77h-1.518V5.808q0-.348.23-.578t.577-.23h2.29q.218 0 .408.099t.295.31l1.757 3.168h-1.257l-.923-1.77H13.75v.77h1.546l.904 1.77h2.177l1.271 2.25q.05.105.078.201t.028.202q0 .062-.106.404l-1.271 2.25H16.2l-.904 1.769H13.75v.77h2.011l.924-1.77h1.257l-1.757 3.167q-.106.212-.295.311q-.19.099-.407.099z"/></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.517 19q-.217 0-.406-.099t-.296-.31l-1.757-3.168h1.258l.923 1.77h2.011v-.77H8.704l-.923-1.77H5.623l-1.271-2.25q-.05-.105-.078-.201T4.246 12q0-.062.106-.404l1.271-2.25h2.158l.923-1.769h1.546v-.77H8.239l-.924 1.77H6.059L7.816 5.41q.105-.212.295-.311Q8.3 5 8.517 5h2.29q.349 0 .579.23t.23.578v3.615h-1.52l-.769.77h2.289v2.73h-1.97l-.884-1.75H6.904l-.77.77h2.162l.885 1.75h2.435v4.5q0 .348-.23.577q-.23.23-.578.23zm4.675 0q-.348 0-.577-.23q-.23-.23-.23-.578v-4.5h2.434l.885-1.75h2.161l-.769-.769H15.24l-.904 1.75h-1.95v-2.73h2.288l-.77-.77h-1.518V5.808q0-.348.23-.578t.577-.23h2.29q.218 0 .408.099t.295.31l1.757 3.168h-1.257l-.923-1.77H13.75v.77h1.546l.904 1.77h2.177l1.271 2.25q.05.105.078.201t.028.202q0 .062-.106.404l-1.271 2.25H16.2l-.904 1.769H13.75v.77h2.011l.924-1.77h1.257l-1.757 3.167q-.106.212-.295.311q-.19.099-.407.099z"/></svg>
</template>

CSS

.icon-network-intelligence {
  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.517%2019q-.217%200-.406-.099t-.296-.31l-1.757-3.168h1.258l.923%201.77h2.011v-.77H8.704l-.923-1.77H5.623l-1.271-2.25q-.05-.105-.078-.201T4.246%2012q0-.062.106-.404l1.271-2.25h2.158l.923-1.769h1.546v-.77H8.239l-.924%201.77H6.059L7.816%205.41q.105-.212.295-.311Q8.3%205%208.517%205h2.29q.349%200%20.579.23t.23.578v3.615h-1.52l-.769.77h2.289v2.73h-1.97l-.884-1.75H6.904l-.77.77h2.162l.885%201.75h2.435v4.5q0%20.348-.23.577q-.23.23-.578.23zm4.675%200q-.348%200-.577-.23q-.23-.23-.23-.578v-4.5h2.434l.885-1.75h2.161l-.769-.769H15.24l-.904%201.75h-1.95v-2.73h2.288l-.77-.77h-1.518V5.808q0-.348.23-.578t.577-.23h2.29q.218%200%20.408.099t.295.31l1.757%203.168h-1.257l-.923-1.77H13.75v.77h1.546l.904%201.77h2.177l1.271%202.25q.05.105.078.201t.028.202q0%20.062-.106.404l-1.271%202.25H16.2l-.904%201.769H13.75v.77h2.011l.924-1.77h1.257l-1.757%203.167q-.106.212-.295.311q-.19.099-.407.099z%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.517%2019q-.217%200-.406-.099t-.296-.31l-1.757-3.168h1.258l.923%201.77h2.011v-.77H8.704l-.923-1.77H5.623l-1.271-2.25q-.05-.105-.078-.201T4.246%2012q0-.062.106-.404l1.271-2.25h2.158l.923-1.769h1.546v-.77H8.239l-.924%201.77H6.059L7.816%205.41q.105-.212.295-.311Q8.3%205%208.517%205h2.29q.349%200%20.579.23t.23.578v3.615h-1.52l-.769.77h2.289v2.73h-1.97l-.884-1.75H6.904l-.77.77h2.162l.885%201.75h2.435v4.5q0%20.348-.23.577q-.23.23-.578.23zm4.675%200q-.348%200-.577-.23q-.23-.23-.23-.578v-4.5h2.434l.885-1.75h2.161l-.769-.769H15.24l-.904%201.75h-1.95v-2.73h2.288l-.77-.77h-1.518V5.808q0-.348.23-.578t.577-.23h2.29q.218%200%20.408.099t.295.31l1.757%203.168h-1.257l-.923-1.77H13.75v.77h1.546l.904%201.77h2.177l1.271%202.25q.05.105.078.201t.028.202q0%20.062-.106.404l-1.271%202.25H16.2l-.904%201.769H13.75v.77h2.011l.924-1.77h1.257l-1.757%203.167q-.106.212-.295.311q-.19.099-.407.099z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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