finance icon

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

Name
finance
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More enterprise icons from Carbon

Use the finance icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 28h28v2H2zm25-17a1 1 0 0 0 1-1V7a1 1 0 0 0-.66-.94l-11-4a1 1 0 0 0-.68 0l-11 4A1 1 0 0 0 4 7v3a1 1 0 0 0 1 1h1v13H4v2h24v-2h-2V11ZM6 7.7l10-3.64L26 7.7V9H6ZM18 24h-4V11h4ZM8 11h4v13H8Zm16 13h-4V11h4Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonFinance(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="M2 28h28v2H2zm25-17a1 1 0 0 0 1-1V7a1 1 0 0 0-.66-.94l-11-4a1 1 0 0 0-.68 0l-11 4A1 1 0 0 0 4 7v3a1 1 0 0 0 1 1h1v13H4v2h24v-2h-2V11ZM6 7.7l10-3.64L26 7.7V9H6ZM18 24h-4V11h4ZM8 11h4v13H8Zm16 13h-4V11h4Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 28h28v2H2zm25-17a1 1 0 0 0 1-1V7a1 1 0 0 0-.66-.94l-11-4a1 1 0 0 0-.68 0l-11 4A1 1 0 0 0 4 7v3a1 1 0 0 0 1 1h1v13H4v2h24v-2h-2V11ZM6 7.7l10-3.64L26 7.7V9H6ZM18 24h-4V11h4ZM8 11h4v13H8Zm16 13h-4V11h4Z"/></svg>
</template>

CSS

.icon-finance {
  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%22M2%2028h28v2H2zm25-17a1%201%200%200%200%201-1V7a1%201%200%200%200-.66-.94l-11-4a1%201%200%200%200-.68%200l-11%204A1%201%200%200%200%204%207v3a1%201%200%200%200%201%201h1v13H4v2h24v-2h-2V11ZM6%207.7l10-3.64L26%207.7V9H6ZM18%2024h-4V11h4ZM8%2011h4v13H8Zm16%2013h-4V11h4Z%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%22M2%2028h28v2H2zm25-17a1%201%200%200%200%201-1V7a1%201%200%200%200-.66-.94l-11-4a1%201%200%200%200-.68%200l-11%204A1%201%200%200%200%204%207v3a1%201%200%200%200%201%201h1v13H4v2h24v-2h-2V11ZM6%207.7l10-3.64L26%207.7V9H6ZM18%2024h-4V11h4ZM8%2011h4v13H8Zm16%2013h-4V11h4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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