power enterprise pools metered capacity integration icon

power-enterprise-pools-metered-capacity-integration from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
power-enterprise-pools-metered-capacity-integration
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the power enterprise pools metered capacity integration icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.017 29.994c-7.709 0-13.987-6.265-14-13.976a13.9 13.9 0 0 1 4.086-9.905L7.52 7.525a11.92 11.92 0 0 0-3.503 8.49a11.92 11.92 0 0 0 3.53 8.479a11.92 11.92 0 0 0 8.47 3.5h.02a11.8 11.8 0 0 0 3.88-.652l.662 1.888a13.8 13.8 0 0 1-4.538.764z"/><path fill="currentColor" d="M15 16h2v4h2a2 2 0 0 1 2 2v3h-2v-3h-2v3h-2v-3h-2v3h-2v-3a2 2 0 0 1 2-2h2zm8 10a1 1 0 1 1 0 2a1 1 0 1 1 0-2M9 4a1 1 0 1 1 0 2a1 1 0 1 1 0-2"/><path fill="currentColor" d="M20.92 10.106C20.498 7.774 18.452 6 16 6s-4.498 1.774-4.92 4.106A4.01 4.01 0 0 0 8 14c0 2.206 1.794 4 4 4h1v-2h-1c-1.103 0-2-.897-2-2s.897-2 2-2h1v-1c0-1.654 1.346-3 3-3s3 1.346 3 3v1h1c1.103 0 2 .898 2 2s-.897 2-2 2h-1v2h1c2.206 0 4-1.794 4-4a4.01 4.01 0 0 0-3.08-3.894"/><path fill="currentColor" d="m25.9 25.889l-1.414-1.415a11.92 11.92 0 0 0 3.517-8.483c0-6.616-5.383-12-12-12c-1.35 0-2.655.217-3.881.644l-.658-1.888a13.8 13.8 0 0 1 4.539-.756c7.72 0 14 6.28 14 14c0 3.737-1.457 7.251-4.103 9.897Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonPowerEnterprisePoolsMeteredCapacityIntegration(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="M16.017 29.994c-7.709 0-13.987-6.265-14-13.976a13.9 13.9 0 0 1 4.086-9.905L7.52 7.525a11.92 11.92 0 0 0-3.503 8.49a11.92 11.92 0 0 0 3.53 8.479a11.92 11.92 0 0 0 8.47 3.5h.02a11.8 11.8 0 0 0 3.88-.652l.662 1.888a13.8 13.8 0 0 1-4.538.764z"/><path fill="currentColor" d="M15 16h2v4h2a2 2 0 0 1 2 2v3h-2v-3h-2v3h-2v-3h-2v3h-2v-3a2 2 0 0 1 2-2h2zm8 10a1 1 0 1 1 0 2a1 1 0 1 1 0-2M9 4a1 1 0 1 1 0 2a1 1 0 1 1 0-2"/><path fill="currentColor" d="M20.92 10.106C20.498 7.774 18.452 6 16 6s-4.498 1.774-4.92 4.106A4.01 4.01 0 0 0 8 14c0 2.206 1.794 4 4 4h1v-2h-1c-1.103 0-2-.897-2-2s.897-2 2-2h1v-1c0-1.654 1.346-3 3-3s3 1.346 3 3v1h1c1.103 0 2 .898 2 2s-.897 2-2 2h-1v2h1c2.206 0 4-1.794 4-4a4.01 4.01 0 0 0-3.08-3.894"/><path fill="currentColor" d="m25.9 25.889l-1.414-1.415a11.92 11.92 0 0 0 3.517-8.483c0-6.616-5.383-12-12-12c-1.35 0-2.655.217-3.881.644l-.658-1.888a13.8 13.8 0 0 1 4.539-.756c7.72 0 14 6.28 14 14c0 3.737-1.457 7.251-4.103 9.897Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.017 29.994c-7.709 0-13.987-6.265-14-13.976a13.9 13.9 0 0 1 4.086-9.905L7.52 7.525a11.92 11.92 0 0 0-3.503 8.49a11.92 11.92 0 0 0 3.53 8.479a11.92 11.92 0 0 0 8.47 3.5h.02a11.8 11.8 0 0 0 3.88-.652l.662 1.888a13.8 13.8 0 0 1-4.538.764z"/><path fill="currentColor" d="M15 16h2v4h2a2 2 0 0 1 2 2v3h-2v-3h-2v3h-2v-3h-2v3h-2v-3a2 2 0 0 1 2-2h2zm8 10a1 1 0 1 1 0 2a1 1 0 1 1 0-2M9 4a1 1 0 1 1 0 2a1 1 0 1 1 0-2"/><path fill="currentColor" d="M20.92 10.106C20.498 7.774 18.452 6 16 6s-4.498 1.774-4.92 4.106A4.01 4.01 0 0 0 8 14c0 2.206 1.794 4 4 4h1v-2h-1c-1.103 0-2-.897-2-2s.897-2 2-2h1v-1c0-1.654 1.346-3 3-3s3 1.346 3 3v1h1c1.103 0 2 .898 2 2s-.897 2-2 2h-1v2h1c2.206 0 4-1.794 4-4a4.01 4.01 0 0 0-3.08-3.894"/><path fill="currentColor" d="m25.9 25.889l-1.414-1.415a11.92 11.92 0 0 0 3.517-8.483c0-6.616-5.383-12-12-12c-1.35 0-2.655.217-3.881.644l-.658-1.888a13.8 13.8 0 0 1 4.539-.756c7.72 0 14 6.28 14 14c0 3.737-1.457 7.251-4.103 9.897Z"/></svg>
</template>

CSS

.icon-power-enterprise-pools-metered-capacity-integration {
  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%22M16.017%2029.994c-7.709%200-13.987-6.265-14-13.976a13.9%2013.9%200%200%201%204.086-9.905L7.52%207.525a11.92%2011.92%200%200%200-3.503%208.49a11.92%2011.92%200%200%200%203.53%208.479a11.92%2011.92%200%200%200%208.47%203.5h.02a11.8%2011.8%200%200%200%203.88-.652l.662%201.888a13.8%2013.8%200%200%201-4.538.764z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2016h2v4h2a2%202%200%200%201%202%202v3h-2v-3h-2v3h-2v-3h-2v3h-2v-3a2%202%200%200%201%202-2h2zm8%2010a1%201%200%201%201%200%202a1%201%200%201%201%200-2M9%204a1%201%200%201%201%200%202a1%201%200%201%201%200-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.92%2010.106C20.498%207.774%2018.452%206%2016%206s-4.498%201.774-4.92%204.106A4.01%204.01%200%200%200%208%2014c0%202.206%201.794%204%204%204h1v-2h-1c-1.103%200-2-.897-2-2s.897-2%202-2h1v-1c0-1.654%201.346-3%203-3s3%201.346%203%203v1h1c1.103%200%202%20.898%202%202s-.897%202-2%202h-1v2h1c2.206%200%204-1.794%204-4a4.01%204.01%200%200%200-3.08-3.894%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m25.9%2025.889l-1.414-1.415a11.92%2011.92%200%200%200%203.517-8.483c0-6.616-5.383-12-12-12c-1.35%200-2.655.217-3.881.644l-.658-1.888a13.8%2013.8%200%200%201%204.539-.756c7.72%200%2014%206.28%2014%2014c0%203.737-1.457%207.251-4.103%209.897Z%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%22M16.017%2029.994c-7.709%200-13.987-6.265-14-13.976a13.9%2013.9%200%200%201%204.086-9.905L7.52%207.525a11.92%2011.92%200%200%200-3.503%208.49a11.92%2011.92%200%200%200%203.53%208.479a11.92%2011.92%200%200%200%208.47%203.5h.02a11.8%2011.8%200%200%200%203.88-.652l.662%201.888a13.8%2013.8%200%200%201-4.538.764z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2016h2v4h2a2%202%200%200%201%202%202v3h-2v-3h-2v3h-2v-3h-2v3h-2v-3a2%202%200%200%201%202-2h2zm8%2010a1%201%200%201%201%200%202a1%201%200%201%201%200-2M9%204a1%201%200%201%201%200%202a1%201%200%201%201%200-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.92%2010.106C20.498%207.774%2018.452%206%2016%206s-4.498%201.774-4.92%204.106A4.01%204.01%200%200%200%208%2014c0%202.206%201.794%204%204%204h1v-2h-1c-1.103%200-2-.897-2-2s.897-2%202-2h1v-1c0-1.654%201.346-3%203-3s3%201.346%203%203v1h1c1.103%200%202%20.898%202%202s-.897%202-2%202h-1v2h1c2.206%200%204-1.794%204-4a4.01%204.01%200%200%200-3.08-3.894%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m25.9%2025.889l-1.414-1.415a11.92%2011.92%200%200%200%203.517-8.483c0-6.616-5.383-12-12-12c-1.35%200-2.655.217-3.881.644l-.658-1.888a13.8%2013.8%200%200%201%204.539-.756c7.72%200%2014%206.28%2014%2014c0%203.737-1.457%207.251-4.103%209.897Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/power-enterprise-pools-metered-capacity-integration.svg?color=%231a73e8&size=48