send-money from Material Symbols by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.

Name
send-money
Set
Material Symbols
Style
Regular
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
send-money-outline, send-money-outline-sharp, send-money-sharp

1 other variant in Material Symbols

The same icon in other sets

More business icons from Material Symbols

Use the send money icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 19.75q-2.6-.675-4.3-2.8T0 12t1.7-4.95T6 4.25v2.1q-1.775.6-2.887 2.15T2 12t1.113 3.5T6 17.65zm8 .25q-3.325 0-5.663-2.337T6 12t2.338-5.663T14 4q1.65 0 3.1.625t2.55 1.725l-1.4 1.4q-.825-.825-1.912-1.287T14 6q-2.5 0-4.25 1.75T8 12t1.75 4.25T14 18q1.25 0 2.338-.462t1.912-1.288l1.4 1.4q-1.1 1.1-2.55 1.725T14 20m6-4l-1.4-1.4l1.6-1.6H13v-2h7.2l-1.6-1.6L20 8l4 4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSendMoney(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 19.75q-2.6-.675-4.3-2.8T0 12t1.7-4.95T6 4.25v2.1q-1.775.6-2.887 2.15T2 12t1.113 3.5T6 17.65zm8 .25q-3.325 0-5.663-2.337T6 12t2.338-5.663T14 4q1.65 0 3.1.625t2.55 1.725l-1.4 1.4q-.825-.825-1.912-1.287T14 6q-2.5 0-4.25 1.75T8 12t1.75 4.25T14 18q1.25 0 2.338-.462t1.912-1.288l1.4 1.4q-1.1 1.1-2.55 1.725T14 20m6-4l-1.4-1.4l1.6-1.6H13v-2h7.2l-1.6-1.6L20 8l4 4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 19.75q-2.6-.675-4.3-2.8T0 12t1.7-4.95T6 4.25v2.1q-1.775.6-2.887 2.15T2 12t1.113 3.5T6 17.65zm8 .25q-3.325 0-5.663-2.337T6 12t2.338-5.663T14 4q1.65 0 3.1.625t2.55 1.725l-1.4 1.4q-.825-.825-1.912-1.287T14 6q-2.5 0-4.25 1.75T8 12t1.75 4.25T14 18q1.25 0 2.338-.462t1.912-1.288l1.4 1.4q-1.1 1.1-2.55 1.725T14 20m6-4l-1.4-1.4l1.6-1.6H13v-2h7.2l-1.6-1.6L20 8l4 4z"/></svg>
</template>

CSS

.icon-send-money {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2019.75q-2.6-.675-4.3-2.8T0%2012t1.7-4.95T6%204.25v2.1q-1.775.6-2.887%202.15T2%2012t1.113%203.5T6%2017.65zm8%20.25q-3.325%200-5.663-2.337T6%2012t2.338-5.663T14%204q1.65%200%203.1.625t2.55%201.725l-1.4%201.4q-.825-.825-1.912-1.287T14%206q-2.5%200-4.25%201.75T8%2012t1.75%204.25T14%2018q1.25%200%202.338-.462t1.912-1.288l1.4%201.4q-1.1%201.1-2.55%201.725T14%2020m6-4l-1.4-1.4l1.6-1.6H13v-2h7.2l-1.6-1.6L20%208l4%204z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2019.75q-2.6-.675-4.3-2.8T0%2012t1.7-4.95T6%204.25v2.1q-1.775.6-2.887%202.15T2%2012t1.113%203.5T6%2017.65zm8%20.25q-3.325%200-5.663-2.337T6%2012t2.338-5.663T14%204q1.65%200%203.1.625t2.55%201.725l-1.4%201.4q-.825-.825-1.912-1.287T14%206q-2.5%200-4.25%201.75T8%2012t1.75%204.25T14%2018q1.25%200%202.338-.462t1.912-1.288l1.4%201.4q-1.1%201.1-2.55%201.725T14%2020m6-4l-1.4-1.4l1.6-1.6H13v-2h7.2l-1.6-1.6L20%208l4%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/send-money.svg?color=%231a73e8&size=48