money plus icon
money-plus-filled from Reicon by REICON · Filled · Money · MIT Free for personal and commercial use.
- Name
- money-plus-filled
- Set
- Reicon
- Style
- Filled
- 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 fill-rule="evenodd" d="M6.567 2.25h9.866c.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.253.497.361 1.04.413 1.67c.05.613.05 1.374.05 2.326v2.481a.75.75 0 0 1-.897.735a6.85 6.85 0 0 0-8.188 7.168a.75.75 0 0 1-.749.799H6.567c-.952 0-1.713 0-2.327-.05c-.63-.052-1.172-.16-1.67-.413A4.25 4.25 0 0 1 .714 17.43C.46 16.932.352 16.39.3 15.76c-.05-.614-.05-1.375-.05-2.327V8.567c0-.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.497-.253 1.04-.361 1.67-.413c.613-.05 1.374-.05 2.326-.05M11.5 7.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M4 11a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clip-rule="evenodd"/><path d="M23 18.75a.75.75 0 0 0 0-1.5h-2.25V15a.75.75 0 0 0-1.5 0v2.25H17a.75.75 0 0 0 0 1.5h2.25V21a.75.75 0 0 0 1.5 0v-2.25z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMoneyPlusFilled(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="M6.567 2.25h9.866c.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.253.497.361 1.04.413 1.67c.05.613.05 1.374.05 2.326v2.481a.75.75 0 0 1-.897.735a6.85 6.85 0 0 0-8.188 7.168a.75.75 0 0 1-.749.799H6.567c-.952 0-1.713 0-2.327-.05c-.63-.052-1.172-.16-1.67-.413A4.25 4.25 0 0 1 .714 17.43C.46 16.932.352 16.39.3 15.76c-.05-.614-.05-1.375-.05-2.327V8.567c0-.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.497-.253 1.04-.361 1.67-.413c.613-.05 1.374-.05 2.326-.05M11.5 7.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M4 11a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clipRule="evenodd"/><path d="M23 18.75a.75.75 0 0 0 0-1.5h-2.25V15a.75.75 0 0 0-1.5 0v2.25H17a.75.75 0 0 0 0 1.5h2.25V21a.75.75 0 0 0 1.5 0v-2.25z"/></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="M6.567 2.25h9.866c.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.253.497.361 1.04.413 1.67c.05.613.05 1.374.05 2.326v2.481a.75.75 0 0 1-.897.735a6.85 6.85 0 0 0-8.188 7.168a.75.75 0 0 1-.749.799H6.567c-.952 0-1.713 0-2.327-.05c-.63-.052-1.172-.16-1.67-.413A4.25 4.25 0 0 1 .714 17.43C.46 16.932.352 16.39.3 15.76c-.05-.614-.05-1.375-.05-2.327V8.567c0-.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.497-.253 1.04-.361 1.67-.413c.613-.05 1.374-.05 2.326-.05M11.5 7.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M4 11a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clip-rule="evenodd"/><path d="M23 18.75a.75.75 0 0 0 0-1.5h-2.25V15a.75.75 0 0 0-1.5 0v2.25H17a.75.75 0 0 0 0 1.5h2.25V21a.75.75 0 0 0 1.5 0v-2.25z"/></g></svg> </template>
CSS
.icon-money-plus-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%22M6.567%202.25h9.866c.952%200%201.713%200%202.327.05c.63.052%201.172.16%201.67.413a4.25%204.25%200%200%201%201.857%201.858c.253.497.361%201.04.413%201.67c.05.613.05%201.374.05%202.326v2.481a.75.75%200%200%201-.897.735a6.85%206.85%200%200%200-8.188%207.168a.75.75%200%200%201-.749.799H6.567c-.952%200-1.713%200-2.327-.05c-.63-.052-1.172-.16-1.67-.413A4.25%204.25%200%200%201%20.714%2017.43C.46%2016.932.352%2016.39.3%2015.76c-.05-.614-.05-1.375-.05-2.327V8.567c0-.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.497-.253%201.04-.361%201.67-.413c.613-.05%201.374-.05%202.326-.05M11.5%207.5a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7M4%2011a1%201%200%201%201%202%200a1%201%200%200%201-2%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M23%2018.75a.75.75%200%200%200%200-1.5h-2.25V15a.75.75%200%200%200-1.5%200v2.25H17a.75.75%200%200%200%200%201.5h2.25V21a.75.75%200%200%200%201.5%200v-2.25z%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%22M6.567%202.25h9.866c.952%200%201.713%200%202.327.05c.63.052%201.172.16%201.67.413a4.25%204.25%200%200%201%201.857%201.858c.253.497.361%201.04.413%201.67c.05.613.05%201.374.05%202.326v2.481a.75.75%200%200%201-.897.735a6.85%206.85%200%200%200-8.188%207.168a.75.75%200%200%201-.749.799H6.567c-.952%200-1.713%200-2.327-.05c-.63-.052-1.172-.16-1.67-.413A4.25%204.25%200%200%201%20.714%2017.43C.46%2016.932.352%2016.39.3%2015.76c-.05-.614-.05-1.375-.05-2.327V8.567c0-.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.497-.253%201.04-.361%201.67-.413c.613-.05%201.374-.05%202.326-.05M11.5%207.5a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7M4%2011a1%201%200%201%201%202%200a1%201%200%200%201-2%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M23%2018.75a.75.75%200%200%200%200-1.5h-2.25V15a.75.75%200%200%200-1.5%200v2.25H17a.75.75%200%200%200%200%201.5h2.25V21a.75.75%200%200%200%201.5%200v-2.25z%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-filled.svg?color=%231a73e8&size=48