money receive icon
money-receive-filled from Reicon by REICON · Filled · Money · MIT Free for personal and commercial use.
- Name
- money-receive-filled
- Set
- Reicon
- Style
- Filled
- Category
- Money
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More money icons from Reicon
Use the money receive icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g fill="currentColor" clip-path="url(#SVGBgS7qSkY43)"><path d="M12.75 1a.75.75 0 0 0-1.5 0v6.19L9.53 5.47a.75.75 0 1 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 0 0-1.06-1.06l-1.72 1.72z"/><path fill-rule="evenodd" d="M6.764 7.25a.75.75 0 0 1 .559.25l.086.09l3 3a2.25 2.25 0 0 0 3.182 0l3-3q.045-.045.086-.09a.75.75 0 0 1 .56-.25c.861 0 1.56.006 2.134.06c.583.055 1.09.164 1.559.403a4.25 4.25 0 0 1 1.857 1.857c.253.498.361 1.04.413 1.67c.05.614.05 1.375.05 2.327v3.866c0 .952 0 1.712-.05 2.327c-.052.63-.16 1.172-.413 1.67a4.25 4.25 0 0 1-1.857 1.857c-.498.253-1.04.361-1.67.413c-.614.05-1.375.05-2.327.05H7.067c-.952 0-1.713 0-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.858C.96 20.932.852 20.39.8 19.76c-.05-.614-.05-1.374-.05-2.326v-3.866c0-.952 0-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857c.468-.239.975-.348 1.558-.403c.574-.054 1.273-.06 2.135-.06M12 12a3.5 3.5 0 1 0 3.5 3.5c0-1.842-1.57-3.5-3.5-3.5m-7.5 3.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0m13 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clip-rule="evenodd"/></g><defs><clipPath id="SVGBgS7qSkY43"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMoneyReceiveFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g fill="currentColor" clipPath="url(#SVGBgS7qSkY43)"><path d="M12.75 1a.75.75 0 0 0-1.5 0v6.19L9.53 5.47a.75.75 0 1 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 0 0-1.06-1.06l-1.72 1.72z"/><path fillRule="evenodd" d="M6.764 7.25a.75.75 0 0 1 .559.25l.086.09l3 3a2.25 2.25 0 0 0 3.182 0l3-3q.045-.045.086-.09a.75.75 0 0 1 .56-.25c.861 0 1.56.006 2.134.06c.583.055 1.09.164 1.559.403a4.25 4.25 0 0 1 1.857 1.857c.253.498.361 1.04.413 1.67c.05.614.05 1.375.05 2.327v3.866c0 .952 0 1.712-.05 2.327c-.052.63-.16 1.172-.413 1.67a4.25 4.25 0 0 1-1.857 1.857c-.498.253-1.04.361-1.67.413c-.614.05-1.375.05-2.327.05H7.067c-.952 0-1.713 0-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.858C.96 20.932.852 20.39.8 19.76c-.05-.614-.05-1.374-.05-2.326v-3.866c0-.952 0-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857c.468-.239.975-.348 1.558-.403c.574-.054 1.273-.06 2.135-.06M12 12a3.5 3.5 0 1 0 3.5 3.5c0-1.842-1.57-3.5-3.5-3.5m-7.5 3.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0m13 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clipRule="evenodd"/></g><defs><clipPath id="SVGBgS7qSkY43"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g fill="currentColor" clip-path="url(#SVGBgS7qSkY43)"><path d="M12.75 1a.75.75 0 0 0-1.5 0v6.19L9.53 5.47a.75.75 0 1 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 0 0-1.06-1.06l-1.72 1.72z"/><path fill-rule="evenodd" d="M6.764 7.25a.75.75 0 0 1 .559.25l.086.09l3 3a2.25 2.25 0 0 0 3.182 0l3-3q.045-.045.086-.09a.75.75 0 0 1 .56-.25c.861 0 1.56.006 2.134.06c.583.055 1.09.164 1.559.403a4.25 4.25 0 0 1 1.857 1.857c.253.498.361 1.04.413 1.67c.05.614.05 1.375.05 2.327v3.866c0 .952 0 1.712-.05 2.327c-.052.63-.16 1.172-.413 1.67a4.25 4.25 0 0 1-1.857 1.857c-.498.253-1.04.361-1.67.413c-.614.05-1.375.05-2.327.05H7.067c-.952 0-1.713 0-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.858C.96 20.932.852 20.39.8 19.76c-.05-.614-.05-1.374-.05-2.326v-3.866c0-.952 0-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857c.468-.239.975-.348 1.558-.403c.574-.054 1.273-.06 2.135-.06M12 12a3.5 3.5 0 1 0 3.5 3.5c0-1.842-1.57-3.5-3.5-3.5m-7.5 3.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0m13 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clip-rule="evenodd"/></g><defs><clipPath id="SVGBgS7qSkY43"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-money-receive-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%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23SVGBgS7qSkY43)%22%3E%3Cpath%20d%3D%22M12.75%201a.75.75%200%200%200-1.5%200v6.19L9.53%205.47a.75.75%200%201%200-1.06%201.06l3%203a.75.75%200%200%200%201.06%200l3-3a.75.75%200%200%200-1.06-1.06l-1.72%201.72z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.764%207.25a.75.75%200%200%201%20.559.25l.086.09l3%203a2.25%202.25%200%200%200%203.182%200l3-3q.045-.045.086-.09a.75.75%200%200%201%20.56-.25c.861%200%201.56.006%202.134.06c.583.055%201.09.164%201.559.403a4.25%204.25%200%200%201%201.857%201.857c.253.498.361%201.04.413%201.67c.05.614.05%201.375.05%202.327v3.866c0%20.952%200%201.712-.05%202.327c-.052.63-.16%201.172-.413%201.67a4.25%204.25%200%200%201-1.857%201.857c-.498.253-1.04.361-1.67.413c-.614.05-1.375.05-2.327.05H7.067c-.952%200-1.713%200-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25%204.25%200%200%201-1.857-1.858C.96%2020.932.852%2020.39.8%2019.76c-.05-.614-.05-1.374-.05-2.326v-3.866c0-.952%200-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25%204.25%200%200%201%201.858-1.857c.468-.239.975-.348%201.558-.403c.574-.054%201.273-.06%202.135-.06M12%2012a3.5%203.5%200%201%200%203.5%203.5c0-1.842-1.57-3.5-3.5-3.5m-7.5%203.5a1%201%200%201%201%202%200a1%201%200%200%201-2%200m13%200a1%201%200%201%201%202%200a1%201%200%200%201-2%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGBgS7qSkY43%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23SVGBgS7qSkY43)%22%3E%3Cpath%20d%3D%22M12.75%201a.75.75%200%200%200-1.5%200v6.19L9.53%205.47a.75.75%200%201%200-1.06%201.06l3%203a.75.75%200%200%200%201.06%200l3-3a.75.75%200%200%200-1.06-1.06l-1.72%201.72z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.764%207.25a.75.75%200%200%201%20.559.25l.086.09l3%203a2.25%202.25%200%200%200%203.182%200l3-3q.045-.045.086-.09a.75.75%200%200%201%20.56-.25c.861%200%201.56.006%202.134.06c.583.055%201.09.164%201.559.403a4.25%204.25%200%200%201%201.857%201.857c.253.498.361%201.04.413%201.67c.05.614.05%201.375.05%202.327v3.866c0%20.952%200%201.712-.05%202.327c-.052.63-.16%201.172-.413%201.67a4.25%204.25%200%200%201-1.857%201.857c-.498.253-1.04.361-1.67.413c-.614.05-1.375.05-2.327.05H7.067c-.952%200-1.713%200-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25%204.25%200%200%201-1.857-1.858C.96%2020.932.852%2020.39.8%2019.76c-.05-.614-.05-1.374-.05-2.326v-3.866c0-.952%200-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25%204.25%200%200%201%201.858-1.857c.468-.239.975-.348%201.558-.403c.574-.054%201.273-.06%202.135-.06M12%2012a3.5%203.5%200%201%200%203.5%203.5c0-1.842-1.57-3.5-3.5-3.5m-7.5%203.5a1%201%200%201%201%202%200a1%201%200%200%201-2%200m13%200a1%201%200%201%201%202%200a1%201%200%200%201-2%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGBgS7qSkY43%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/money-receive-filled.svg?color=%231a73e8&size=48