money wavy icon

money-wavy-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
money-wavy-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the money wavy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M244.24 60a8 8 0 0 0-7.75-.4c-42.93 21-73.59 11.16-106 .78c-34.09-10.85-69.29-22.1-118 1.68A8 8 0 0 0 8 69.24v119.93a8 8 0 0 0 11.51 7.19c42.93-21 73.59-11.16 106.05-.78c19.24 6.15 38.84 12.42 61 12.42c17.09 0 35.73-3.72 56.91-14.06a8 8 0 0 0 4.49-7.18V66.83a8 8 0 0 0-3.72-6.83M48 152a8 8 0 0 1-16 0V88a8 8 0 0 1 16 0Zm80 8a32 32 0 1 1 32-32a32 32 0 0 1-32 32m96 8a8 8 0 0 1-16 0v-64a8 8 0 0 1 16 0Z"/></svg>

React

import type { SVGProps } from "react";

export function PhMoneyWavyFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M244.24 60a8 8 0 0 0-7.75-.4c-42.93 21-73.59 11.16-106 .78c-34.09-10.85-69.29-22.1-118 1.68A8 8 0 0 0 8 69.24v119.93a8 8 0 0 0 11.51 7.19c42.93-21 73.59-11.16 106.05-.78c19.24 6.15 38.84 12.42 61 12.42c17.09 0 35.73-3.72 56.91-14.06a8 8 0 0 0 4.49-7.18V66.83a8 8 0 0 0-3.72-6.83M48 152a8 8 0 0 1-16 0V88a8 8 0 0 1 16 0Zm80 8a32 32 0 1 1 32-32a32 32 0 0 1-32 32m96 8a8 8 0 0 1-16 0v-64a8 8 0 0 1 16 0Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M244.24 60a8 8 0 0 0-7.75-.4c-42.93 21-73.59 11.16-106 .78c-34.09-10.85-69.29-22.1-118 1.68A8 8 0 0 0 8 69.24v119.93a8 8 0 0 0 11.51 7.19c42.93-21 73.59-11.16 106.05-.78c19.24 6.15 38.84 12.42 61 12.42c17.09 0 35.73-3.72 56.91-14.06a8 8 0 0 0 4.49-7.18V66.83a8 8 0 0 0-3.72-6.83M48 152a8 8 0 0 1-16 0V88a8 8 0 0 1 16 0Zm80 8a32 32 0 1 1 32-32a32 32 0 0 1-32 32m96 8a8 8 0 0 1-16 0v-64a8 8 0 0 1 16 0Z"/></svg>
</template>

CSS

.icon-money-wavy-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M244.24%2060a8%208%200%200%200-7.75-.4c-42.93%2021-73.59%2011.16-106%20.78c-34.09-10.85-69.29-22.1-118%201.68A8%208%200%200%200%208%2069.24v119.93a8%208%200%200%200%2011.51%207.19c42.93-21%2073.59-11.16%20106.05-.78c19.24%206.15%2038.84%2012.42%2061%2012.42c17.09%200%2035.73-3.72%2056.91-14.06a8%208%200%200%200%204.49-7.18V66.83a8%208%200%200%200-3.72-6.83M48%20152a8%208%200%200%201-16%200V88a8%208%200%200%201%2016%200Zm80%208a32%2032%200%201%201%2032-32a32%2032%200%200%201-32%2032m96%208a8%208%200%200%201-16%200v-64a8%208%200%200%201%2016%200Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M244.24%2060a8%208%200%200%200-7.75-.4c-42.93%2021-73.59%2011.16-106%20.78c-34.09-10.85-69.29-22.1-118%201.68A8%208%200%200%200%208%2069.24v119.93a8%208%200%200%200%2011.51%207.19c42.93-21%2073.59-11.16%20106.05-.78c19.24%206.15%2038.84%2012.42%2061%2012.42c17.09%200%2035.73-3.72%2056.91-14.06a8%208%200%200%200%204.49-7.18V66.83a8%208%200%200%200-3.72-6.83M48%20152a8%208%200%200%201-16%200V88a8%208%200%200%201%2016%200Zm80%208a32%2032%200%201%201%2032-32a32%2032%200%200%201-32%2032m96%208a8%208%200%200%201-16%200v-64a8%208%200%200%201%2016%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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