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

Name
cost
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the cost icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 23a7 7 0 1 1 7-7a7.01 7.01 0 0 1-7 7m0-12a5 5 0 1 0 5 5a5.006 5.006 0 0 0-5-5"/><path fill="currentColor" d="M30 6.414L28.586 5l-3.35 3.35a12 12 0 0 0-1.586-1.586L27 3.414L25.586 2l-3.61 3.61A11.98 11.98 0 0 0 5.61 21.976L2 25.586L3.414 27l3.35-3.35a12 12 0 0 0 1.586 1.586L5 28.586L6.414 30l3.61-3.61A11.98 11.98 0 0 0 26.39 10.024ZM16 26a10 10 0 1 1 10-10a10.01 10.01 0 0 1-10 10"/></svg>

React

import type { SVGProps } from "react";

export function CarbonCost(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 23a7 7 0 1 1 7-7a7.01 7.01 0 0 1-7 7m0-12a5 5 0 1 0 5 5a5.006 5.006 0 0 0-5-5"/><path fill="currentColor" d="M30 6.414L28.586 5l-3.35 3.35a12 12 0 0 0-1.586-1.586L27 3.414L25.586 2l-3.61 3.61A11.98 11.98 0 0 0 5.61 21.976L2 25.586L3.414 27l3.35-3.35a12 12 0 0 0 1.586 1.586L5 28.586L6.414 30l3.61-3.61A11.98 11.98 0 0 0 26.39 10.024ZM16 26a10 10 0 1 1 10-10a10.01 10.01 0 0 1-10 10"/></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 23a7 7 0 1 1 7-7a7.01 7.01 0 0 1-7 7m0-12a5 5 0 1 0 5 5a5.006 5.006 0 0 0-5-5"/><path fill="currentColor" d="M30 6.414L28.586 5l-3.35 3.35a12 12 0 0 0-1.586-1.586L27 3.414L25.586 2l-3.61 3.61A11.98 11.98 0 0 0 5.61 21.976L2 25.586L3.414 27l3.35-3.35a12 12 0 0 0 1.586 1.586L5 28.586L6.414 30l3.61-3.61A11.98 11.98 0 0 0 26.39 10.024ZM16 26a10 10 0 1 1 10-10a10.01 10.01 0 0 1-10 10"/></svg>
</template>

CSS

.icon-cost {
  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%2023a7%207%200%201%201%207-7a7.01%207.01%200%200%201-7%207m0-12a5%205%200%201%200%205%205a5.006%205.006%200%200%200-5-5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%206.414L28.586%205l-3.35%203.35a12%2012%200%200%200-1.586-1.586L27%203.414L25.586%202l-3.61%203.61A11.98%2011.98%200%200%200%205.61%2021.976L2%2025.586L3.414%2027l3.35-3.35a12%2012%200%200%200%201.586%201.586L5%2028.586L6.414%2030l3.61-3.61A11.98%2011.98%200%200%200%2026.39%2010.024ZM16%2026a10%2010%200%201%201%2010-10a10.01%2010.01%200%200%201-10%2010%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%2023a7%207%200%201%201%207-7a7.01%207.01%200%200%201-7%207m0-12a5%205%200%201%200%205%205a5.006%205.006%200%200%200-5-5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%206.414L28.586%205l-3.35%203.35a12%2012%200%200%200-1.586-1.586L27%203.414L25.586%202l-3.61%203.61A11.98%2011.98%200%200%200%205.61%2021.976L2%2025.586L3.414%2027l3.35-3.35a12%2012%200%200%200%201.586%201.586L5%2028.586L6.414%2030l3.61-3.61A11.98%2011.98%200%200%200%2026.39%2010.024ZM16%2026a10%2010%200%201%201%2010-10a10.01%2010.01%200%200%201-10%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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