money bill trend up icon

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

Name
money-bill-trend-up
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 trend up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M544 72c0-13.3-10.7-24-24-24H418.2c-13.3 0-24 10.7-24 24s10.7 24 24 24h43.9L350.8 207.3l-95.1-81.5c-9-7.7-22.2-7.7-31.2 0l-112 96c-10.1 8.6-11.2 23.8-2.6 33.8s23.8 11.2 33.8 2.6l96.4-82.6l96.4 82.6c9.5 8.2 23.7 7.6 32.6-1.3l127-127v43.9c0 13.3 10.7 24 24 24s24-10.7 24-24zM112 320c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48zm47.3 56c-3.4 20.1-19.2 36-39.4 39.4c-4.4.7-8-2.9-8-7.3v-32c0-4.4 3.6-8 8-8h32c4.4 0 8.1 3.6 7.3 8zm0 144.1c.7 4.4-2.9 8-7.3 8h-32c-4.4 0-8-3.6-8-8v-32c0-4.4 3.6-8.1 8-7.3c20.1 3.4 36 19.2 39.4 39.4zM520 480.7c4.4-.7 8 2.9 8 7.3v32c0 4.4-3.6 8-8 8h-32c-4.4 0-8.1-3.6-7.3-8c3.4-20.1 19.2-36 39.4-39.4zM480.7 376c-.7-4.4 2.9-8 7.3-8h32c4.4 0 8 3.6 8 8v32c0 4.4-3.6 8.1-8 7.3c-20.1-3.4-36-19.2-39.4-39.4zM256 448c0-35.3 28.7-64 64-64s64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidMoneyBillTrendUp(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="M544 72c0-13.3-10.7-24-24-24H418.2c-13.3 0-24 10.7-24 24s10.7 24 24 24h43.9L350.8 207.3l-95.1-81.5c-9-7.7-22.2-7.7-31.2 0l-112 96c-10.1 8.6-11.2 23.8-2.6 33.8s23.8 11.2 33.8 2.6l96.4-82.6l96.4 82.6c9.5 8.2 23.7 7.6 32.6-1.3l127-127v43.9c0 13.3 10.7 24 24 24s24-10.7 24-24zM112 320c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48zm47.3 56c-3.4 20.1-19.2 36-39.4 39.4c-4.4.7-8-2.9-8-7.3v-32c0-4.4 3.6-8 8-8h32c4.4 0 8.1 3.6 7.3 8zm0 144.1c.7 4.4-2.9 8-7.3 8h-32c-4.4 0-8-3.6-8-8v-32c0-4.4 3.6-8.1 8-7.3c20.1 3.4 36 19.2 39.4 39.4zM520 480.7c4.4-.7 8 2.9 8 7.3v32c0 4.4-3.6 8-8 8h-32c-4.4 0-8.1-3.6-7.3-8c3.4-20.1 19.2-36 39.4-39.4zM480.7 376c-.7-4.4 2.9-8 7.3-8h32c4.4 0 8 3.6 8 8v32c0 4.4-3.6 8.1-8 7.3c-20.1-3.4-36-19.2-39.4-39.4zM256 448c0-35.3 28.7-64 64-64s64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M544 72c0-13.3-10.7-24-24-24H418.2c-13.3 0-24 10.7-24 24s10.7 24 24 24h43.9L350.8 207.3l-95.1-81.5c-9-7.7-22.2-7.7-31.2 0l-112 96c-10.1 8.6-11.2 23.8-2.6 33.8s23.8 11.2 33.8 2.6l96.4-82.6l96.4 82.6c9.5 8.2 23.7 7.6 32.6-1.3l127-127v43.9c0 13.3 10.7 24 24 24s24-10.7 24-24zM112 320c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48zm47.3 56c-3.4 20.1-19.2 36-39.4 39.4c-4.4.7-8-2.9-8-7.3v-32c0-4.4 3.6-8 8-8h32c4.4 0 8.1 3.6 7.3 8zm0 144.1c.7 4.4-2.9 8-7.3 8h-32c-4.4 0-8-3.6-8-8v-32c0-4.4 3.6-8.1 8-7.3c20.1 3.4 36 19.2 39.4 39.4zM520 480.7c4.4-.7 8 2.9 8 7.3v32c0 4.4-3.6 8-8 8h-32c-4.4 0-8.1-3.6-7.3-8c3.4-20.1 19.2-36 39.4-39.4zM480.7 376c-.7-4.4 2.9-8 7.3-8h32c4.4 0 8 3.6 8 8v32c0 4.4-3.6 8.1-8 7.3c-20.1-3.4-36-19.2-39.4-39.4zM256 448c0-35.3 28.7-64 64-64s64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64"/></svg>
</template>

CSS

.icon-money-bill-trend-up {
  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%22M544%2072c0-13.3-10.7-24-24-24H418.2c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h43.9L350.8%20207.3l-95.1-81.5c-9-7.7-22.2-7.7-31.2%200l-112%2096c-10.1%208.6-11.2%2023.8-2.6%2033.8s23.8%2011.2%2033.8%202.6l96.4-82.6l96.4%2082.6c9.5%208.2%2023.7%207.6%2032.6-1.3l127-127v43.9c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24zM112%20320c-26.5%200-48%2021.5-48%2048v160c0%2026.5%2021.5%2048%2048%2048h416c26.5%200%2048-21.5%2048-48V368c0-26.5-21.5-48-48-48zm47.3%2056c-3.4%2020.1-19.2%2036-39.4%2039.4c-4.4.7-8-2.9-8-7.3v-32c0-4.4%203.6-8%208-8h32c4.4%200%208.1%203.6%207.3%208zm0%20144.1c.7%204.4-2.9%208-7.3%208h-32c-4.4%200-8-3.6-8-8v-32c0-4.4%203.6-8.1%208-7.3c20.1%203.4%2036%2019.2%2039.4%2039.4zM520%20480.7c4.4-.7%208%202.9%208%207.3v32c0%204.4-3.6%208-8%208h-32c-4.4%200-8.1-3.6-7.3-8c3.4-20.1%2019.2-36%2039.4-39.4zM480.7%20376c-.7-4.4%202.9-8%207.3-8h32c4.4%200%208%203.6%208%208v32c0%204.4-3.6%208.1-8%207.3c-20.1-3.4-36-19.2-39.4-39.4zM256%20448c0-35.3%2028.7-64%2064-64s64%2028.7%2064%2064s-28.7%2064-64%2064s-64-28.7-64-64%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%22M544%2072c0-13.3-10.7-24-24-24H418.2c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h43.9L350.8%20207.3l-95.1-81.5c-9-7.7-22.2-7.7-31.2%200l-112%2096c-10.1%208.6-11.2%2023.8-2.6%2033.8s23.8%2011.2%2033.8%202.6l96.4-82.6l96.4%2082.6c9.5%208.2%2023.7%207.6%2032.6-1.3l127-127v43.9c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24zM112%20320c-26.5%200-48%2021.5-48%2048v160c0%2026.5%2021.5%2048%2048%2048h416c26.5%200%2048-21.5%2048-48V368c0-26.5-21.5-48-48-48zm47.3%2056c-3.4%2020.1-19.2%2036-39.4%2039.4c-4.4.7-8-2.9-8-7.3v-32c0-4.4%203.6-8%208-8h32c4.4%200%208.1%203.6%207.3%208zm0%20144.1c.7%204.4-2.9%208-7.3%208h-32c-4.4%200-8-3.6-8-8v-32c0-4.4%203.6-8.1%208-7.3c20.1%203.4%2036%2019.2%2039.4%2039.4zM520%20480.7c4.4-.7%208%202.9%208%207.3v32c0%204.4-3.6%208-8%208h-32c-4.4%200-8.1-3.6-7.3-8c3.4-20.1%2019.2-36%2039.4-39.4zM480.7%20376c-.7-4.4%202.9-8%207.3-8h32c4.4%200%208%203.6%208%208v32c0%204.4-3.6%208.1-8%207.3c-20.1-3.4-36-19.2-39.4-39.4zM256%20448c0-35.3%2028.7-64%2064-64s64%2028.7%2064%2064s-28.7%2064-64%2064s-64-28.7-64-64%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-trend-up.svg?color=%231a73e8&size=48