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

Name
send-money
Set
Material Symbols Light
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 Light

The same icon in other sets

More business icons from Material Symbols Light

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.039 18.712q-2.581-.79-3.791-2.762T1.038 12t1.21-3.95t3.79-2.761V6.35q-1.774.6-2.887 2.15T2.039 12t1.112 3.5t2.888 2.15zm8 .288q-2.922 0-4.961-2.04T7.038 12t2.04-4.96T14.038 5q1.362 0 2.59.49q1.23.49 2.195 1.38l-.707.707q-.806-.748-1.836-1.162Q15.25 6 14.038 6q-2.5 0-4.25 1.75T8.038 12t1.75 4.25t4.25 1.75q1.212 0 2.242-.414q1.03-.415 1.835-1.163l.708.708q-.965.888-2.194 1.378Q15.4 19 14.039 19m5.615-3.692l-.708-.708l2.1-2.1h-7.892v-1h7.892l-2.1-2.1l.708-.708L22.962 12z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSendMoney(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.039 18.712q-2.581-.79-3.791-2.762T1.038 12t1.21-3.95t3.79-2.761V6.35q-1.774.6-2.887 2.15T2.039 12t1.112 3.5t2.888 2.15zm8 .288q-2.922 0-4.961-2.04T7.038 12t2.04-4.96T14.038 5q1.362 0 2.59.49q1.23.49 2.195 1.38l-.707.707q-.806-.748-1.836-1.162Q15.25 6 14.038 6q-2.5 0-4.25 1.75T8.038 12t1.75 4.25t4.25 1.75q1.212 0 2.242-.414q1.03-.415 1.835-1.163l.708.708q-.965.888-2.194 1.378Q15.4 19 14.039 19m5.615-3.692l-.708-.708l2.1-2.1h-7.892v-1h7.892l-2.1-2.1l.708-.708L22.962 12z"/></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.039 18.712q-2.581-.79-3.791-2.762T1.038 12t1.21-3.95t3.79-2.761V6.35q-1.774.6-2.887 2.15T2.039 12t1.112 3.5t2.888 2.15zm8 .288q-2.922 0-4.961-2.04T7.038 12t2.04-4.96T14.038 5q1.362 0 2.59.49q1.23.49 2.195 1.38l-.707.707q-.806-.748-1.836-1.162Q15.25 6 14.038 6q-2.5 0-4.25 1.75T8.038 12t1.75 4.25t4.25 1.75q1.212 0 2.242-.414q1.03-.415 1.835-1.163l.708.708q-.965.888-2.194 1.378Q15.4 19 14.039 19m5.615-3.692l-.708-.708l2.1-2.1h-7.892v-1h7.892l-2.1-2.1l.708-.708L22.962 12z"/></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.039%2018.712q-2.581-.79-3.791-2.762T1.038%2012t1.21-3.95t3.79-2.761V6.35q-1.774.6-2.887%202.15T2.039%2012t1.112%203.5t2.888%202.15zm8%20.288q-2.922%200-4.961-2.04T7.038%2012t2.04-4.96T14.038%205q1.362%200%202.59.49q1.23.49%202.195%201.38l-.707.707q-.806-.748-1.836-1.162Q15.25%206%2014.038%206q-2.5%200-4.25%201.75T8.038%2012t1.75%204.25t4.25%201.75q1.212%200%202.242-.414q1.03-.415%201.835-1.163l.708.708q-.965.888-2.194%201.378Q15.4%2019%2014.039%2019m5.615-3.692l-.708-.708l2.1-2.1h-7.892v-1h7.892l-2.1-2.1l.708-.708L22.962%2012z%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.039%2018.712q-2.581-.79-3.791-2.762T1.038%2012t1.21-3.95t3.79-2.761V6.35q-1.774.6-2.887%202.15T2.039%2012t1.112%203.5t2.888%202.15zm8%20.288q-2.922%200-4.961-2.04T7.038%2012t2.04-4.96T14.038%205q1.362%200%202.59.49q1.23.49%202.195%201.38l-.707.707q-.806-.748-1.836-1.162Q15.25%206%2014.038%206q-2.5%200-4.25%201.75T8.038%2012t1.75%204.25t4.25%201.75q1.212%200%202.242-.414q1.03-.415%201.835-1.163l.708.708q-.965.888-2.194%201.378Q15.4%2019%2014.039%2019m5.615-3.692l-.708-.708l2.1-2.1h-7.892v-1h7.892l-2.1-2.1l.708-.708L22.962%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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