network icon
network from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- network
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
The same icon in other sets
Use the network icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M448 96c0-35.29-28.71-64-64-64s-64 28.71-64 64c0 23.637 12.89 44.307 32 55.391v52.832l-96 48-96-48v-52.832c19.11-11.084 32-31.754 32-55.391 0-35.29-28.71-64-64-64S64 60.71 64 96c0 23.637 12.89 44.307 32 55.391v92.387l128 64v52.832c-19.11 11.084-32 31.754-32 55.391 0 35.29 28.71 64 64 64s64-28.71 64-64c0-23.637-12.89-44.307-32-55.391v-52.832l128-64v-92.387c19.11-11.084 32-31.754 32-55.391zM128 64c17.673 0 32 14.327 32 32s-14.327 32-32 32-32-14.327-32-32 14.327-32 32-32zm128 384c-17.673 0-32-14.327-32-32s14.327-32 32-32 32 14.327 32 32-14.327 32-32 32zm128-320c-17.673 0-32-14.327-32-32s14.327-32 32-32 32 14.327 32 32-14.327 32-32 32z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonNetwork(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M448 96c0-35.29-28.71-64-64-64s-64 28.71-64 64c0 23.637 12.89 44.307 32 55.391v52.832l-96 48-96-48v-52.832c19.11-11.084 32-31.754 32-55.391 0-35.29-28.71-64-64-64S64 60.71 64 96c0 23.637 12.89 44.307 32 55.391v92.387l128 64v52.832c-19.11 11.084-32 31.754-32 55.391 0 35.29 28.71 64 64 64s64-28.71 64-64c0-23.637-12.89-44.307-32-55.391v-52.832l128-64v-92.387c19.11-11.084 32-31.754 32-55.391zM128 64c17.673 0 32 14.327 32 32s-14.327 32-32 32-32-14.327-32-32 14.327-32 32-32zm128 384c-17.673 0-32-14.327-32-32s14.327-32 32-32 32 14.327 32 32-14.327 32-32 32zm128-320c-17.673 0-32-14.327-32-32s14.327-32 32-32 32 14.327 32 32-14.327 32-32 32z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M448 96c0-35.29-28.71-64-64-64s-64 28.71-64 64c0 23.637 12.89 44.307 32 55.391v52.832l-96 48-96-48v-52.832c19.11-11.084 32-31.754 32-55.391 0-35.29-28.71-64-64-64S64 60.71 64 96c0 23.637 12.89 44.307 32 55.391v92.387l128 64v52.832c-19.11 11.084-32 31.754-32 55.391 0 35.29 28.71 64 64 64s64-28.71 64-64c0-23.637-12.89-44.307-32-55.391v-52.832l128-64v-92.387c19.11-11.084 32-31.754 32-55.391zM128 64c17.673 0 32 14.327 32 32s-14.327 32-32 32-32-14.327-32-32 14.327-32 32-32zm128 384c-17.673 0-32-14.327-32-32s14.327-32 32-32 32 14.327 32 32-14.327 32-32 32zm128-320c-17.673 0-32-14.327-32-32s14.327-32 32-32 32 14.327 32 32-14.327 32-32 32z" fill="currentColor"/></svg> </template>
CSS
.icon-network {
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%20512%20512%22%3E%3Cpath%20d%3D%22M448%2096c0-35.29-28.71-64-64-64s-64%2028.71-64%2064c0%2023.637%2012.89%2044.307%2032%2055.391v52.832l-96%2048-96-48v-52.832c19.11-11.084%2032-31.754%2032-55.391%200-35.29-28.71-64-64-64S64%2060.71%2064%2096c0%2023.637%2012.89%2044.307%2032%2055.391v92.387l128%2064v52.832c-19.11%2011.084-32%2031.754-32%2055.391%200%2035.29%2028.71%2064%2064%2064s64-28.71%2064-64c0-23.637-12.89-44.307-32-55.391v-52.832l128-64v-92.387c19.11-11.084%2032-31.754%2032-55.391zM128%2064c17.673%200%2032%2014.327%2032%2032s-14.327%2032-32%2032-32-14.327-32-32%2014.327-32%2032-32zm128%20384c-17.673%200-32-14.327-32-32s14.327-32%2032-32%2032%2014.327%2032%2032-14.327%2032-32%2032zm128-320c-17.673%200-32-14.327-32-32s14.327-32%2032-32%2032%2014.327%2032%2032-14.327%2032-32%2032z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M448%2096c0-35.29-28.71-64-64-64s-64%2028.71-64%2064c0%2023.637%2012.89%2044.307%2032%2055.391v52.832l-96%2048-96-48v-52.832c19.11-11.084%2032-31.754%2032-55.391%200-35.29-28.71-64-64-64S64%2060.71%2064%2096c0%2023.637%2012.89%2044.307%2032%2055.391v92.387l128%2064v52.832c-19.11%2011.084-32%2031.754-32%2055.391%200%2035.29%2028.71%2064%2064%2064s64-28.71%2064-64c0-23.637-12.89-44.307-32-55.391v-52.832l128-64v-92.387c19.11-11.084%2032-31.754%2032-55.391zM128%2064c17.673%200%2032%2014.327%2032%2032s-14.327%2032-32%2032-32-14.327-32-32%2014.327-32%2032-32zm128%20384c-17.673%200-32-14.327-32-32s14.327-32%2032-32%2032%2014.327%2032%2032-14.327%2032-32%2032zm128-320c-17.673%200-32-14.327-32-32s14.327-32%2032-32%2032%2014.327%2032%2032-14.327%2032-32%2032z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/network.svg?color=%231a73e8&size=48