money add icon

money-add-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
money-add-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the money add icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 4H7C4 4 2 5.5 2 9v3.56c0 .37.38.6.71.45c.98-.45 2.11-.62 3.3-.41c2.63.47 4.56 2.91 4.49 5.58q-.015.63-.18 1.23c-.08.31.17.6.49.6H17c3 0 5-1.5 5-5V9c0-3.5-2-5-5-5m-5 10.5a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5m7.25-.5c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-4c0-.41.34-.75.75-.75s.75.34.75.75z"/><path d="M5 14c-2.21 0-4 1.79-4 4c0 .75.21 1.46.58 2.06A3.97 3.97 0 0 0 5 22c1.46 0 2.73-.78 3.42-1.94c.37-.6.58-1.31.58-2.06c0-2.21-1.79-4-4-4m1.49 4.73h-.74v.78c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.78h-.74c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.74v-.71c0-.41.34-.75.75-.75s.75.34.75.75v.71h.74a.749.749 0 1 1 0 1.5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMoneyAddFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 4H7C4 4 2 5.5 2 9v3.56c0 .37.38.6.71.45c.98-.45 2.11-.62 3.3-.41c2.63.47 4.56 2.91 4.49 5.58q-.015.63-.18 1.23c-.08.31.17.6.49.6H17c3 0 5-1.5 5-5V9c0-3.5-2-5-5-5m-5 10.5a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5m7.25-.5c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-4c0-.41.34-.75.75-.75s.75.34.75.75z"/><path d="M5 14c-2.21 0-4 1.79-4 4c0 .75.21 1.46.58 2.06A3.97 3.97 0 0 0 5 22c1.46 0 2.73-.78 3.42-1.94c.37-.6.58-1.31.58-2.06c0-2.21-1.79-4-4-4m1.49 4.73h-.74v.78c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.78h-.74c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.74v-.71c0-.41.34-.75.75-.75s.75.34.75.75v.71h.74a.749.749 0 1 1 0 1.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 4H7C4 4 2 5.5 2 9v3.56c0 .37.38.6.71.45c.98-.45 2.11-.62 3.3-.41c2.63.47 4.56 2.91 4.49 5.58q-.015.63-.18 1.23c-.08.31.17.6.49.6H17c3 0 5-1.5 5-5V9c0-3.5-2-5-5-5m-5 10.5a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5m7.25-.5c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-4c0-.41.34-.75.75-.75s.75.34.75.75z"/><path d="M5 14c-2.21 0-4 1.79-4 4c0 .75.21 1.46.58 2.06A3.97 3.97 0 0 0 5 22c1.46 0 2.73-.78 3.42-1.94c.37-.6.58-1.31.58-2.06c0-2.21-1.79-4-4-4m1.49 4.73h-.74v.78c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.78h-.74c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.74v-.71c0-.41.34-.75.75-.75s.75.34.75.75v.71h.74a.749.749 0 1 1 0 1.5"/></g></svg>
</template>

CSS

.icon-money-add-filled {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17%204H7C4%204%202%205.5%202%209v3.56c0%20.37.38.6.71.45c.98-.45%202.11-.62%203.3-.41c2.63.47%204.56%202.91%204.49%205.58q-.015.63-.18%201.23c-.08.31.17.6.49.6H17c3%200%205-1.5%205-5V9c0-3.5-2-5-5-5m-5%2010.5a2.5%202.5%200%200%201%200-5a2.5%202.5%200%200%201%200%205m7.25-.5c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-4c0-.41.34-.75.75-.75s.75.34.75.75z%22%2F%3E%3Cpath%20d%3D%22M5%2014c-2.21%200-4%201.79-4%204c0%20.75.21%201.46.58%202.06A3.97%203.97%200%200%200%205%2022c1.46%200%202.73-.78%203.42-1.94c.37-.6.58-1.31.58-2.06c0-2.21-1.79-4-4-4m1.49%204.73h-.74v.78c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-.78h-.74c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h.74v-.71c0-.41.34-.75.75-.75s.75.34.75.75v.71h.74a.749.749%200%201%201%200%201.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17%204H7C4%204%202%205.5%202%209v3.56c0%20.37.38.6.71.45c.98-.45%202.11-.62%203.3-.41c2.63.47%204.56%202.91%204.49%205.58q-.015.63-.18%201.23c-.08.31.17.6.49.6H17c3%200%205-1.5%205-5V9c0-3.5-2-5-5-5m-5%2010.5a2.5%202.5%200%200%201%200-5a2.5%202.5%200%200%201%200%205m7.25-.5c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-4c0-.41.34-.75.75-.75s.75.34.75.75z%22%2F%3E%3Cpath%20d%3D%22M5%2014c-2.21%200-4%201.79-4%204c0%20.75.21%201.46.58%202.06A3.97%203.97%200%200%200%205%2022c1.46%200%202.73-.78%203.42-1.94c.37-.6.58-1.31.58-2.06c0-2.21-1.79-4-4-4m1.49%204.73h-.74v.78c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-.78h-.74c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h.74v-.71c0-.41.34-.75.75-.75s.75.34.75.75v.71h.74a.749.749%200%201%201%200%201.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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