load balancer network icon

load-balancer-network from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
load-balancer-network
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the load balancer network icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 16h-8v-4h-2v4H7a2 2 0 0 0-2 2v4h2v-4h8v4h2v-4h8v4h2v-4a2 2 0 0 0-2-2m-5-6V2h-8v8zm-6-2V4h4v4Zm12 16a2.995 2.995 0 0 0-2.816 2h-4.368a2.982 2.982 0 0 0-5.632 0H8.816a3 3 0 1 0 0 2h4.368a2.982 2.982 0 0 0 5.632 0h4.368A2.995 2.995 0 1 0 26 24M6 28a1 1 0 1 1 1-1a1 1 0 0 1-1 1m10 0a1 1 0 1 1 1-1a1 1 0 0 1-1 1m10 0a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/></svg>

React

import type { SVGProps } from "react";

export function CarbonLoadBalancerNetwork(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 16h-8v-4h-2v4H7a2 2 0 0 0-2 2v4h2v-4h8v4h2v-4h8v4h2v-4a2 2 0 0 0-2-2m-5-6V2h-8v8zm-6-2V4h4v4Zm12 16a2.995 2.995 0 0 0-2.816 2h-4.368a2.982 2.982 0 0 0-5.632 0H8.816a3 3 0 1 0 0 2h4.368a2.982 2.982 0 0 0 5.632 0h4.368A2.995 2.995 0 1 0 26 24M6 28a1 1 0 1 1 1-1a1 1 0 0 1-1 1m10 0a1 1 0 1 1 1-1a1 1 0 0 1-1 1m10 0a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 16h-8v-4h-2v4H7a2 2 0 0 0-2 2v4h2v-4h8v4h2v-4h8v4h2v-4a2 2 0 0 0-2-2m-5-6V2h-8v8zm-6-2V4h4v4Zm12 16a2.995 2.995 0 0 0-2.816 2h-4.368a2.982 2.982 0 0 0-5.632 0H8.816a3 3 0 1 0 0 2h4.368a2.982 2.982 0 0 0 5.632 0h4.368A2.995 2.995 0 1 0 26 24M6 28a1 1 0 1 1 1-1a1 1 0 0 1-1 1m10 0a1 1 0 1 1 1-1a1 1 0 0 1-1 1m10 0a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/></svg>
</template>

CSS

.icon-load-balancer-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%2016h-8v-4h-2v4H7a2%202%200%200%200-2%202v4h2v-4h8v4h2v-4h8v4h2v-4a2%202%200%200%200-2-2m-5-6V2h-8v8zm-6-2V4h4v4Zm12%2016a2.995%202.995%200%200%200-2.816%202h-4.368a2.982%202.982%200%200%200-5.632%200H8.816a3%203%200%201%200%200%202h4.368a2.982%202.982%200%200%200%205.632%200h4.368A2.995%202.995%200%201%200%2026%2024M6%2028a1%201%200%201%201%201-1a1%201%200%200%201-1%201m10%200a1%201%200%201%201%201-1a1%201%200%200%201-1%201m10%200a1%201%200%201%201%201-1a1%201%200%200%201-1%201%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%2016h-8v-4h-2v4H7a2%202%200%200%200-2%202v4h2v-4h8v4h2v-4h8v4h2v-4a2%202%200%200%200-2-2m-5-6V2h-8v8zm-6-2V4h4v4Zm12%2016a2.995%202.995%200%200%200-2.816%202h-4.368a2.982%202.982%200%200%200-5.632%200H8.816a3%203%200%201%200%200%202h4.368a2.982%202.982%200%200%200%205.632%200h4.368A2.995%202.995%200%201%200%2026%2024M6%2028a1%201%200%201%201%201-1a1%201%200%200%201-1%201m10%200a1%201%200%201%201%201-1a1%201%200%200%201-1%201m10%200a1%201%200%201%201%201-1a1%201%200%200%201-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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