money bill 1 wave icon

money-bill-1-wave from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
money-bill-1-wave
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the money bill 1 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 173.5v310.1c0 19.4 11.8 37.3 30.3 43.3c94 30 158.8 8.4 223.3-13.1C380 493 442 472.3 529.7 498.5c22.2 6.6 46.2-8.8 46.2-32V156.4c0-19.4-11.8-37.3-30.3-43.3c-94-30-158.8-8.4-223.3 13.1c-62.4 20.8-124.4 41.5-212.1 15.3c-22.2-6.6-46.3 8.8-46.3 32zM320 432c-53 0-96-50.1-96-112s43-112 96-112s96 50.1 96 112s-43 112-96 112m-128.9 37.5c.7 4.4-2.8 8.1-7.2 8.1c-15.7 0-32.1-1.8-50-6.1c-3.5-.8-6-4-6-7.7l.1-39.8c0-4.4 3.6-8.1 8-7.5c28.1 3.5 50.6 25.2 55.2 53zM512 418.6c0 5-4.6 8.8-9.5 8c-15.4-2.5-30.2-3.9-44.4-4.3c-4.9-.1-8.7-4.5-7.2-9.2c7.3-23.7 28-41.4 53.2-44.6c4.4-.5 8 3.1 8 7.5v42.6zm-8-195.1c-28.1-3.5-50.6-25.2-55.2-53c-.7-4.4 2.8-8.1 7.2-8.1c15.7 0 32.1 1.8 50 6.1c3.5.8 6 4 6 7.7v39.9c0 4.4-3.6 8.1-8 7.5zm-322.1-5.8c4.9.1 8.7 4.5 7.2 9.2c-7.3 23.7-28 41.4-53.2 44.6c-4.4.5-8-3.1-8-7.5v-42.6c0-5 4.6-8.8 9.5-8c15.4 2.5 30.2 3.9 44.4 4.3zM304 252c-11 0-20 9-20 20c0 9.7 6.9 17.7 16 19.6V340h-4c-11 0-20 9-20 20s9 20 20 20h48c11 0 20-9 20-20s-9-20-20-20h-4v-68c0-11-9-20-20-20z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidMoneyBill1Wave(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 173.5v310.1c0 19.4 11.8 37.3 30.3 43.3c94 30 158.8 8.4 223.3-13.1C380 493 442 472.3 529.7 498.5c22.2 6.6 46.2-8.8 46.2-32V156.4c0-19.4-11.8-37.3-30.3-43.3c-94-30-158.8-8.4-223.3 13.1c-62.4 20.8-124.4 41.5-212.1 15.3c-22.2-6.6-46.3 8.8-46.3 32zM320 432c-53 0-96-50.1-96-112s43-112 96-112s96 50.1 96 112s-43 112-96 112m-128.9 37.5c.7 4.4-2.8 8.1-7.2 8.1c-15.7 0-32.1-1.8-50-6.1c-3.5-.8-6-4-6-7.7l.1-39.8c0-4.4 3.6-8.1 8-7.5c28.1 3.5 50.6 25.2 55.2 53zM512 418.6c0 5-4.6 8.8-9.5 8c-15.4-2.5-30.2-3.9-44.4-4.3c-4.9-.1-8.7-4.5-7.2-9.2c7.3-23.7 28-41.4 53.2-44.6c4.4-.5 8 3.1 8 7.5v42.6zm-8-195.1c-28.1-3.5-50.6-25.2-55.2-53c-.7-4.4 2.8-8.1 7.2-8.1c15.7 0 32.1 1.8 50 6.1c3.5.8 6 4 6 7.7v39.9c0 4.4-3.6 8.1-8 7.5zm-322.1-5.8c4.9.1 8.7 4.5 7.2 9.2c-7.3 23.7-28 41.4-53.2 44.6c-4.4.5-8-3.1-8-7.5v-42.6c0-5 4.6-8.8 9.5-8c15.4 2.5 30.2 3.9 44.4 4.3zM304 252c-11 0-20 9-20 20c0 9.7 6.9 17.7 16 19.6V340h-4c-11 0-20 9-20 20s9 20 20 20h48c11 0 20-9 20-20s-9-20-20-20h-4v-68c0-11-9-20-20-20z"/></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 173.5v310.1c0 19.4 11.8 37.3 30.3 43.3c94 30 158.8 8.4 223.3-13.1C380 493 442 472.3 529.7 498.5c22.2 6.6 46.2-8.8 46.2-32V156.4c0-19.4-11.8-37.3-30.3-43.3c-94-30-158.8-8.4-223.3 13.1c-62.4 20.8-124.4 41.5-212.1 15.3c-22.2-6.6-46.3 8.8-46.3 32zM320 432c-53 0-96-50.1-96-112s43-112 96-112s96 50.1 96 112s-43 112-96 112m-128.9 37.5c.7 4.4-2.8 8.1-7.2 8.1c-15.7 0-32.1-1.8-50-6.1c-3.5-.8-6-4-6-7.7l.1-39.8c0-4.4 3.6-8.1 8-7.5c28.1 3.5 50.6 25.2 55.2 53zM512 418.6c0 5-4.6 8.8-9.5 8c-15.4-2.5-30.2-3.9-44.4-4.3c-4.9-.1-8.7-4.5-7.2-9.2c7.3-23.7 28-41.4 53.2-44.6c4.4-.5 8 3.1 8 7.5v42.6zm-8-195.1c-28.1-3.5-50.6-25.2-55.2-53c-.7-4.4 2.8-8.1 7.2-8.1c15.7 0 32.1 1.8 50 6.1c3.5.8 6 4 6 7.7v39.9c0 4.4-3.6 8.1-8 7.5zm-322.1-5.8c4.9.1 8.7 4.5 7.2 9.2c-7.3 23.7-28 41.4-53.2 44.6c-4.4.5-8-3.1-8-7.5v-42.6c0-5 4.6-8.8 9.5-8c15.4 2.5 30.2 3.9 44.4 4.3zM304 252c-11 0-20 9-20 20c0 9.7 6.9 17.7 16 19.6V340h-4c-11 0-20 9-20 20s9 20 20 20h48c11 0 20-9 20-20s-9-20-20-20h-4v-68c0-11-9-20-20-20z"/></svg>
</template>

CSS

.icon-money-bill-1-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%20173.5v310.1c0%2019.4%2011.8%2037.3%2030.3%2043.3c94%2030%20158.8%208.4%20223.3-13.1C380%20493%20442%20472.3%20529.7%20498.5c22.2%206.6%2046.2-8.8%2046.2-32V156.4c0-19.4-11.8-37.3-30.3-43.3c-94-30-158.8-8.4-223.3%2013.1c-62.4%2020.8-124.4%2041.5-212.1%2015.3c-22.2-6.6-46.3%208.8-46.3%2032zM320%20432c-53%200-96-50.1-96-112s43-112%2096-112s96%2050.1%2096%20112s-43%20112-96%20112m-128.9%2037.5c.7%204.4-2.8%208.1-7.2%208.1c-15.7%200-32.1-1.8-50-6.1c-3.5-.8-6-4-6-7.7l.1-39.8c0-4.4%203.6-8.1%208-7.5c28.1%203.5%2050.6%2025.2%2055.2%2053zM512%20418.6c0%205-4.6%208.8-9.5%208c-15.4-2.5-30.2-3.9-44.4-4.3c-4.9-.1-8.7-4.5-7.2-9.2c7.3-23.7%2028-41.4%2053.2-44.6c4.4-.5%208%203.1%208%207.5v42.6zm-8-195.1c-28.1-3.5-50.6-25.2-55.2-53c-.7-4.4%202.8-8.1%207.2-8.1c15.7%200%2032.1%201.8%2050%206.1c3.5.8%206%204%206%207.7v39.9c0%204.4-3.6%208.1-8%207.5zm-322.1-5.8c4.9.1%208.7%204.5%207.2%209.2c-7.3%2023.7-28%2041.4-53.2%2044.6c-4.4.5-8-3.1-8-7.5v-42.6c0-5%204.6-8.8%209.5-8c15.4%202.5%2030.2%203.9%2044.4%204.3zM304%20252c-11%200-20%209-20%2020c0%209.7%206.9%2017.7%2016%2019.6V340h-4c-11%200-20%209-20%2020s9%2020%2020%2020h48c11%200%2020-9%2020-20s-9-20-20-20h-4v-68c0-11-9-20-20-20z%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%20173.5v310.1c0%2019.4%2011.8%2037.3%2030.3%2043.3c94%2030%20158.8%208.4%20223.3-13.1C380%20493%20442%20472.3%20529.7%20498.5c22.2%206.6%2046.2-8.8%2046.2-32V156.4c0-19.4-11.8-37.3-30.3-43.3c-94-30-158.8-8.4-223.3%2013.1c-62.4%2020.8-124.4%2041.5-212.1%2015.3c-22.2-6.6-46.3%208.8-46.3%2032zM320%20432c-53%200-96-50.1-96-112s43-112%2096-112s96%2050.1%2096%20112s-43%20112-96%20112m-128.9%2037.5c.7%204.4-2.8%208.1-7.2%208.1c-15.7%200-32.1-1.8-50-6.1c-3.5-.8-6-4-6-7.7l.1-39.8c0-4.4%203.6-8.1%208-7.5c28.1%203.5%2050.6%2025.2%2055.2%2053zM512%20418.6c0%205-4.6%208.8-9.5%208c-15.4-2.5-30.2-3.9-44.4-4.3c-4.9-.1-8.7-4.5-7.2-9.2c7.3-23.7%2028-41.4%2053.2-44.6c4.4-.5%208%203.1%208%207.5v42.6zm-8-195.1c-28.1-3.5-50.6-25.2-55.2-53c-.7-4.4%202.8-8.1%207.2-8.1c15.7%200%2032.1%201.8%2050%206.1c3.5.8%206%204%206%207.7v39.9c0%204.4-3.6%208.1-8%207.5zm-322.1-5.8c4.9.1%208.7%204.5%207.2%209.2c-7.3%2023.7-28%2041.4-53.2%2044.6c-4.4.5-8-3.1-8-7.5v-42.6c0-5%204.6-8.8%209.5-8c15.4%202.5%2030.2%203.9%2044.4%204.3zM304%20252c-11%200-20%209-20%2020c0%209.7%206.9%2017.7%2016%2019.6V340h-4c-11%200-20%209-20%2020s9%2020%2020%2020h48c11%200%2020-9%2020-20s-9-20-20-20h-4v-68c0-11-9-20-20-20z%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-1-wave.svg?color=%231a73e8&size=48