money bill wheat icon

money-bill-wheat from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
money-bill-wheat
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the money bill wheat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M176 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80c0-8.8 7.2-16 16-16M56 16h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24s10.7-24 24-24M24 88h112c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24m8 96c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24M272 16c0-8.8 7.2-16 16-16c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80M400 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80c0-8.8 7.2-16 16-16m80 144c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16m-128-16c8.8 0 16 7.2 16 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80m-96 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16M0 304c0-26.5 21.5-48 48-48h416c26.5 0 48 21.5 48 48v160c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48zm48 112v48h48c0-26.5-21.5-48-48-48m48-112H48v48c26.5 0 48-21.5 48-48m368 112c-26.5 0-48 21.5-48 48h48zm-48-112c0 26.5 21.5 48 48 48v-48zm-96 80a64 64 0 1 0-128 0a64 64 0 1 0 128 0"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidMoneyBillWheat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M176 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80c0-8.8 7.2-16 16-16M56 16h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24s10.7-24 24-24M24 88h112c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24m8 96c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24M272 16c0-8.8 7.2-16 16-16c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80M400 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80c0-8.8 7.2-16 16-16m80 144c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16m-128-16c8.8 0 16 7.2 16 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80m-96 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16M0 304c0-26.5 21.5-48 48-48h416c26.5 0 48 21.5 48 48v160c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48zm48 112v48h48c0-26.5-21.5-48-48-48m48-112H48v48c26.5 0 48-21.5 48-48m368 112c-26.5 0-48 21.5-48 48h48zm-48-112c0 26.5 21.5 48 48 48v-48zm-96 80a64 64 0 1 0-128 0a64 64 0 1 0 128 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M176 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80c0-8.8 7.2-16 16-16M56 16h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24s10.7-24 24-24M24 88h112c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24m8 96c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24M272 16c0-8.8 7.2-16 16-16c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80M400 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80c0-8.8 7.2-16 16-16m80 144c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16m-128-16c8.8 0 16 7.2 16 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80m-96 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16M0 304c0-26.5 21.5-48 48-48h416c26.5 0 48 21.5 48 48v160c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48zm48 112v48h48c0-26.5-21.5-48-48-48m48-112H48v48c26.5 0 48-21.5 48-48m368 112c-26.5 0-48 21.5-48 48h48zm-48-112c0 26.5 21.5 48 48 48v-48zm-96 80a64 64 0 1 0-128 0a64 64 0 1 0 128 0"/></svg>
</template>

CSS

.icon-money-bill-wheat {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M176%200c44.2%200%2080%2035.8%2080%2080c0%208.8-7.2%2016-16%2016c-44.2%200-80-35.8-80-80c0-8.8%207.2-16%2016-16M56%2016h48c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H56c-13.3%200-24-10.7-24-24s10.7-24%2024-24M24%2088h112c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H24c-13.3%200-24-10.7-24-24s10.7-24%2024-24m8%2096c0-13.3%2010.7-24%2024-24h48c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H56c-13.3%200-24-10.7-24-24M272%2016c0-8.8%207.2-16%2016-16c44.2%200%2080%2035.8%2080%2080c0%208.8-7.2%2016-16%2016c-44.2%200-80-35.8-80-80M400%200c44.2%200%2080%2035.8%2080%2080c0%208.8-7.2%2016-16%2016c-44.2%200-80-35.8-80-80c0-8.8%207.2-16%2016-16m80%20144c0%2044.2-35.8%2080-80%2080c-8.8%200-16-7.2-16-16c0-44.2%2035.8-80%2080-80c8.8%200%2016%207.2%2016%2016m-128-16c8.8%200%2016%207.2%2016%2016c0%2044.2-35.8%2080-80%2080c-8.8%200-16-7.2-16-16c0-44.2%2035.8-80%2080-80m-96%2016c0%2044.2-35.8%2080-80%2080c-8.8%200-16-7.2-16-16c0-44.2%2035.8-80%2080-80c8.8%200%2016%207.2%2016%2016M0%20304c0-26.5%2021.5-48%2048-48h416c26.5%200%2048%2021.5%2048%2048v160c0%2026.5-21.5%2048-48%2048H48c-26.5%200-48-21.5-48-48zm48%20112v48h48c0-26.5-21.5-48-48-48m48-112H48v48c26.5%200%2048-21.5%2048-48m368%20112c-26.5%200-48%2021.5-48%2048h48zm-48-112c0%2026.5%2021.5%2048%2048%2048v-48zm-96%2080a64%2064%200%201%200-128%200a64%2064%200%201%200%20128%200%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M176%200c44.2%200%2080%2035.8%2080%2080c0%208.8-7.2%2016-16%2016c-44.2%200-80-35.8-80-80c0-8.8%207.2-16%2016-16M56%2016h48c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H56c-13.3%200-24-10.7-24-24s10.7-24%2024-24M24%2088h112c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H24c-13.3%200-24-10.7-24-24s10.7-24%2024-24m8%2096c0-13.3%2010.7-24%2024-24h48c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H56c-13.3%200-24-10.7-24-24M272%2016c0-8.8%207.2-16%2016-16c44.2%200%2080%2035.8%2080%2080c0%208.8-7.2%2016-16%2016c-44.2%200-80-35.8-80-80M400%200c44.2%200%2080%2035.8%2080%2080c0%208.8-7.2%2016-16%2016c-44.2%200-80-35.8-80-80c0-8.8%207.2-16%2016-16m80%20144c0%2044.2-35.8%2080-80%2080c-8.8%200-16-7.2-16-16c0-44.2%2035.8-80%2080-80c8.8%200%2016%207.2%2016%2016m-128-16c8.8%200%2016%207.2%2016%2016c0%2044.2-35.8%2080-80%2080c-8.8%200-16-7.2-16-16c0-44.2%2035.8-80%2080-80m-96%2016c0%2044.2-35.8%2080-80%2080c-8.8%200-16-7.2-16-16c0-44.2%2035.8-80%2080-80c8.8%200%2016%207.2%2016%2016M0%20304c0-26.5%2021.5-48%2048-48h416c26.5%200%2048%2021.5%2048%2048v160c0%2026.5-21.5%2048-48%2048H48c-26.5%200-48-21.5-48-48zm48%20112v48h48c0-26.5-21.5-48-48-48m48-112H48v48c26.5%200%2048-21.5%2048-48m368%20112c-26.5%200-48%2021.5-48%2048h48zm-48-112c0%2026.5%2021.5%2048%2048%2048v-48zm-96%2080a64%2064%200%201%200-128%200a64%2064%200%201%200%20128%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/money-bill-wheat.svg?color=%231a73e8&size=48