money bill transfer icon

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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M31 169c-9.4-9.4-9.4-24.6 0-33.9L103 63c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-31 31h406c35.3 0 64 28.7 64 64v178.2l-5.1-5.1c-28.1-28.1-73.7-28.1-101.8 0c-27.2 27.2-28.1 70.6-2.8 98.9h67.7l-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l72 72c9.4 9.4 9.4 24.6 0 33.9l-72 72c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31H127.8c-35.3 0-64-28.7-64-64V269.8l5.1 5.1c28.1 28.1 73.7 28.1 101.8 0c27.2-27.2 28.1-70.6 2.8-98.9h-67.7l31 31c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0zm385 151c0-53-43-96-96-96s-96 43-96 96s43 96 96 96s96-43 96-96m88-64.5c4.4.5 8-3.1 8-7.5v-48c0-4.4-3.6-8-8-8h-48c-4.4 0-8.1 3.6-7.5 8c3.6 29 26.6 51.9 55.5 55.5m-368 129c-4.4-.5-8 3.1-8 7.5v48c0 4.4 3.6 8 8 8h48c4.4 0 8.1-3.6 7.5-8c-3.6-29-26.6-51.9-55.5-55.5"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidMoneyBillTransfer(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="M31 169c-9.4-9.4-9.4-24.6 0-33.9L103 63c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-31 31h406c35.3 0 64 28.7 64 64v178.2l-5.1-5.1c-28.1-28.1-73.7-28.1-101.8 0c-27.2 27.2-28.1 70.6-2.8 98.9h67.7l-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l72 72c9.4 9.4 9.4 24.6 0 33.9l-72 72c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31H127.8c-35.3 0-64-28.7-64-64V269.8l5.1 5.1c28.1 28.1 73.7 28.1 101.8 0c27.2-27.2 28.1-70.6 2.8-98.9h-67.7l31 31c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0zm385 151c0-53-43-96-96-96s-96 43-96 96s43 96 96 96s96-43 96-96m88-64.5c4.4.5 8-3.1 8-7.5v-48c0-4.4-3.6-8-8-8h-48c-4.4 0-8.1 3.6-7.5 8c3.6 29 26.6 51.9 55.5 55.5m-368 129c-4.4-.5-8 3.1-8 7.5v48c0 4.4 3.6 8 8 8h48c4.4 0 8.1-3.6 7.5-8c-3.6-29-26.6-51.9-55.5-55.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M31 169c-9.4-9.4-9.4-24.6 0-33.9L103 63c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-31 31h406c35.3 0 64 28.7 64 64v178.2l-5.1-5.1c-28.1-28.1-73.7-28.1-101.8 0c-27.2 27.2-28.1 70.6-2.8 98.9h67.7l-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l72 72c9.4 9.4 9.4 24.6 0 33.9l-72 72c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31H127.8c-35.3 0-64-28.7-64-64V269.8l5.1 5.1c28.1 28.1 73.7 28.1 101.8 0c27.2-27.2 28.1-70.6 2.8-98.9h-67.7l31 31c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0zm385 151c0-53-43-96-96-96s-96 43-96 96s43 96 96 96s96-43 96-96m88-64.5c4.4.5 8-3.1 8-7.5v-48c0-4.4-3.6-8-8-8h-48c-4.4 0-8.1 3.6-7.5 8c3.6 29 26.6 51.9 55.5 55.5m-368 129c-4.4-.5-8 3.1-8 7.5v48c0 4.4 3.6 8 8 8h48c4.4 0 8.1-3.6 7.5-8c-3.6-29-26.6-51.9-55.5-55.5"/></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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31%20169c-9.4-9.4-9.4-24.6%200-33.9L103%2063c9.4-9.4%2024.6-9.4%2033.9%200s9.4%2024.6%200%2033.9l-31%2031h406c35.3%200%2064%2028.7%2064%2064v178.2l-5.1-5.1c-28.1-28.1-73.7-28.1-101.8%200c-27.2%2027.2-28.1%2070.6-2.8%2098.9h67.7l-31-31c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l72%2072c9.4%209.4%209.4%2024.6%200%2033.9l-72%2072c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9l31-31H127.8c-35.3%200-64-28.7-64-64V269.8l5.1%205.1c28.1%2028.1%2073.7%2028.1%20101.8%200c27.2-27.2%2028.1-70.6%202.8-98.9h-67.7l31%2031c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200zm385%20151c0-53-43-96-96-96s-96%2043-96%2096s43%2096%2096%2096s96-43%2096-96m88-64.5c4.4.5%208-3.1%208-7.5v-48c0-4.4-3.6-8-8-8h-48c-4.4%200-8.1%203.6-7.5%208c3.6%2029%2026.6%2051.9%2055.5%2055.5m-368%20129c-4.4-.5-8%203.1-8%207.5v48c0%204.4%203.6%208%208%208h48c4.4%200%208.1-3.6%207.5-8c-3.6-29-26.6-51.9-55.5-55.5%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%22M31%20169c-9.4-9.4-9.4-24.6%200-33.9L103%2063c9.4-9.4%2024.6-9.4%2033.9%200s9.4%2024.6%200%2033.9l-31%2031h406c35.3%200%2064%2028.7%2064%2064v178.2l-5.1-5.1c-28.1-28.1-73.7-28.1-101.8%200c-27.2%2027.2-28.1%2070.6-2.8%2098.9h67.7l-31-31c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l72%2072c9.4%209.4%209.4%2024.6%200%2033.9l-72%2072c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9l31-31H127.8c-35.3%200-64-28.7-64-64V269.8l5.1%205.1c28.1%2028.1%2073.7%2028.1%20101.8%200c27.2-27.2%2028.1-70.6%202.8-98.9h-67.7l31%2031c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200zm385%20151c0-53-43-96-96-96s-96%2043-96%2096s43%2096%2096%2096s96-43%2096-96m88-64.5c4.4.5%208-3.1%208-7.5v-48c0-4.4-3.6-8-8-8h-48c-4.4%200-8.1%203.6-7.5%208c3.6%2029%2026.6%2051.9%2055.5%2055.5m-368%20129c-4.4-.5-8%203.1-8%207.5v48c0%204.4%203.6%208%208%208h48c4.4%200%208.1-3.6%207.5-8c-3.6-29-26.6-51.9-55.5-55.5%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-transfer.svg?color=%231a73e8&size=48