wad of money icon

wad-of-money-bold-duotone from Solar by 480 Design · Bold Duotone · CC-BY-4.0 Attribution required.

Name
wad-of-money-bold-duotone
Set
Solar
Style
Bold Duotone
Viewbox
24×24
License
CC BY 4.0

Use the wad of money icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.25 19h1.5c2.317-.005 3.558-.062 4.472-.674a4 4 0 0 0 1.104-1.103C22 16.213 22 14.809 22 12s0-4.213-.674-5.222a4 4 0 0 0-1.104-1.103c-.915-.612-2.155-.669-4.472-.674h-1.5V9H15a3 3 0 1 1 0 6h-.75zm-4.5 0v-4H9a3 3 0 1 1 0-6h.75V5.001h-1.5c-2.317.005-3.557.062-4.472.674a4 4 0 0 0-1.104 1.103C2 7.787 2 9.192 2 12c0 2.81 0 4.214.674 5.223a4 4 0 0 0 1.104 1.103c.915.612 2.155.669 4.472.674z"/><path fill="currentColor" d="M9.75 19h4.5V5h-4.5z" opacity=".5"/></svg>

React

import type { SVGProps } from "react";

export function SolarWadOfMoneyBoldDuotone(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="M14.25 19h1.5c2.317-.005 3.558-.062 4.472-.674a4 4 0 0 0 1.104-1.103C22 16.213 22 14.809 22 12s0-4.213-.674-5.222a4 4 0 0 0-1.104-1.103c-.915-.612-2.155-.669-4.472-.674h-1.5V9H15a3 3 0 1 1 0 6h-.75zm-4.5 0v-4H9a3 3 0 1 1 0-6h.75V5.001h-1.5c-2.317.005-3.557.062-4.472.674a4 4 0 0 0-1.104 1.103C2 7.787 2 9.192 2 12c0 2.81 0 4.214.674 5.223a4 4 0 0 0 1.104 1.103c.915.612 2.155.669 4.472.674z"/><path fill="currentColor" d="M9.75 19h4.5V5h-4.5z" opacity=".5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.25 19h1.5c2.317-.005 3.558-.062 4.472-.674a4 4 0 0 0 1.104-1.103C22 16.213 22 14.809 22 12s0-4.213-.674-5.222a4 4 0 0 0-1.104-1.103c-.915-.612-2.155-.669-4.472-.674h-1.5V9H15a3 3 0 1 1 0 6h-.75zm-4.5 0v-4H9a3 3 0 1 1 0-6h.75V5.001h-1.5c-2.317.005-3.557.062-4.472.674a4 4 0 0 0-1.104 1.103C2 7.787 2 9.192 2 12c0 2.81 0 4.214.674 5.223a4 4 0 0 0 1.104 1.103c.915.612 2.155.669 4.472.674z"/><path fill="currentColor" d="M9.75 19h4.5V5h-4.5z" opacity=".5"/></svg>
</template>

CSS

.icon-wad-of-money-bold-duotone {
  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%22M14.25%2019h1.5c2.317-.005%203.558-.062%204.472-.674a4%204%200%200%200%201.104-1.103C22%2016.213%2022%2014.809%2022%2012s0-4.213-.674-5.222a4%204%200%200%200-1.104-1.103c-.915-.612-2.155-.669-4.472-.674h-1.5V9H15a3%203%200%201%201%200%206h-.75zm-4.5%200v-4H9a3%203%200%201%201%200-6h.75V5.001h-1.5c-2.317.005-3.557.062-4.472.674a4%204%200%200%200-1.104%201.103C2%207.787%202%209.192%202%2012c0%202.81%200%204.214.674%205.223a4%204%200%200%200%201.104%201.103c.915.612%202.155.669%204.472.674z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.75%2019h4.5V5h-4.5z%22%20opacity%3D%22.5%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%22M14.25%2019h1.5c2.317-.005%203.558-.062%204.472-.674a4%204%200%200%200%201.104-1.103C22%2016.213%2022%2014.809%2022%2012s0-4.213-.674-5.222a4%204%200%200%200-1.104-1.103c-.915-.612-2.155-.669-4.472-.674h-1.5V9H15a3%203%200%201%201%200%206h-.75zm-4.5%200v-4H9a3%203%200%201%201%200-6h.75V5.001h-1.5c-2.317.005-3.557.062-4.472.674a4%204%200%200%200-1.104%201.103C2%207.787%202%209.192%202%2012c0%202.81%200%204.214.674%205.223a4%204%200%200%200%201.104%201.103c.915.612%202.155.669%204.472.674z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.75%2019h4.5V5h-4.5z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/wad-of-money-bold-duotone.svg?color=%231a73e8&size=48