money bills icon
money-bills from Reicon by REICON · Outline · Money · MIT Free for personal and commercial use.
- Name
- money-bills
- Set
- Reicon
- Style
- Outline
- 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="M9.768 2.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.225.444.32.924.364 1.47c.044.531.044 1.187.044 2v4.964c0 .813 0 1.469-.044 2c-.044.546-.139 1.026-.365 1.47A3.75 3.75 0 0 1 21.871 18a.75.75 0 1 1-.748-1.3a2.25 2.25 0 0 0 .882-.928c.1-.197.17-.458.206-.912c.038-.462.039-1.056.039-1.909v-4.9c0-.852 0-1.447-.039-1.91c-.037-.453-.106-.714-.206-.911a2.25 2.25 0 0 0-.984-.984c-.197-.1-.458-.17-.912-.207C19.646 4.001 19.052 4 18.2 4H9.8c-.852 0-1.447 0-1.91.038c-.453.037-.714.107-.912.207a2.25 2.25 0 0 0-.928.882a.75.75 0 1 1-1.3-.749a3.75 3.75 0 0 1 1.548-1.47c.444-.226.924-.32 1.47-.365c.531-.043 1.187-.043 2-.043"/><path fill-rule="evenodd" d="M10 10.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M8 14a2 2 0 1 1 4 0a2 2 0 0 1-4 0" clip-rule="evenodd"/><path d="M15 14a1 1 0 1 1 2 0a1 1 0 0 1-2 0M4 13a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><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-.043M3.89 8.038c-.454.037-.715.107-.912.207a2.25 2.25 0 0 0-.984.984c-.1.197-.17.458-.207.912c-.037.462-.038 1.056-.038 1.909v3.9c0 .852 0 1.447.038 1.91c.037.453.107.714.207.912c.216.423.56.767.984.983c.197.1.458.17.912.207c.462.037 1.057.038 1.909.038h8.4c.852 0 1.447 0 1.91-.038c.453-.038.714-.107.911-.207a2.25 2.25 0 0 0 .984-.983c.1-.198.17-.459.207-.913c.037-.462.038-1.057.038-1.909v-3.9c0-.853 0-1.447-.038-1.91c-.038-.453-.107-.714-.207-.911a2.25 2.25 0 0 0-.984-.984c-.197-.1-.458-.17-.912-.207C15.646 8.001 15.052 8 14.2 8H5.8c-.852 0-1.447 0-1.91.038" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMoneyBills(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="M9.768 2.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.225.444.32.924.364 1.47c.044.531.044 1.187.044 2v4.964c0 .813 0 1.469-.044 2c-.044.546-.139 1.026-.365 1.47A3.75 3.75 0 0 1 21.871 18a.75.75 0 1 1-.748-1.3a2.25 2.25 0 0 0 .882-.928c.1-.197.17-.458.206-.912c.038-.462.039-1.056.039-1.909v-4.9c0-.852 0-1.447-.039-1.91c-.037-.453-.106-.714-.206-.911a2.25 2.25 0 0 0-.984-.984c-.197-.1-.458-.17-.912-.207C19.646 4.001 19.052 4 18.2 4H9.8c-.852 0-1.447 0-1.91.038c-.453.037-.714.107-.912.207a2.25 2.25 0 0 0-.928.882a.75.75 0 1 1-1.3-.749a3.75 3.75 0 0 1 1.548-1.47c.444-.226.924-.32 1.47-.365c.531-.043 1.187-.043 2-.043"/><path fillRule="evenodd" d="M10 10.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M8 14a2 2 0 1 1 4 0a2 2 0 0 1-4 0" clipRule="evenodd"/><path d="M15 14a1 1 0 1 1 2 0a1 1 0 0 1-2 0M4 13a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><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-.043M3.89 8.038c-.454.037-.715.107-.912.207a2.25 2.25 0 0 0-.984.984c-.1.197-.17.458-.207.912c-.037.462-.038 1.056-.038 1.909v3.9c0 .852 0 1.447.038 1.91c.037.453.107.714.207.912c.216.423.56.767.984.983c.197.1.458.17.912.207c.462.037 1.057.038 1.909.038h8.4c.852 0 1.447 0 1.91-.038c.453-.038.714-.107.911-.207a2.25 2.25 0 0 0 .984-.983c.1-.198.17-.459.207-.913c.037-.462.038-1.057.038-1.909v-3.9c0-.853 0-1.447-.038-1.91c-.038-.453-.107-.714-.207-.911a2.25 2.25 0 0 0-.984-.984c-.197-.1-.458-.17-.912-.207C15.646 8.001 15.052 8 14.2 8H5.8c-.852 0-1.447 0-1.91.038" 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="M9.768 2.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.225.444.32.924.364 1.47c.044.531.044 1.187.044 2v4.964c0 .813 0 1.469-.044 2c-.044.546-.139 1.026-.365 1.47A3.75 3.75 0 0 1 21.871 18a.75.75 0 1 1-.748-1.3a2.25 2.25 0 0 0 .882-.928c.1-.197.17-.458.206-.912c.038-.462.039-1.056.039-1.909v-4.9c0-.852 0-1.447-.039-1.91c-.037-.453-.106-.714-.206-.911a2.25 2.25 0 0 0-.984-.984c-.197-.1-.458-.17-.912-.207C19.646 4.001 19.052 4 18.2 4H9.8c-.852 0-1.447 0-1.91.038c-.453.037-.714.107-.912.207a2.25 2.25 0 0 0-.928.882a.75.75 0 1 1-1.3-.749a3.75 3.75 0 0 1 1.548-1.47c.444-.226.924-.32 1.47-.365c.531-.043 1.187-.043 2-.043"/><path fill-rule="evenodd" d="M10 10.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M8 14a2 2 0 1 1 4 0a2 2 0 0 1-4 0" clip-rule="evenodd"/><path d="M15 14a1 1 0 1 1 2 0a1 1 0 0 1-2 0M4 13a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><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-.043M3.89 8.038c-.454.037-.715.107-.912.207a2.25 2.25 0 0 0-.984.984c-.1.197-.17.458-.207.912c-.037.462-.038 1.056-.038 1.909v3.9c0 .852 0 1.447.038 1.91c.037.453.107.714.207.912c.216.423.56.767.984.983c.197.1.458.17.912.207c.462.037 1.057.038 1.909.038h8.4c.852 0 1.447 0 1.91-.038c.453-.038.714-.107.911-.207a2.25 2.25 0 0 0 .984-.983c.1-.198.17-.459.207-.913c.037-.462.038-1.057.038-1.909v-3.9c0-.853 0-1.447-.038-1.91c-.038-.453-.107-.714-.207-.911a2.25 2.25 0 0 0-.984-.984c-.197-.1-.458-.17-.912-.207C15.646 8.001 15.052 8 14.2 8H5.8c-.852 0-1.447 0-1.91.038" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-money-bills {
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%22M9.768%202.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.225.444.32.924.364%201.47c.044.531.044%201.187.044%202v4.964c0%20.813%200%201.469-.044%202c-.044.546-.139%201.026-.365%201.47A3.75%203.75%200%200%201%2021.871%2018a.75.75%200%201%201-.748-1.3a2.25%202.25%200%200%200%20.882-.928c.1-.197.17-.458.206-.912c.038-.462.039-1.056.039-1.909v-4.9c0-.852%200-1.447-.039-1.91c-.037-.453-.106-.714-.206-.911a2.25%202.25%200%200%200-.984-.984c-.197-.1-.458-.17-.912-.207C19.646%204.001%2019.052%204%2018.2%204H9.8c-.852%200-1.447%200-1.91.038c-.453.037-.714.107-.912.207a2.25%202.25%200%200%200-.928.882a.75.75%200%201%201-1.3-.749a3.75%203.75%200%200%201%201.548-1.47c.444-.226.924-.32%201.47-.365c.531-.043%201.187-.043%202-.043%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2010.5a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7M8%2014a2%202%200%201%201%204%200a2%202%200%200%201-4%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15%2014a1%201%200%201%201%202%200a1%201%200%200%201-2%200M4%2013a1%201%200%201%200%200%202a1%201%200%200%200%200-2%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-.043M3.89%208.038c-.454.037-.715.107-.912.207a2.25%202.25%200%200%200-.984.984c-.1.197-.17.458-.207.912c-.037.462-.038%201.056-.038%201.909v3.9c0%20.852%200%201.447.038%201.91c.037.453.107.714.207.912c.216.423.56.767.984.983c.197.1.458.17.912.207c.462.037%201.057.038%201.909.038h8.4c.852%200%201.447%200%201.91-.038c.453-.038.714-.107.911-.207a2.25%202.25%200%200%200%20.984-.983c.1-.198.17-.459.207-.913c.037-.462.038-1.057.038-1.909v-3.9c0-.853%200-1.447-.038-1.91c-.038-.453-.107-.714-.207-.911a2.25%202.25%200%200%200-.984-.984c-.197-.1-.458-.17-.912-.207C15.646%208.001%2015.052%208%2014.2%208H5.8c-.852%200-1.447%200-1.91.038%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%22M9.768%202.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.225.444.32.924.364%201.47c.044.531.044%201.187.044%202v4.964c0%20.813%200%201.469-.044%202c-.044.546-.139%201.026-.365%201.47A3.75%203.75%200%200%201%2021.871%2018a.75.75%200%201%201-.748-1.3a2.25%202.25%200%200%200%20.882-.928c.1-.197.17-.458.206-.912c.038-.462.039-1.056.039-1.909v-4.9c0-.852%200-1.447-.039-1.91c-.037-.453-.106-.714-.206-.911a2.25%202.25%200%200%200-.984-.984c-.197-.1-.458-.17-.912-.207C19.646%204.001%2019.052%204%2018.2%204H9.8c-.852%200-1.447%200-1.91.038c-.453.037-.714.107-.912.207a2.25%202.25%200%200%200-.928.882a.75.75%200%201%201-1.3-.749a3.75%203.75%200%200%201%201.548-1.47c.444-.226.924-.32%201.47-.365c.531-.043%201.187-.043%202-.043%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2010.5a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7M8%2014a2%202%200%201%201%204%200a2%202%200%200%201-4%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15%2014a1%201%200%201%201%202%200a1%201%200%200%201-2%200M4%2013a1%201%200%201%200%200%202a1%201%200%200%200%200-2%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-.043M3.89%208.038c-.454.037-.715.107-.912.207a2.25%202.25%200%200%200-.984.984c-.1.197-.17.458-.207.912c-.037.462-.038%201.056-.038%201.909v3.9c0%20.852%200%201.447.038%201.91c.037.453.107.714.207.912c.216.423.56.767.984.983c.197.1.458.17.912.207c.462.037%201.057.038%201.909.038h8.4c.852%200%201.447%200%201.91-.038c.453-.038.714-.107.911-.207a2.25%202.25%200%200%200%20.984-.983c.1-.198.17-.459.207-.913c.037-.462.038-1.057.038-1.909v-3.9c0-.853%200-1.447-.038-1.91c-.038-.453-.107-.714-.207-.911a2.25%202.25%200%200%200-.984-.984c-.197-.1-.458-.17-.912-.207C15.646%208.001%2015.052%208%2014.2%208H5.8c-.852%200-1.447%200-1.91.038%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.svg?color=%231a73e8&size=48