money plus2 icon
money-plus2-filled from Reicon by REICON · Filled · Money · MIT Free for personal and commercial use.
- Name
- money-plus2-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 plus2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M16.433 3.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 5.571C.46 6.068.352 6.61.3 7.24C.25 7.853.25 8.614.25 9.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 .748-.799q-.015-.224-.015-.451a6.85 6.85 0 0 1 8.203-6.717a.75.75 0 0 0 .897-.735v-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-.05M11.5 8.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M4 12a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clip-rule="evenodd"/><path d="M23.75 18a.75.75 0 0 1-.75.75h-6a.75.75 0 0 1 0-1.5h6a.75.75 0 0 1 .75.75"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMoneyPlus2Filled(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 fillRule="evenodd" d="M16.433 3.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 5.571C.46 6.068.352 6.61.3 7.24C.25 7.853.25 8.614.25 9.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 .748-.799q-.015-.224-.015-.451a6.85 6.85 0 0 1 8.203-6.717a.75.75 0 0 0 .897-.735v-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-.05M11.5 8.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M4 12a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clipRule="evenodd"/><path d="M23.75 18a.75.75 0 0 1-.75.75h-6a.75.75 0 0 1 0-1.5h6a.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 fill-rule="evenodd" d="M16.433 3.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 5.571C.46 6.068.352 6.61.3 7.24C.25 7.853.25 8.614.25 9.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 .748-.799q-.015-.224-.015-.451a6.85 6.85 0 0 1 8.203-6.717a.75.75 0 0 0 .897-.735v-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-.05M11.5 8.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M4 12a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clip-rule="evenodd"/><path d="M23.75 18a.75.75 0 0 1-.75.75h-6a.75.75 0 0 1 0-1.5h6a.75.75 0 0 1 .75.75"/></g></svg> </template>
CSS
.icon-money-plus2-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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.433%203.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%205.571C.46%206.068.352%206.61.3%207.24C.25%207.853.25%208.614.25%209.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%20.748-.799q-.015-.224-.015-.451a6.85%206.85%200%200%201%208.203-6.717a.75.75%200%200%200%20.897-.735v-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-.05M11.5%208.5a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7M4%2012a1%201%200%201%201%202%200a1%201%200%200%201-2%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M23.75%2018a.75.75%200%200%201-.75.75h-6a.75.75%200%200%201%200-1.5h6a.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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.433%203.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%205.571C.46%206.068.352%206.61.3%207.24C.25%207.853.25%208.614.25%209.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%20.748-.799q-.015-.224-.015-.451a6.85%206.85%200%200%201%208.203-6.717a.75.75%200%200%200%20.897-.735v-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-.05M11.5%208.5a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7M4%2012a1%201%200%201%201%202%200a1%201%200%200%201-2%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M23.75%2018a.75.75%200%200%201-.75.75h-6a.75.75%200%200%201%200-1.5h6a.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-plus2-filled.svg?color=%231a73e8&size=48