load balancer pool icon

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

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

More organization icons from Carbon

Use the load balancer pool icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 15h12v2H10zM8.7 6.285A3 3 0 0 0 9 5a3 3 0 1 0-3 3a2.96 2.96 0 0 0 1.285-.3L10 10.413V13h2V9.586ZM6 6a1 1 0 1 1 1-1a1 1 0 0 1-1 1m13-1a3 3 0 1 0-4 2.815V13h2V7.816A3 3 0 0 0 19 5m-3 1a1 1 0 1 1 1-1a1 1 0 0 1-1 1m10-4a3.003 3.003 0 0 0-3 3a3 3 0 0 0 .3 1.285l-3.3 3.3V13h2v-2.586L24.715 7.7A2.96 2.96 0 0 0 26 8a3 3 0 0 0 0-6m0 4a1 1 0 1 1 1-1a1 1 0 0 1-1 1M12 19h-2v2.586L7.285 24.3A2.96 2.96 0 0 0 6 24a3 3 0 1 0 3 3a3 3 0 0 0-.3-1.285l3.3-3.3Zm-6 9a1 1 0 1 1 1-1a1 1 0 0 1-1 1m11-3.816V19h-2v5.184a3 3 0 1 0 2 0M16 28a1 1 0 1 1 1-1a1 1 0 0 1-1 1m10-4a2.96 2.96 0 0 0-1.285.3L22 21.587V19h-2v3.414l3.3 3.3A3 3 0 0 0 23 27a3 3 0 1 0 3-3m0 4a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/></svg>

React

import type { SVGProps } from "react";

export function CarbonLoadBalancerPool(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="M10 15h12v2H10zM8.7 6.285A3 3 0 0 0 9 5a3 3 0 1 0-3 3a2.96 2.96 0 0 0 1.285-.3L10 10.413V13h2V9.586ZM6 6a1 1 0 1 1 1-1a1 1 0 0 1-1 1m13-1a3 3 0 1 0-4 2.815V13h2V7.816A3 3 0 0 0 19 5m-3 1a1 1 0 1 1 1-1a1 1 0 0 1-1 1m10-4a3.003 3.003 0 0 0-3 3a3 3 0 0 0 .3 1.285l-3.3 3.3V13h2v-2.586L24.715 7.7A2.96 2.96 0 0 0 26 8a3 3 0 0 0 0-6m0 4a1 1 0 1 1 1-1a1 1 0 0 1-1 1M12 19h-2v2.586L7.285 24.3A2.96 2.96 0 0 0 6 24a3 3 0 1 0 3 3a3 3 0 0 0-.3-1.285l3.3-3.3Zm-6 9a1 1 0 1 1 1-1a1 1 0 0 1-1 1m11-3.816V19h-2v5.184a3 3 0 1 0 2 0M16 28a1 1 0 1 1 1-1a1 1 0 0 1-1 1m10-4a2.96 2.96 0 0 0-1.285.3L22 21.587V19h-2v3.414l3.3 3.3A3 3 0 0 0 23 27a3 3 0 1 0 3-3m0 4a1 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="M10 15h12v2H10zM8.7 6.285A3 3 0 0 0 9 5a3 3 0 1 0-3 3a2.96 2.96 0 0 0 1.285-.3L10 10.413V13h2V9.586ZM6 6a1 1 0 1 1 1-1a1 1 0 0 1-1 1m13-1a3 3 0 1 0-4 2.815V13h2V7.816A3 3 0 0 0 19 5m-3 1a1 1 0 1 1 1-1a1 1 0 0 1-1 1m10-4a3.003 3.003 0 0 0-3 3a3 3 0 0 0 .3 1.285l-3.3 3.3V13h2v-2.586L24.715 7.7A2.96 2.96 0 0 0 26 8a3 3 0 0 0 0-6m0 4a1 1 0 1 1 1-1a1 1 0 0 1-1 1M12 19h-2v2.586L7.285 24.3A2.96 2.96 0 0 0 6 24a3 3 0 1 0 3 3a3 3 0 0 0-.3-1.285l3.3-3.3Zm-6 9a1 1 0 1 1 1-1a1 1 0 0 1-1 1m11-3.816V19h-2v5.184a3 3 0 1 0 2 0M16 28a1 1 0 1 1 1-1a1 1 0 0 1-1 1m10-4a2.96 2.96 0 0 0-1.285.3L22 21.587V19h-2v3.414l3.3 3.3A3 3 0 0 0 23 27a3 3 0 1 0 3-3m0 4a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/></svg>
</template>

CSS

.icon-load-balancer-pool {
  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%22M10%2015h12v2H10zM8.7%206.285A3%203%200%200%200%209%205a3%203%200%201%200-3%203a2.96%202.96%200%200%200%201.285-.3L10%2010.413V13h2V9.586ZM6%206a1%201%200%201%201%201-1a1%201%200%200%201-1%201m13-1a3%203%200%201%200-4%202.815V13h2V7.816A3%203%200%200%200%2019%205m-3%201a1%201%200%201%201%201-1a1%201%200%200%201-1%201m10-4a3.003%203.003%200%200%200-3%203a3%203%200%200%200%20.3%201.285l-3.3%203.3V13h2v-2.586L24.715%207.7A2.96%202.96%200%200%200%2026%208a3%203%200%200%200%200-6m0%204a1%201%200%201%201%201-1a1%201%200%200%201-1%201M12%2019h-2v2.586L7.285%2024.3A2.96%202.96%200%200%200%206%2024a3%203%200%201%200%203%203a3%203%200%200%200-.3-1.285l3.3-3.3Zm-6%209a1%201%200%201%201%201-1a1%201%200%200%201-1%201m11-3.816V19h-2v5.184a3%203%200%201%200%202%200M16%2028a1%201%200%201%201%201-1a1%201%200%200%201-1%201m10-4a2.96%202.96%200%200%200-1.285.3L22%2021.587V19h-2v3.414l3.3%203.3A3%203%200%200%200%2023%2027a3%203%200%201%200%203-3m0%204a1%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%22M10%2015h12v2H10zM8.7%206.285A3%203%200%200%200%209%205a3%203%200%201%200-3%203a2.96%202.96%200%200%200%201.285-.3L10%2010.413V13h2V9.586ZM6%206a1%201%200%201%201%201-1a1%201%200%200%201-1%201m13-1a3%203%200%201%200-4%202.815V13h2V7.816A3%203%200%200%200%2019%205m-3%201a1%201%200%201%201%201-1a1%201%200%200%201-1%201m10-4a3.003%203.003%200%200%200-3%203a3%203%200%200%200%20.3%201.285l-3.3%203.3V13h2v-2.586L24.715%207.7A2.96%202.96%200%200%200%2026%208a3%203%200%200%200%200-6m0%204a1%201%200%201%201%201-1a1%201%200%200%201-1%201M12%2019h-2v2.586L7.285%2024.3A2.96%202.96%200%200%200%206%2024a3%203%200%201%200%203%203a3%203%200%200%200-.3-1.285l3.3-3.3Zm-6%209a1%201%200%201%201%201-1a1%201%200%200%201-1%201m11-3.816V19h-2v5.184a3%203%200%201%200%202%200M16%2028a1%201%200%201%201%201-1a1%201%200%200%201-1%201m10-4a2.96%202.96%200%200%200-1.285.3L22%2021.587V19h-2v3.414l3.3%203.3A3%203%200%200%200%2023%2027a3%203%200%201%200%203-3m0%204a1%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-pool.svg?color=%231a73e8&size=48