money stack icon

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

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

2 other variants in Reicon

The same icon in other sets

More money icons from Reicon

Use the money stack icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.25 5c-2.317.006-3.557.063-4.472.674a4 4 0 0 0-1.104 1.104C2 7.787 2 9.19 2 12s0 4.213.674 5.222a4 4 0 0 0 1.104 1.104c.915.611 2.155.668 4.472.674v-4.094a3.001 3.001 0 0 1 0-5.811zm1.5 14h4.5V5h-4.5zm6-14v4.095a3.001 3.001 0 0 1 0 5.81V19c2.317-.006 3.558-.063 4.472-.674a4 4 0 0 0 1.104-1.104C22 16.213 22 14.81 22 12s0-4.213-.674-5.222a4 4 0 0 0-1.104-1.104c-.915-.611-2.155-.668-4.472-.673"/></svg>

React

import type { SVGProps } from "react";

export function ReiconMoneyStackFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.25 5c-2.317.006-3.557.063-4.472.674a4 4 0 0 0-1.104 1.104C2 7.787 2 9.19 2 12s0 4.213.674 5.222a4 4 0 0 0 1.104 1.104c.915.611 2.155.668 4.472.674v-4.094a3.001 3.001 0 0 1 0-5.811zm1.5 14h4.5V5h-4.5zm6-14v4.095a3.001 3.001 0 0 1 0 5.81V19c2.317-.006 3.558-.063 4.472-.674a4 4 0 0 0 1.104-1.104C22 16.213 22 14.81 22 12s0-4.213-.674-5.222a4 4 0 0 0-1.104-1.104c-.915-.611-2.155-.668-4.472-.673"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.25 5c-2.317.006-3.557.063-4.472.674a4 4 0 0 0-1.104 1.104C2 7.787 2 9.19 2 12s0 4.213.674 5.222a4 4 0 0 0 1.104 1.104c.915.611 2.155.668 4.472.674v-4.094a3.001 3.001 0 0 1 0-5.811zm1.5 14h4.5V5h-4.5zm6-14v4.095a3.001 3.001 0 0 1 0 5.81V19c2.317-.006 3.558-.063 4.472-.674a4 4 0 0 0 1.104-1.104C22 16.213 22 14.81 22 12s0-4.213-.674-5.222a4 4 0 0 0-1.104-1.104c-.915-.611-2.155-.668-4.472-.673"/></svg>
</template>

CSS

.icon-money-stack-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.25%205c-2.317.006-3.557.063-4.472.674a4%204%200%200%200-1.104%201.104C2%207.787%202%209.19%202%2012s0%204.213.674%205.222a4%204%200%200%200%201.104%201.104c.915.611%202.155.668%204.472.674v-4.094a3.001%203.001%200%200%201%200-5.811zm1.5%2014h4.5V5h-4.5zm6-14v4.095a3.001%203.001%200%200%201%200%205.81V19c2.317-.006%203.558-.063%204.472-.674a4%204%200%200%200%201.104-1.104C22%2016.213%2022%2014.81%2022%2012s0-4.213-.674-5.222a4%204%200%200%200-1.104-1.104c-.915-.611-2.155-.668-4.472-.673%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.25%205c-2.317.006-3.557.063-4.472.674a4%204%200%200%200-1.104%201.104C2%207.787%202%209.19%202%2012s0%204.213.674%205.222a4%204%200%200%200%201.104%201.104c.915.611%202.155.668%204.472.674v-4.094a3.001%203.001%200%200%201%200-5.811zm1.5%2014h4.5V5h-4.5zm6-14v4.095a3.001%203.001%200%200%201%200%205.81V19c2.317-.006%203.558-.063%204.472-.674a4%204%200%200%200%201.104-1.104C22%2016.213%2022%2014.81%2022%2012s0-4.213-.674-5.222a4%204%200%200%200-1.104-1.104c-.915-.611-2.155-.668-4.472-.673%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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