money bills icon

money-bills-filled from Reicon by REICON · Filled · Money · MIT Free for personal and commercial use.

Name
money-bills-filled
Set
Reicon
Style
Filled
Category
Money
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More money icons from Reicon

Use the money bills icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.232 2.5H9.768c-.813 0-1.469 0-2 .043c-.546.045-1.026.14-1.47.366a3.75 3.75 0 0 0-1.547 1.47a.75.75 0 1 0 1.3.748a2.25 2.25 0 0 1 .927-.882c.198-.1.459-.17.913-.207C8.353 4.001 8.948 4 9.8 4h8.4c.852 0 1.447 0 1.91.038c.453.037.714.107.911.207c.424.216.768.56.984.984c.1.197.17.458.206.912c.038.462.039 1.057.039 1.909v4.9c0 .853 0 1.447-.039 1.91c-.037.453-.106.714-.206.912a2.25 2.25 0 0 1-.882.928a.75.75 0 1 0 .749 1.3a3.75 3.75 0 0 0 1.47-1.547c.225-.445.32-.925.364-1.471c.044-.531.044-1.187.044-2V8.018c0-.813 0-1.469-.044-2c-.044-.546-.139-1.026-.365-1.47a3.75 3.75 0 0 0-1.639-1.64c-.444-.226-.924-.32-1.47-.365c-.532-.043-1.187-.043-2-.043"/><path fill-rule="evenodd" d="M5.768 6.5h8.464c.813 0 1.468 0 2 .043c.546.045 1.026.14 1.47.366a3.75 3.75 0 0 1 1.64 1.639c.226.444.32.924.364 1.47c.044.531.044 1.187.044 2v3.964c0 .813 0 1.469-.044 2c-.044.546-.139 1.026-.365 1.47a3.75 3.75 0 0 1-1.639 1.64c-.444.226-.924.32-1.47.365c-.532.043-1.187.043-2 .043H5.768c-.813 0-1.469 0-2-.043c-.546-.045-1.026-.14-1.47-.366a3.75 3.75 0 0 1-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.531-.043-1.187-.043-2v-3.964c0-.813 0-1.469.043-2c.045-.546.14-1.026.366-1.47a3.75 3.75 0 0 1 1.639-1.64c.444-.226.924-.32 1.47-.365c.531-.043 1.187-.043 2-.043M10 10.75a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5M15 14a1 1 0 1 1 2 0a1 1 0 0 1-2 0M3 14a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMoneyBillsFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.232 2.5H9.768c-.813 0-1.469 0-2 .043c-.546.045-1.026.14-1.47.366a3.75 3.75 0 0 0-1.547 1.47a.75.75 0 1 0 1.3.748a2.25 2.25 0 0 1 .927-.882c.198-.1.459-.17.913-.207C8.353 4.001 8.948 4 9.8 4h8.4c.852 0 1.447 0 1.91.038c.453.037.714.107.911.207c.424.216.768.56.984.984c.1.197.17.458.206.912c.038.462.039 1.057.039 1.909v4.9c0 .853 0 1.447-.039 1.91c-.037.453-.106.714-.206.912a2.25 2.25 0 0 1-.882.928a.75.75 0 1 0 .749 1.3a3.75 3.75 0 0 0 1.47-1.547c.225-.445.32-.925.364-1.471c.044-.531.044-1.187.044-2V8.018c0-.813 0-1.469-.044-2c-.044-.546-.139-1.026-.365-1.47a3.75 3.75 0 0 0-1.639-1.64c-.444-.226-.924-.32-1.47-.365c-.532-.043-1.187-.043-2-.043"/><path fillRule="evenodd" d="M5.768 6.5h8.464c.813 0 1.468 0 2 .043c.546.045 1.026.14 1.47.366a3.75 3.75 0 0 1 1.64 1.639c.226.444.32.924.364 1.47c.044.531.044 1.187.044 2v3.964c0 .813 0 1.469-.044 2c-.044.546-.139 1.026-.365 1.47a3.75 3.75 0 0 1-1.639 1.64c-.444.226-.924.32-1.47.365c-.532.043-1.187.043-2 .043H5.768c-.813 0-1.469 0-2-.043c-.546-.045-1.026-.14-1.47-.366a3.75 3.75 0 0 1-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.531-.043-1.187-.043-2v-3.964c0-.813 0-1.469.043-2c.045-.546.14-1.026.366-1.47a3.75 3.75 0 0 1 1.639-1.64c.444-.226.924-.32 1.47-.365c.531-.043 1.187-.043 2-.043M10 10.75a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5M15 14a1 1 0 1 1 2 0a1 1 0 0 1-2 0M3 14a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.232 2.5H9.768c-.813 0-1.469 0-2 .043c-.546.045-1.026.14-1.47.366a3.75 3.75 0 0 0-1.547 1.47a.75.75 0 1 0 1.3.748a2.25 2.25 0 0 1 .927-.882c.198-.1.459-.17.913-.207C8.353 4.001 8.948 4 9.8 4h8.4c.852 0 1.447 0 1.91.038c.453.037.714.107.911.207c.424.216.768.56.984.984c.1.197.17.458.206.912c.038.462.039 1.057.039 1.909v4.9c0 .853 0 1.447-.039 1.91c-.037.453-.106.714-.206.912a2.25 2.25 0 0 1-.882.928a.75.75 0 1 0 .749 1.3a3.75 3.75 0 0 0 1.47-1.547c.225-.445.32-.925.364-1.471c.044-.531.044-1.187.044-2V8.018c0-.813 0-1.469-.044-2c-.044-.546-.139-1.026-.365-1.47a3.75 3.75 0 0 0-1.639-1.64c-.444-.226-.924-.32-1.47-.365c-.532-.043-1.187-.043-2-.043"/><path fill-rule="evenodd" d="M5.768 6.5h8.464c.813 0 1.468 0 2 .043c.546.045 1.026.14 1.47.366a3.75 3.75 0 0 1 1.64 1.639c.226.444.32.924.364 1.47c.044.531.044 1.187.044 2v3.964c0 .813 0 1.469-.044 2c-.044.546-.139 1.026-.365 1.47a3.75 3.75 0 0 1-1.639 1.64c-.444.226-.924.32-1.47.365c-.532.043-1.187.043-2 .043H5.768c-.813 0-1.469 0-2-.043c-.546-.045-1.026-.14-1.47-.366a3.75 3.75 0 0 1-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.531-.043-1.187-.043-2v-3.964c0-.813 0-1.469.043-2c.045-.546.14-1.026.366-1.47a3.75 3.75 0 0 1 1.639-1.64c.444-.226.924-.32 1.47-.365c.531-.043 1.187-.043 2-.043M10 10.75a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5M15 14a1 1 0 1 1 2 0a1 1 0 0 1-2 0M3 14a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-money-bills-filled {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.232%202.5H9.768c-.813%200-1.469%200-2%20.043c-.546.045-1.026.14-1.47.366a3.75%203.75%200%200%200-1.547%201.47a.75.75%200%201%200%201.3.748a2.25%202.25%200%200%201%20.927-.882c.198-.1.459-.17.913-.207C8.353%204.001%208.948%204%209.8%204h8.4c.852%200%201.447%200%201.91.038c.453.037.714.107.911.207c.424.216.768.56.984.984c.1.197.17.458.206.912c.038.462.039%201.057.039%201.909v4.9c0%20.853%200%201.447-.039%201.91c-.037.453-.106.714-.206.912a2.25%202.25%200%200%201-.882.928a.75.75%200%201%200%20.749%201.3a3.75%203.75%200%200%200%201.47-1.547c.225-.445.32-.925.364-1.471c.044-.531.044-1.187.044-2V8.018c0-.813%200-1.469-.044-2c-.044-.546-.139-1.026-.365-1.47a3.75%203.75%200%200%200-1.639-1.64c-.444-.226-.924-.32-1.47-.365c-.532-.043-1.187-.043-2-.043%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.768%206.5h8.464c.813%200%201.468%200%202%20.043c.546.045%201.026.14%201.47.366a3.75%203.75%200%200%201%201.64%201.639c.226.444.32.924.364%201.47c.044.531.044%201.187.044%202v3.964c0%20.813%200%201.469-.044%202c-.044.546-.139%201.026-.365%201.47a3.75%203.75%200%200%201-1.639%201.64c-.444.226-.924.32-1.47.365c-.532.043-1.187.043-2%20.043H5.768c-.813%200-1.469%200-2-.043c-.546-.045-1.026-.14-1.47-.366a3.75%203.75%200%200%201-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.531-.043-1.187-.043-2v-3.964c0-.813%200-1.469.043-2c.045-.546.14-1.026.366-1.47a3.75%203.75%200%200%201%201.639-1.64c.444-.226.924-.32%201.47-.365c.531-.043%201.187-.043%202-.043M10%2010.75a3.25%203.25%200%201%200%200%206.5a3.25%203.25%200%200%200%200-6.5M15%2014a1%201%200%201%201%202%200a1%201%200%200%201-2%200M3%2014a1%201%200%201%201%202%200a1%201%200%200%201-2%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.232%202.5H9.768c-.813%200-1.469%200-2%20.043c-.546.045-1.026.14-1.47.366a3.75%203.75%200%200%200-1.547%201.47a.75.75%200%201%200%201.3.748a2.25%202.25%200%200%201%20.927-.882c.198-.1.459-.17.913-.207C8.353%204.001%208.948%204%209.8%204h8.4c.852%200%201.447%200%201.91.038c.453.037.714.107.911.207c.424.216.768.56.984.984c.1.197.17.458.206.912c.038.462.039%201.057.039%201.909v4.9c0%20.853%200%201.447-.039%201.91c-.037.453-.106.714-.206.912a2.25%202.25%200%200%201-.882.928a.75.75%200%201%200%20.749%201.3a3.75%203.75%200%200%200%201.47-1.547c.225-.445.32-.925.364-1.471c.044-.531.044-1.187.044-2V8.018c0-.813%200-1.469-.044-2c-.044-.546-.139-1.026-.365-1.47a3.75%203.75%200%200%200-1.639-1.64c-.444-.226-.924-.32-1.47-.365c-.532-.043-1.187-.043-2-.043%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.768%206.5h8.464c.813%200%201.468%200%202%20.043c.546.045%201.026.14%201.47.366a3.75%203.75%200%200%201%201.64%201.639c.226.444.32.924.364%201.47c.044.531.044%201.187.044%202v3.964c0%20.813%200%201.469-.044%202c-.044.546-.139%201.026-.365%201.47a3.75%203.75%200%200%201-1.639%201.64c-.444.226-.924.32-1.47.365c-.532.043-1.187.043-2%20.043H5.768c-.813%200-1.469%200-2-.043c-.546-.045-1.026-.14-1.47-.366a3.75%203.75%200%200%201-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.531-.043-1.187-.043-2v-3.964c0-.813%200-1.469.043-2c.045-.546.14-1.026.366-1.47a3.75%203.75%200%200%201%201.639-1.64c.444-.226.924-.32%201.47-.365c.531-.043%201.187-.043%202-.043M10%2010.75a3.25%203.25%200%201%200%200%206.5a3.25%203.25%200%200%200%200-6.5M15%2014a1%201%200%201%201%202%200a1%201%200%200%201-2%200M3%2014a1%201%200%201%201%202%200a1%201%200%200%201-2%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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