utility expense icon

utility-expense from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.

Name
utility-expense
Set
Carbon
Style
Outline
Category
Tools
Viewbox
32×32
License
Apache 2.0

More tools icons from Carbon

Use the utility expense icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 21v2h4c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-1v2h-2v-2h-3v-2h6v-2h-4c-1.1 0-2-.9-2-2v-2c0-1.1.9-2 2-2h1v-2h2v2h3v2zm.79-8.39l-13 17a1 1 0 0 1-1.78-.76l.77-4.99L9.83 17H5a1 1 0 0 1-.78-.38c-.19-.24-.26-.55-.19-.85l3-13c.1-.45.5-.77.97-.77h10c.3 0 .59.14.78.37c.19.24.26.55.2.85l-1.34 6.01l-.39 1.77H22c.38 0 .73.22.9.56s.13.75-.11 1.05m-2.81.39h-5.23l.27-1.22L16.75 4H8.8L6.26 15h5.91l-1.41 9.16l-.18 1.12z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonUtilityExpense(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="M22 21v2h4c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-1v2h-2v-2h-3v-2h6v-2h-4c-1.1 0-2-.9-2-2v-2c0-1.1.9-2 2-2h1v-2h2v2h3v2zm.79-8.39l-13 17a1 1 0 0 1-1.78-.76l.77-4.99L9.83 17H5a1 1 0 0 1-.78-.38c-.19-.24-.26-.55-.19-.85l3-13c.1-.45.5-.77.97-.77h10c.3 0 .59.14.78.37c.19.24.26.55.2.85l-1.34 6.01l-.39 1.77H22c.38 0 .73.22.9.56s.13.75-.11 1.05m-2.81.39h-5.23l.27-1.22L16.75 4H8.8L6.26 15h5.91l-1.41 9.16l-.18 1.12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 21v2h4c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-1v2h-2v-2h-3v-2h6v-2h-4c-1.1 0-2-.9-2-2v-2c0-1.1.9-2 2-2h1v-2h2v2h3v2zm.79-8.39l-13 17a1 1 0 0 1-1.78-.76l.77-4.99L9.83 17H5a1 1 0 0 1-.78-.38c-.19-.24-.26-.55-.19-.85l3-13c.1-.45.5-.77.97-.77h10c.3 0 .59.14.78.37c.19.24.26.55.2.85l-1.34 6.01l-.39 1.77H22c.38 0 .73.22.9.56s.13.75-.11 1.05m-2.81.39h-5.23l.27-1.22L16.75 4H8.8L6.26 15h5.91l-1.41 9.16l-.18 1.12z"/></svg>
</template>

CSS

.icon-utility-expense {
  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%22M22%2021v2h4c1.1%200%202%20.9%202%202v2c0%201.1-.9%202-2%202h-1v2h-2v-2h-3v-2h6v-2h-4c-1.1%200-2-.9-2-2v-2c0-1.1.9-2%202-2h1v-2h2v2h3v2zm.79-8.39l-13%2017a1%201%200%200%201-1.78-.76l.77-4.99L9.83%2017H5a1%201%200%200%201-.78-.38c-.19-.24-.26-.55-.19-.85l3-13c.1-.45.5-.77.97-.77h10c.3%200%20.59.14.78.37c.19.24.26.55.2.85l-1.34%206.01l-.39%201.77H22c.38%200%20.73.22.9.56s.13.75-.11%201.05m-2.81.39h-5.23l.27-1.22L16.75%204H8.8L6.26%2015h5.91l-1.41%209.16l-.18%201.12z%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%22M22%2021v2h4c1.1%200%202%20.9%202%202v2c0%201.1-.9%202-2%202h-1v2h-2v-2h-3v-2h6v-2h-4c-1.1%200-2-.9-2-2v-2c0-1.1.9-2%202-2h1v-2h2v2h3v2zm.79-8.39l-13%2017a1%201%200%200%201-1.78-.76l.77-4.99L9.83%2017H5a1%201%200%200%201-.78-.38c-.19-.24-.26-.55-.19-.85l3-13c.1-.45.5-.77.97-.77h10c.3%200%20.59.14.78.37c.19.24.26.55.2.85l-1.34%206.01l-.39%201.77H22c.38%200%20.73.22.9.56s.13.75-.11%201.05m-2.81.39h-5.23l.27-1.22L16.75%204H8.8L6.26%2015h5.91l-1.41%209.16l-.18%201.12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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