money bill icon

money-bill from Line Awesome by Icons8 · Line · Objects · Apache-2.0 Free for personal and commercial use.

Name
money-bill
Set
Line Awesome
Style
Line
Category
Objects
Viewbox
32×32
License
Apache 2.0
Aliases
money-bill-solid

The same icon in other sets

More objects icons from Line Awesome

Use the money bill icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 7v17h28V7zm4 2h20a2 2 0 0 0 2 2v9a2 2 0 0 0-2 2H6a2 2 0 0 0-2-2v-9a2 2 0 0 0 2-2m10 2c-2.211 0-4 2.016-4 4.5s1.789 4.5 4 4.5s4-2.016 4-4.5s-1.789-4.5-4-4.5m0 2c1.102 0 2 1.121 2 2.5s-.898 2.5-2 2.5s-2-1.121-2-2.5s.898-2.5 2-2.5m-7.5 1a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 8.5 14m15 0a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 23.5 14"/></svg>

React

import type { SVGProps } from "react";

export function LaMoneyBill(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 7v17h28V7zm4 2h20a2 2 0 0 0 2 2v9a2 2 0 0 0-2 2H6a2 2 0 0 0-2-2v-9a2 2 0 0 0 2-2m10 2c-2.211 0-4 2.016-4 4.5s1.789 4.5 4 4.5s4-2.016 4-4.5s-1.789-4.5-4-4.5m0 2c1.102 0 2 1.121 2 2.5s-.898 2.5-2 2.5s-2-1.121-2-2.5s.898-2.5 2-2.5m-7.5 1a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 8.5 14m15 0a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 23.5 14"/></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 7v17h28V7zm4 2h20a2 2 0 0 0 2 2v9a2 2 0 0 0-2 2H6a2 2 0 0 0-2-2v-9a2 2 0 0 0 2-2m10 2c-2.211 0-4 2.016-4 4.5s1.789 4.5 4 4.5s4-2.016 4-4.5s-1.789-4.5-4-4.5m0 2c1.102 0 2 1.121 2 2.5s-.898 2.5-2 2.5s-2-1.121-2-2.5s.898-2.5 2-2.5m-7.5 1a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 8.5 14m15 0a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 23.5 14"/></svg>
</template>

CSS

.icon-money-bill {
  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%207v17h28V7zm4%202h20a2%202%200%200%200%202%202v9a2%202%200%200%200-2%202H6a2%202%200%200%200-2-2v-9a2%202%200%200%200%202-2m10%202c-2.211%200-4%202.016-4%204.5s1.789%204.5%204%204.5s4-2.016%204-4.5s-1.789-4.5-4-4.5m0%202c1.102%200%202%201.121%202%202.5s-.898%202.5-2%202.5s-2-1.121-2-2.5s.898-2.5%202-2.5m-7.5%201a1.5%201.5%200%201%200%20.001%203.001A1.5%201.5%200%200%200%208.5%2014m15%200a1.5%201.5%200%201%200%20.001%203.001A1.5%201.5%200%200%200%2023.5%2014%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%207v17h28V7zm4%202h20a2%202%200%200%200%202%202v9a2%202%200%200%200-2%202H6a2%202%200%200%200-2-2v-9a2%202%200%200%200%202-2m10%202c-2.211%200-4%202.016-4%204.5s1.789%204.5%204%204.5s4-2.016%204-4.5s-1.789-4.5-4-4.5m0%202c1.102%200%202%201.121%202%202.5s-.898%202.5-2%202.5s-2-1.121-2-2.5s.898-2.5%202-2.5m-7.5%201a1.5%201.5%200%201%200%20.001%203.001A1.5%201.5%200%200%200%208.5%2014m15%200a1.5%201.5%200%201%200%20.001%203.001A1.5%201.5%200%200%200%2023.5%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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