money plus icon
money-plus from Reicon by REICON · Outline · Money · MIT Free for personal and commercial use.
- Name
- money-plus
- Set
- Reicon
- Style
- Outline
- Category
- Money
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More money icons from Reicon
Use the money plus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.433 2.25H6.567c-.952 0-1.713 0-2.327.05c-.63.052-1.172.16-1.67.413A4.25 4.25 0 0 0 .714 4.571C.46 5.068.352 5.61.3 6.24C.25 6.853.25 7.614.25 8.566v4.866c0 .952 0 1.713.05 2.327c.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.858 1.857c.497.253 1.04.361 1.67.413c.613.05 1.374.05 2.326.05h6.35a.75.75 0 0 0 0-1.5H6.6c-.992 0-1.692 0-2.238-.045c-.537-.044-.86-.127-1.11-.255A2.75 2.75 0 0 1 2.05 16.75c-.128-.252-.21-.574-.255-1.111c-.044-.546-.045-1.245-.045-2.238V8.6c0-.992 0-1.692.045-2.238c.044-.537.127-.86.255-1.11A2.75 2.75 0 0 1 3.252 4.05c.25-.128.573-.21 1.11-.255c.546-.044 1.246-.045 2.238-.045h9.8c.992 0 1.692 0 2.238.045c.537.044.86.127 1.11.255a2.75 2.75 0 0 1 1.202 1.202c.128.25.21.573.255 1.11c.044.546.045 1.246.045 2.238v2.448a.75.75 0 0 0 1.5 0v-2.48c0-.953 0-1.714-.05-2.328c-.052-.63-.16-1.172-.413-1.67a4.25 4.25 0 0 0-1.857-1.857c-.498-.253-1.04-.361-1.67-.413c-.614-.05-1.375-.05-2.327-.05"/><path fill-rule="evenodd" d="M11.51 14.75h-.01A3.75 3.75 0 1 1 15.25 11c0 1.98-1.656 3.75-3.74 3.75M9.25 11a2.25 2.25 0 0 1 4.5 0c0 1.181-1.015 2.25-2.24 2.25h-.01A2.25 2.25 0 0 1 9.25 11" clip-rule="evenodd"/><path d="M5 10a1 1 0 1 0 0 2a1 1 0 0 0 0-2m18.75 8a.75.75 0 0 1-.75.75h-2.25V21a.75.75 0 0 1-1.5 0v-2.25H17a.75.75 0 0 1 0-1.5h2.25V15a.75.75 0 0 1 1.5 0v2.25H23a.75.75 0 0 1 .75.75"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMoneyPlus(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="M16.433 2.25H6.567c-.952 0-1.713 0-2.327.05c-.63.052-1.172.16-1.67.413A4.25 4.25 0 0 0 .714 4.571C.46 5.068.352 5.61.3 6.24C.25 6.853.25 7.614.25 8.566v4.866c0 .952 0 1.713.05 2.327c.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.858 1.857c.497.253 1.04.361 1.67.413c.613.05 1.374.05 2.326.05h6.35a.75.75 0 0 0 0-1.5H6.6c-.992 0-1.692 0-2.238-.045c-.537-.044-.86-.127-1.11-.255A2.75 2.75 0 0 1 2.05 16.75c-.128-.252-.21-.574-.255-1.111c-.044-.546-.045-1.245-.045-2.238V8.6c0-.992 0-1.692.045-2.238c.044-.537.127-.86.255-1.11A2.75 2.75 0 0 1 3.252 4.05c.25-.128.573-.21 1.11-.255c.546-.044 1.246-.045 2.238-.045h9.8c.992 0 1.692 0 2.238.045c.537.044.86.127 1.11.255a2.75 2.75 0 0 1 1.202 1.202c.128.25.21.573.255 1.11c.044.546.045 1.246.045 2.238v2.448a.75.75 0 0 0 1.5 0v-2.48c0-.953 0-1.714-.05-2.328c-.052-.63-.16-1.172-.413-1.67a4.25 4.25 0 0 0-1.857-1.857c-.498-.253-1.04-.361-1.67-.413c-.614-.05-1.375-.05-2.327-.05"/><path fillRule="evenodd" d="M11.51 14.75h-.01A3.75 3.75 0 1 1 15.25 11c0 1.98-1.656 3.75-3.74 3.75M9.25 11a2.25 2.25 0 0 1 4.5 0c0 1.181-1.015 2.25-2.24 2.25h-.01A2.25 2.25 0 0 1 9.25 11" clipRule="evenodd"/><path d="M5 10a1 1 0 1 0 0 2a1 1 0 0 0 0-2m18.75 8a.75.75 0 0 1-.75.75h-2.25V21a.75.75 0 0 1-1.5 0v-2.25H17a.75.75 0 0 1 0-1.5h2.25V15a.75.75 0 0 1 1.5 0v2.25H23a.75.75 0 0 1 .75.75"/></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="M16.433 2.25H6.567c-.952 0-1.713 0-2.327.05c-.63.052-1.172.16-1.67.413A4.25 4.25 0 0 0 .714 4.571C.46 5.068.352 5.61.3 6.24C.25 6.853.25 7.614.25 8.566v4.866c0 .952 0 1.713.05 2.327c.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.858 1.857c.497.253 1.04.361 1.67.413c.613.05 1.374.05 2.326.05h6.35a.75.75 0 0 0 0-1.5H6.6c-.992 0-1.692 0-2.238-.045c-.537-.044-.86-.127-1.11-.255A2.75 2.75 0 0 1 2.05 16.75c-.128-.252-.21-.574-.255-1.111c-.044-.546-.045-1.245-.045-2.238V8.6c0-.992 0-1.692.045-2.238c.044-.537.127-.86.255-1.11A2.75 2.75 0 0 1 3.252 4.05c.25-.128.573-.21 1.11-.255c.546-.044 1.246-.045 2.238-.045h9.8c.992 0 1.692 0 2.238.045c.537.044.86.127 1.11.255a2.75 2.75 0 0 1 1.202 1.202c.128.25.21.573.255 1.11c.044.546.045 1.246.045 2.238v2.448a.75.75 0 0 0 1.5 0v-2.48c0-.953 0-1.714-.05-2.328c-.052-.63-.16-1.172-.413-1.67a4.25 4.25 0 0 0-1.857-1.857c-.498-.253-1.04-.361-1.67-.413c-.614-.05-1.375-.05-2.327-.05"/><path fill-rule="evenodd" d="M11.51 14.75h-.01A3.75 3.75 0 1 1 15.25 11c0 1.98-1.656 3.75-3.74 3.75M9.25 11a2.25 2.25 0 0 1 4.5 0c0 1.181-1.015 2.25-2.24 2.25h-.01A2.25 2.25 0 0 1 9.25 11" clip-rule="evenodd"/><path d="M5 10a1 1 0 1 0 0 2a1 1 0 0 0 0-2m18.75 8a.75.75 0 0 1-.75.75h-2.25V21a.75.75 0 0 1-1.5 0v-2.25H17a.75.75 0 0 1 0-1.5h2.25V15a.75.75 0 0 1 1.5 0v2.25H23a.75.75 0 0 1 .75.75"/></g></svg> </template>
CSS
.icon-money-plus {
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%22M16.433%202.25H6.567c-.952%200-1.713%200-2.327.05c-.63.052-1.172.16-1.67.413A4.25%204.25%200%200%200%20.714%204.571C.46%205.068.352%205.61.3%206.24C.25%206.853.25%207.614.25%208.566v4.866c0%20.952%200%201.713.05%202.327c.052.63.16%201.172.413%201.67a4.25%204.25%200%200%200%201.858%201.857c.497.253%201.04.361%201.67.413c.613.05%201.374.05%202.326.05h6.35a.75.75%200%200%200%200-1.5H6.6c-.992%200-1.692%200-2.238-.045c-.537-.044-.86-.127-1.11-.255A2.75%202.75%200%200%201%202.05%2016.75c-.128-.252-.21-.574-.255-1.111c-.044-.546-.045-1.245-.045-2.238V8.6c0-.992%200-1.692.045-2.238c.044-.537.127-.86.255-1.11A2.75%202.75%200%200%201%203.252%204.05c.25-.128.573-.21%201.11-.255c.546-.044%201.246-.045%202.238-.045h9.8c.992%200%201.692%200%202.238.045c.537.044.86.127%201.11.255a2.75%202.75%200%200%201%201.202%201.202c.128.25.21.573.255%201.11c.044.546.045%201.246.045%202.238v2.448a.75.75%200%200%200%201.5%200v-2.48c0-.953%200-1.714-.05-2.328c-.052-.63-.16-1.172-.413-1.67a4.25%204.25%200%200%200-1.857-1.857c-.498-.253-1.04-.361-1.67-.413c-.614-.05-1.375-.05-2.327-.05%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.51%2014.75h-.01A3.75%203.75%200%201%201%2015.25%2011c0%201.98-1.656%203.75-3.74%203.75M9.25%2011a2.25%202.25%200%200%201%204.5%200c0%201.181-1.015%202.25-2.24%202.25h-.01A2.25%202.25%200%200%201%209.25%2011%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5%2010a1%201%200%201%200%200%202a1%201%200%200%200%200-2m18.75%208a.75.75%200%200%201-.75.75h-2.25V21a.75.75%200%200%201-1.5%200v-2.25H17a.75.75%200%200%201%200-1.5h2.25V15a.75.75%200%200%201%201.5%200v2.25H23a.75.75%200%200%201%20.75.75%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%22M16.433%202.25H6.567c-.952%200-1.713%200-2.327.05c-.63.052-1.172.16-1.67.413A4.25%204.25%200%200%200%20.714%204.571C.46%205.068.352%205.61.3%206.24C.25%206.853.25%207.614.25%208.566v4.866c0%20.952%200%201.713.05%202.327c.052.63.16%201.172.413%201.67a4.25%204.25%200%200%200%201.858%201.857c.497.253%201.04.361%201.67.413c.613.05%201.374.05%202.326.05h6.35a.75.75%200%200%200%200-1.5H6.6c-.992%200-1.692%200-2.238-.045c-.537-.044-.86-.127-1.11-.255A2.75%202.75%200%200%201%202.05%2016.75c-.128-.252-.21-.574-.255-1.111c-.044-.546-.045-1.245-.045-2.238V8.6c0-.992%200-1.692.045-2.238c.044-.537.127-.86.255-1.11A2.75%202.75%200%200%201%203.252%204.05c.25-.128.573-.21%201.11-.255c.546-.044%201.246-.045%202.238-.045h9.8c.992%200%201.692%200%202.238.045c.537.044.86.127%201.11.255a2.75%202.75%200%200%201%201.202%201.202c.128.25.21.573.255%201.11c.044.546.045%201.246.045%202.238v2.448a.75.75%200%200%200%201.5%200v-2.48c0-.953%200-1.714-.05-2.328c-.052-.63-.16-1.172-.413-1.67a4.25%204.25%200%200%200-1.857-1.857c-.498-.253-1.04-.361-1.67-.413c-.614-.05-1.375-.05-2.327-.05%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.51%2014.75h-.01A3.75%203.75%200%201%201%2015.25%2011c0%201.98-1.656%203.75-3.74%203.75M9.25%2011a2.25%202.25%200%200%201%204.5%200c0%201.181-1.015%202.25-2.24%202.25h-.01A2.25%202.25%200%200%201%209.25%2011%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5%2010a1%201%200%201%200%200%202a1%201%200%200%200%200-2m18.75%208a.75.75%200%200%201-.75.75h-2.25V21a.75.75%200%200%201-1.5%200v-2.25H17a.75.75%200%200%201%200-1.5h2.25V15a.75.75%200%200%201%201.5%200v2.25H23a.75.75%200%200%201%20.75.75%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-plus.svg?color=%231a73e8&size=48