pricing consumption icon

pricing-consumption from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
pricing-consumption
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the pricing consumption icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2v2c6.63 0 12 5.37 12 12s-5.37 12-12 12v2c7.73 0 14-6.27 14-14S23.73 2 16 2M8.24 25.14l-1.29 1.53c1.23 1.04 2.64 1.87 4.18 2.44l.68-1.88c-1.32-.49-2.53-1.2-3.58-2.09zM4.19 18l-1.97.41c.28 1.63.84 3.16 1.64 4.54L5.59 22c-.68-1.18-1.16-2.61-1.4-4m1.4-8L3.86 9c-.79 1.38-1.35 2.96-1.64 4.59l1.97.35c.24-1.39.72-2.75 1.4-3.93zm6.23-5.24l-.68-1.88c-1.54.57-2.95 1.4-4.18 2.44l1.29 1.53c1.05-.89 2.26-1.6 3.58-2.09z"/><path fill="currentColor" d="M21 12v-2h-4V7h-2v3h-2c-1.103 0-2 .897-2 2v3c0 1.103.897 2 2 2h6v3h-8v2h4v3h2v-3h2c1.103 0 2-.897 2-2v-3c0-1.103-.897-2-2-2h-6v-3z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonPricingConsumption(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 2v2c6.63 0 12 5.37 12 12s-5.37 12-12 12v2c7.73 0 14-6.27 14-14S23.73 2 16 2M8.24 25.14l-1.29 1.53c1.23 1.04 2.64 1.87 4.18 2.44l.68-1.88c-1.32-.49-2.53-1.2-3.58-2.09zM4.19 18l-1.97.41c.28 1.63.84 3.16 1.64 4.54L5.59 22c-.68-1.18-1.16-2.61-1.4-4m1.4-8L3.86 9c-.79 1.38-1.35 2.96-1.64 4.59l1.97.35c.24-1.39.72-2.75 1.4-3.93zm6.23-5.24l-.68-1.88c-1.54.57-2.95 1.4-4.18 2.44l1.29 1.53c1.05-.89 2.26-1.6 3.58-2.09z"/><path fill="currentColor" d="M21 12v-2h-4V7h-2v3h-2c-1.103 0-2 .897-2 2v3c0 1.103.897 2 2 2h6v3h-8v2h4v3h2v-3h2c1.103 0 2-.897 2-2v-3c0-1.103-.897-2-2-2h-6v-3z"/></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 2v2c6.63 0 12 5.37 12 12s-5.37 12-12 12v2c7.73 0 14-6.27 14-14S23.73 2 16 2M8.24 25.14l-1.29 1.53c1.23 1.04 2.64 1.87 4.18 2.44l.68-1.88c-1.32-.49-2.53-1.2-3.58-2.09zM4.19 18l-1.97.41c.28 1.63.84 3.16 1.64 4.54L5.59 22c-.68-1.18-1.16-2.61-1.4-4m1.4-8L3.86 9c-.79 1.38-1.35 2.96-1.64 4.59l1.97.35c.24-1.39.72-2.75 1.4-3.93zm6.23-5.24l-.68-1.88c-1.54.57-2.95 1.4-4.18 2.44l1.29 1.53c1.05-.89 2.26-1.6 3.58-2.09z"/><path fill="currentColor" d="M21 12v-2h-4V7h-2v3h-2c-1.103 0-2 .897-2 2v3c0 1.103.897 2 2 2h6v3h-8v2h4v3h2v-3h2c1.103 0 2-.897 2-2v-3c0-1.103-.897-2-2-2h-6v-3z"/></svg>
</template>

CSS

.icon-pricing-consumption {
  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%202v2c6.63%200%2012%205.37%2012%2012s-5.37%2012-12%2012v2c7.73%200%2014-6.27%2014-14S23.73%202%2016%202M8.24%2025.14l-1.29%201.53c1.23%201.04%202.64%201.87%204.18%202.44l.68-1.88c-1.32-.49-2.53-1.2-3.58-2.09zM4.19%2018l-1.97.41c.28%201.63.84%203.16%201.64%204.54L5.59%2022c-.68-1.18-1.16-2.61-1.4-4m1.4-8L3.86%209c-.79%201.38-1.35%202.96-1.64%204.59l1.97.35c.24-1.39.72-2.75%201.4-3.93zm6.23-5.24l-.68-1.88c-1.54.57-2.95%201.4-4.18%202.44l1.29%201.53c1.05-.89%202.26-1.6%203.58-2.09z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2012v-2h-4V7h-2v3h-2c-1.103%200-2%20.897-2%202v3c0%201.103.897%202%202%202h6v3h-8v2h4v3h2v-3h2c1.103%200%202-.897%202-2v-3c0-1.103-.897-2-2-2h-6v-3z%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%202v2c6.63%200%2012%205.37%2012%2012s-5.37%2012-12%2012v2c7.73%200%2014-6.27%2014-14S23.73%202%2016%202M8.24%2025.14l-1.29%201.53c1.23%201.04%202.64%201.87%204.18%202.44l.68-1.88c-1.32-.49-2.53-1.2-3.58-2.09zM4.19%2018l-1.97.41c.28%201.63.84%203.16%201.64%204.54L5.59%2022c-.68-1.18-1.16-2.61-1.4-4m1.4-8L3.86%209c-.79%201.38-1.35%202.96-1.64%204.59l1.97.35c.24-1.39.72-2.75%201.4-3.93zm6.23-5.24l-.68-1.88c-1.54.57-2.95%201.4-4.18%202.44l1.29%201.53c1.05-.89%202.26-1.6%203.58-2.09z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2012v-2h-4V7h-2v3h-2c-1.103%200-2%20.897-2%202v3c0%201.103.897%202%202%202h6v3h-8v2h4v3h2v-3h2c1.103%200%202-.897%202-2v-3c0-1.103-.897-2-2-2h-6v-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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