money bill transfer icon

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

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

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the money bill transfer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M535 41c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l64 64c4.5 4.5 7 10.6 7 17s-2.5 12.5-7 17l-64 64c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l23-23l-174-.2c-13.3 0-24-10.7-24-24s10.7-24 24-24h174.1zM105 377l-23 23h174c13.3 0 24 10.7 24 24s-10.7 24-24 24H81.9l23 23c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L7 441c-4.5-4.5-7-10.6-7-17s2.5-12.5 7-17l64-64c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM96 64h241.9c-3.7 7.2-5.9 15.3-5.9 24c0 28.7 23.3 52 52 52h117.4c-4 17 .6 35.5 13.8 48.8c20.3 20.3 53.2 20.3 73.5 0l19.3-19.3V384c0 35.3-28.7 64-64 64H302.1c3.7-7.2 5.9-15.3 5.9-24c0-28.7-23.3-52-52-52H138.6c4-17-.6-35.5-13.8-48.8c-20.3-20.3-53.2-20.3-73.5 0L32 342.5V128c0-35.3 28.7-64 64-64m64 64H96v64c35.3 0 64-28.7 64-64m384 192c-35.3 0-64 28.7-64 64h64zm-224 32a96 96 0 1 0 0-192a96 96 0 1 0 0 192"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidMoneyBillTransfer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M535 41c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l64 64c4.5 4.5 7 10.6 7 17s-2.5 12.5-7 17l-64 64c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l23-23l-174-.2c-13.3 0-24-10.7-24-24s10.7-24 24-24h174.1zM105 377l-23 23h174c13.3 0 24 10.7 24 24s-10.7 24-24 24H81.9l23 23c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L7 441c-4.5-4.5-7-10.6-7-17s2.5-12.5 7-17l64-64c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM96 64h241.9c-3.7 7.2-5.9 15.3-5.9 24c0 28.7 23.3 52 52 52h117.4c-4 17 .6 35.5 13.8 48.8c20.3 20.3 53.2 20.3 73.5 0l19.3-19.3V384c0 35.3-28.7 64-64 64H302.1c3.7-7.2 5.9-15.3 5.9-24c0-28.7-23.3-52-52-52H138.6c4-17-.6-35.5-13.8-48.8c-20.3-20.3-53.2-20.3-73.5 0L32 342.5V128c0-35.3 28.7-64 64-64m64 64H96v64c35.3 0 64-28.7 64-64m384 192c-35.3 0-64 28.7-64 64h64zm-224 32a96 96 0 1 0 0-192a96 96 0 1 0 0 192"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M535 41c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l64 64c4.5 4.5 7 10.6 7 17s-2.5 12.5-7 17l-64 64c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l23-23l-174-.2c-13.3 0-24-10.7-24-24s10.7-24 24-24h174.1zM105 377l-23 23h174c13.3 0 24 10.7 24 24s-10.7 24-24 24H81.9l23 23c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L7 441c-4.5-4.5-7-10.6-7-17s2.5-12.5 7-17l64-64c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM96 64h241.9c-3.7 7.2-5.9 15.3-5.9 24c0 28.7 23.3 52 52 52h117.4c-4 17 .6 35.5 13.8 48.8c20.3 20.3 53.2 20.3 73.5 0l19.3-19.3V384c0 35.3-28.7 64-64 64H302.1c3.7-7.2 5.9-15.3 5.9-24c0-28.7-23.3-52-52-52H138.6c4-17-.6-35.5-13.8-48.8c-20.3-20.3-53.2-20.3-73.5 0L32 342.5V128c0-35.3 28.7-64 64-64m64 64H96v64c35.3 0 64-28.7 64-64m384 192c-35.3 0-64 28.7-64 64h64zm-224 32a96 96 0 1 0 0-192a96 96 0 1 0 0 192"/></svg>
</template>

CSS

.icon-money-bill-transfer {
  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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M535%2041c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l64%2064c4.5%204.5%207%2010.6%207%2017s-2.5%2012.5-7%2017l-64%2064c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9l23-23l-174-.2c-13.3%200-24-10.7-24-24s10.7-24%2024-24h174.1zM105%20377l-23%2023h174c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H81.9l23%2023c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200L7%20441c-4.5-4.5-7-10.6-7-17s2.5-12.5%207-17l64-64c9.4-9.4%2024.6-9.4%2033.9%200s9.4%2024.6%200%2033.9zM96%2064h241.9c-3.7%207.2-5.9%2015.3-5.9%2024c0%2028.7%2023.3%2052%2052%2052h117.4c-4%2017%20.6%2035.5%2013.8%2048.8c20.3%2020.3%2053.2%2020.3%2073.5%200l19.3-19.3V384c0%2035.3-28.7%2064-64%2064H302.1c3.7-7.2%205.9-15.3%205.9-24c0-28.7-23.3-52-52-52H138.6c4-17-.6-35.5-13.8-48.8c-20.3-20.3-53.2-20.3-73.5%200L32%20342.5V128c0-35.3%2028.7-64%2064-64m64%2064H96v64c35.3%200%2064-28.7%2064-64m384%20192c-35.3%200-64%2028.7-64%2064h64zm-224%2032a96%2096%200%201%200%200-192a96%2096%200%201%200%200%20192%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M535%2041c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l64%2064c4.5%204.5%207%2010.6%207%2017s-2.5%2012.5-7%2017l-64%2064c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9l23-23l-174-.2c-13.3%200-24-10.7-24-24s10.7-24%2024-24h174.1zM105%20377l-23%2023h174c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H81.9l23%2023c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200L7%20441c-4.5-4.5-7-10.6-7-17s2.5-12.5%207-17l64-64c9.4-9.4%2024.6-9.4%2033.9%200s9.4%2024.6%200%2033.9zM96%2064h241.9c-3.7%207.2-5.9%2015.3-5.9%2024c0%2028.7%2023.3%2052%2052%2052h117.4c-4%2017%20.6%2035.5%2013.8%2048.8c20.3%2020.3%2053.2%2020.3%2073.5%200l19.3-19.3V384c0%2035.3-28.7%2064-64%2064H302.1c3.7-7.2%205.9-15.3%205.9-24c0-28.7-23.3-52-52-52H138.6c4-17-.6-35.5-13.8-48.8c-20.3-20.3-53.2-20.3-73.5%200L32%20342.5V128c0-35.3%2028.7-64%2064-64m64%2064H96v64c35.3%200%2064-28.7%2064-64m384%20192c-35.3%200-64%2028.7-64%2064h64zm-224%2032a96%2096%200%201%200%200-192a96%2096%200%201%200%200%20192%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-transfer.svg?color=%231a73e8&size=48