network right icon

network-right from Iconoir by Luca Burgio · Regular · Connectivity · MIT Free for personal and commercial use.

Name
network-right
Set
Iconoir
Style
Regular
Category
Connectivity
Viewbox
24×24
License
MIT

1 other variant in Iconoir

More connectivity icons from Iconoir

Use the network right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><rect width="7" height="5" rx=".6" transform="matrix(0 -1 -1 0 22 21)"/><rect width="7" height="5" rx=".6" transform="matrix(0 -1 -1 0 7 15.5)"/><rect width="7" height="5" rx=".6" transform="matrix(0 -1 -1 0 22 10)"/><path d="M17 17.5h-3.5a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2H17M11.5 12H7"/></g></svg>

React

import type { SVGProps } from "react";

export function IconoirNetworkRight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><rect width="7" height="5" rx=".6" transform="matrix(0 -1 -1 0 22 21)"/><rect width="7" height="5" rx=".6" transform="matrix(0 -1 -1 0 7 15.5)"/><rect width="7" height="5" rx=".6" transform="matrix(0 -1 -1 0 22 10)"/><path d="M17 17.5h-3.5a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2H17M11.5 12H7"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><rect width="7" height="5" rx=".6" transform="matrix(0 -1 -1 0 22 21)"/><rect width="7" height="5" rx=".6" transform="matrix(0 -1 -1 0 7 15.5)"/><rect width="7" height="5" rx=".6" transform="matrix(0 -1 -1 0 22 10)"/><path d="M17 17.5h-3.5a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2H17M11.5 12H7"/></g></svg>
</template>

CSS

.icon-network-right {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Crect%20width%3D%227%22%20height%3D%225%22%20rx%3D%22.6%22%20transform%3D%22matrix(0%20-1%20-1%200%2022%2021)%22%2F%3E%3Crect%20width%3D%227%22%20height%3D%225%22%20rx%3D%22.6%22%20transform%3D%22matrix(0%20-1%20-1%200%207%2015.5)%22%2F%3E%3Crect%20width%3D%227%22%20height%3D%225%22%20rx%3D%22.6%22%20transform%3D%22matrix(0%20-1%20-1%200%2022%2010)%22%2F%3E%3Cpath%20d%3D%22M17%2017.5h-3.5a2%202%200%200%201-2-2v-7a2%202%200%200%201%202-2H17M11.5%2012H7%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Crect%20width%3D%227%22%20height%3D%225%22%20rx%3D%22.6%22%20transform%3D%22matrix(0%20-1%20-1%200%2022%2021)%22%2F%3E%3Crect%20width%3D%227%22%20height%3D%225%22%20rx%3D%22.6%22%20transform%3D%22matrix(0%20-1%20-1%200%207%2015.5)%22%2F%3E%3Crect%20width%3D%227%22%20height%3D%225%22%20rx%3D%22.6%22%20transform%3D%22matrix(0%20-1%20-1%200%2022%2010)%22%2F%3E%3Cpath%20d%3D%22M17%2017.5h-3.5a2%202%200%200%201-2-2v-7a2%202%200%200%201%202-2H17M11.5%2012H7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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