money bill wave icon
money-bill-wave from Font Awesome Solid by Dave Gandy · Solid · Currency · CC-BY-4.0 Attribution required.
- Name
- money-bill-wave
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Currency
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More currency icons from Font Awesome Solid
Use the money bill wave icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 483.6V173.5c0-23.2 24.1-38.6 46.3-32C198 167.7 260 147 322.4 126.2c64.5-21.5 129.4-43.1 223.3-13.1c18.5 5.9 30.3 23.8 30.3 43.3v310.1c0 23.2-24.1 38.6-46.2 32c-87.7-26.2-149.8-5.5-212.1 15.3c-64.5 21.5-129.4 43.1-223.3 13.1c-18.5-5.9-30.3-23.8-30.3-43.3zM400 320c0-53-35.8-96-80-96s-80 43-80 96s35.8 96 80 96s80-43 80-96M184 477.6c4.4 0 7.9-3.8 7.2-8.1c-4.6-27.8-27-49.5-55.2-53c-4.4-.5-8 3.1-8 7.5v39.9c0 3.6 2.4 6.8 6 7.7c17.9 4.2 34.3 6.1 50 6.1zm318.5-51.1c5 .8 9.5-3 9.5-8v-42.6c0-4.4-3.6-8.1-8-7.5c-25.2 3.1-45.9 20.9-53.2 44.6c-1.4 4.7 2.3 9.1 7.2 9.2c14.2.4 29 1.7 44.4 4.3zM512 216v-39.9c0-3.6-2.5-6.8-6-7.7c-17.9-4.2-34.3-6.1-50-6.1c-4.4 0-7.9 3.8-7.2 8.1c4.6 27.8 27 49.5 55.2 53c4.4.5 8-3.1 8-7.5zm-322.8 10.9c1.4-4.7-2.3-9.1-7.2-9.2c-14.2-.4-29-1.7-44.4-4.3c-5-.8-9.5 3-9.5 8L128 264c0 4.4 3.6 8.1 8 7.5c25.2-3.1 45.9-20.9 53.2-44.6"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidMoneyBillWave(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 483.6V173.5c0-23.2 24.1-38.6 46.3-32C198 167.7 260 147 322.4 126.2c64.5-21.5 129.4-43.1 223.3-13.1c18.5 5.9 30.3 23.8 30.3 43.3v310.1c0 23.2-24.1 38.6-46.2 32c-87.7-26.2-149.8-5.5-212.1 15.3c-64.5 21.5-129.4 43.1-223.3 13.1c-18.5-5.9-30.3-23.8-30.3-43.3zM400 320c0-53-35.8-96-80-96s-80 43-80 96s35.8 96 80 96s80-43 80-96M184 477.6c4.4 0 7.9-3.8 7.2-8.1c-4.6-27.8-27-49.5-55.2-53c-4.4-.5-8 3.1-8 7.5v39.9c0 3.6 2.4 6.8 6 7.7c17.9 4.2 34.3 6.1 50 6.1zm318.5-51.1c5 .8 9.5-3 9.5-8v-42.6c0-4.4-3.6-8.1-8-7.5c-25.2 3.1-45.9 20.9-53.2 44.6c-1.4 4.7 2.3 9.1 7.2 9.2c14.2.4 29 1.7 44.4 4.3zM512 216v-39.9c0-3.6-2.5-6.8-6-7.7c-17.9-4.2-34.3-6.1-50-6.1c-4.4 0-7.9 3.8-7.2 8.1c4.6 27.8 27 49.5 55.2 53c4.4.5 8-3.1 8-7.5zm-322.8 10.9c1.4-4.7-2.3-9.1-7.2-9.2c-14.2-.4-29-1.7-44.4-4.3c-5-.8-9.5 3-9.5 8L128 264c0 4.4 3.6 8.1 8 7.5c25.2-3.1 45.9-20.9 53.2-44.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 483.6V173.5c0-23.2 24.1-38.6 46.3-32C198 167.7 260 147 322.4 126.2c64.5-21.5 129.4-43.1 223.3-13.1c18.5 5.9 30.3 23.8 30.3 43.3v310.1c0 23.2-24.1 38.6-46.2 32c-87.7-26.2-149.8-5.5-212.1 15.3c-64.5 21.5-129.4 43.1-223.3 13.1c-18.5-5.9-30.3-23.8-30.3-43.3zM400 320c0-53-35.8-96-80-96s-80 43-80 96s35.8 96 80 96s80-43 80-96M184 477.6c4.4 0 7.9-3.8 7.2-8.1c-4.6-27.8-27-49.5-55.2-53c-4.4-.5-8 3.1-8 7.5v39.9c0 3.6 2.4 6.8 6 7.7c17.9 4.2 34.3 6.1 50 6.1zm318.5-51.1c5 .8 9.5-3 9.5-8v-42.6c0-4.4-3.6-8.1-8-7.5c-25.2 3.1-45.9 20.9-53.2 44.6c-1.4 4.7 2.3 9.1 7.2 9.2c14.2.4 29 1.7 44.4 4.3zM512 216v-39.9c0-3.6-2.5-6.8-6-7.7c-17.9-4.2-34.3-6.1-50-6.1c-4.4 0-7.9 3.8-7.2 8.1c4.6 27.8 27 49.5 55.2 53c4.4.5 8-3.1 8-7.5zm-322.8 10.9c1.4-4.7-2.3-9.1-7.2-9.2c-14.2-.4-29-1.7-44.4-4.3c-5-.8-9.5 3-9.5 8L128 264c0 4.4 3.6 8.1 8 7.5c25.2-3.1 45.9-20.9 53.2-44.6"/></svg> </template>
CSS
.icon-money-bill-wave {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%20483.6V173.5c0-23.2%2024.1-38.6%2046.3-32C198%20167.7%20260%20147%20322.4%20126.2c64.5-21.5%20129.4-43.1%20223.3-13.1c18.5%205.9%2030.3%2023.8%2030.3%2043.3v310.1c0%2023.2-24.1%2038.6-46.2%2032c-87.7-26.2-149.8-5.5-212.1%2015.3c-64.5%2021.5-129.4%2043.1-223.3%2013.1c-18.5-5.9-30.3-23.8-30.3-43.3zM400%20320c0-53-35.8-96-80-96s-80%2043-80%2096s35.8%2096%2080%2096s80-43%2080-96M184%20477.6c4.4%200%207.9-3.8%207.2-8.1c-4.6-27.8-27-49.5-55.2-53c-4.4-.5-8%203.1-8%207.5v39.9c0%203.6%202.4%206.8%206%207.7c17.9%204.2%2034.3%206.1%2050%206.1zm318.5-51.1c5%20.8%209.5-3%209.5-8v-42.6c0-4.4-3.6-8.1-8-7.5c-25.2%203.1-45.9%2020.9-53.2%2044.6c-1.4%204.7%202.3%209.1%207.2%209.2c14.2.4%2029%201.7%2044.4%204.3zM512%20216v-39.9c0-3.6-2.5-6.8-6-7.7c-17.9-4.2-34.3-6.1-50-6.1c-4.4%200-7.9%203.8-7.2%208.1c4.6%2027.8%2027%2049.5%2055.2%2053c4.4.5%208-3.1%208-7.5zm-322.8%2010.9c1.4-4.7-2.3-9.1-7.2-9.2c-14.2-.4-29-1.7-44.4-4.3c-5-.8-9.5%203-9.5%208L128%20264c0%204.4%203.6%208.1%208%207.5c25.2-3.1%2045.9-20.9%2053.2-44.6%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%20483.6V173.5c0-23.2%2024.1-38.6%2046.3-32C198%20167.7%20260%20147%20322.4%20126.2c64.5-21.5%20129.4-43.1%20223.3-13.1c18.5%205.9%2030.3%2023.8%2030.3%2043.3v310.1c0%2023.2-24.1%2038.6-46.2%2032c-87.7-26.2-149.8-5.5-212.1%2015.3c-64.5%2021.5-129.4%2043.1-223.3%2013.1c-18.5-5.9-30.3-23.8-30.3-43.3zM400%20320c0-53-35.8-96-80-96s-80%2043-80%2096s35.8%2096%2080%2096s80-43%2080-96M184%20477.6c4.4%200%207.9-3.8%207.2-8.1c-4.6-27.8-27-49.5-55.2-53c-4.4-.5-8%203.1-8%207.5v39.9c0%203.6%202.4%206.8%206%207.7c17.9%204.2%2034.3%206.1%2050%206.1zm318.5-51.1c5%20.8%209.5-3%209.5-8v-42.6c0-4.4-3.6-8.1-8-7.5c-25.2%203.1-45.9%2020.9-53.2%2044.6c-1.4%204.7%202.3%209.1%207.2%209.2c14.2.4%2029%201.7%2044.4%204.3zM512%20216v-39.9c0-3.6-2.5-6.8-6-7.7c-17.9-4.2-34.3-6.1-50-6.1c-4.4%200-7.9%203.8-7.2%208.1c4.6%2027.8%2027%2049.5%2055.2%2053c4.4.5%208-3.1%208-7.5zm-322.8%2010.9c1.4-4.7-2.3-9.1-7.2-9.2c-14.2-.4-29-1.7-44.4-4.3c-5-.8-9.5%203-9.5%208L128%20264c0%204.4%203.6%208.1%208%207.5c25.2-3.1%2045.9-20.9%2053.2-44.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/money-bill-wave.svg?color=%231a73e8&size=48