wallet plus icon
wallet-plus-filled from Reicon by REICON · Filled · Money · MIT Free for personal and commercial use.
- Name
- wallet-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 wallet plus 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" fill-rule="evenodd" clip-path="url(#SVGBgS7qSkY232)" clip-rule="evenodd"><path d="M2.25 9.993v-.165c0-1.283 0-2.134.29-2.879a4.25 4.25 0 0 1 1.205-1.696c.61-.518 1.413-.797 2.625-1.217L15.569.84c.598-.207 1.095-.38 1.504-.482c.42-.104.84-.161 1.265-.059a2.5 2.5 0 0 1 1.515 1.078c.236.367.32.784.36 1.214c.037.42.037.946.037 1.58v.623c.539.045 1.013.14 1.453.364a3.75 3.75 0 0 1 1.638 1.639c.227.444.321.924.366 1.47c.043.531.043 1.187.043 2v5.964c0 .813 0 1.469-.043 2c-.045.546-.14 1.026-.366 1.47a3.75 3.75 0 0 1-1.639 1.64c-.444.226-.924.32-1.47.365c-.531.043-1.187.043-2 .043H13.42a.75.75 0 0 1-.696-1.031a7.25 7.25 0 0 0-9.442-9.442a.75.75 0 0 1-1.031-.695zM16.028 2.27c.64-.222 1.072-.372 1.408-.455c.331-.083.473-.075.55-.057a1 1 0 0 1 .605.431c.042.066.097.197.127.538c.031.344.032.802.032 1.48v.543H8.886zM19 12.25a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path d="M.25 18a5.75 5.75 0 1 1 11.5 0a5.75 5.75 0 0 1-11.5 0M6 20.625A.625.625 0 0 1 5.375 20v-1.375H4a.625.625 0 1 1 0-1.25h1.375V16a.625.625 0 1 1 1.25 0v1.375H8a.625.625 0 1 1 0 1.25H6.625V20c0 .345-.28.625-.625.625"/></g><defs><clipPath id="SVGBgS7qSkY232"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function ReiconWalletPlusFilled(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" fillRule="evenodd" clipPath="url(#SVGBgS7qSkY232)" clipRule="evenodd"><path d="M2.25 9.993v-.165c0-1.283 0-2.134.29-2.879a4.25 4.25 0 0 1 1.205-1.696c.61-.518 1.413-.797 2.625-1.217L15.569.84c.598-.207 1.095-.38 1.504-.482c.42-.104.84-.161 1.265-.059a2.5 2.5 0 0 1 1.515 1.078c.236.367.32.784.36 1.214c.037.42.037.946.037 1.58v.623c.539.045 1.013.14 1.453.364a3.75 3.75 0 0 1 1.638 1.639c.227.444.321.924.366 1.47c.043.531.043 1.187.043 2v5.964c0 .813 0 1.469-.043 2c-.045.546-.14 1.026-.366 1.47a3.75 3.75 0 0 1-1.639 1.64c-.444.226-.924.32-1.47.365c-.531.043-1.187.043-2 .043H13.42a.75.75 0 0 1-.696-1.031a7.25 7.25 0 0 0-9.442-9.442a.75.75 0 0 1-1.031-.695zM16.028 2.27c.64-.222 1.072-.372 1.408-.455c.331-.083.473-.075.55-.057a1 1 0 0 1 .605.431c.042.066.097.197.127.538c.031.344.032.802.032 1.48v.543H8.886zM19 12.25a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path d="M.25 18a5.75 5.75 0 1 1 11.5 0a5.75 5.75 0 0 1-11.5 0M6 20.625A.625.625 0 0 1 5.375 20v-1.375H4a.625.625 0 1 1 0-1.25h1.375V16a.625.625 0 1 1 1.25 0v1.375H8a.625.625 0 1 1 0 1.25H6.625V20c0 .345-.28.625-.625.625"/></g><defs><clipPath id="SVGBgS7qSkY232"><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" fill-rule="evenodd" clip-path="url(#SVGBgS7qSkY232)" clip-rule="evenodd"><path d="M2.25 9.993v-.165c0-1.283 0-2.134.29-2.879a4.25 4.25 0 0 1 1.205-1.696c.61-.518 1.413-.797 2.625-1.217L15.569.84c.598-.207 1.095-.38 1.504-.482c.42-.104.84-.161 1.265-.059a2.5 2.5 0 0 1 1.515 1.078c.236.367.32.784.36 1.214c.037.42.037.946.037 1.58v.623c.539.045 1.013.14 1.453.364a3.75 3.75 0 0 1 1.638 1.639c.227.444.321.924.366 1.47c.043.531.043 1.187.043 2v5.964c0 .813 0 1.469-.043 2c-.045.546-.14 1.026-.366 1.47a3.75 3.75 0 0 1-1.639 1.64c-.444.226-.924.32-1.47.365c-.531.043-1.187.043-2 .043H13.42a.75.75 0 0 1-.696-1.031a7.25 7.25 0 0 0-9.442-9.442a.75.75 0 0 1-1.031-.695zM16.028 2.27c.64-.222 1.072-.372 1.408-.455c.331-.083.473-.075.55-.057a1 1 0 0 1 .605.431c.042.066.097.197.127.538c.031.344.032.802.032 1.48v.543H8.886zM19 12.25a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path d="M.25 18a5.75 5.75 0 1 1 11.5 0a5.75 5.75 0 0 1-11.5 0M6 20.625A.625.625 0 0 1 5.375 20v-1.375H4a.625.625 0 1 1 0-1.25h1.375V16a.625.625 0 1 1 1.25 0v1.375H8a.625.625 0 1 1 0 1.25H6.625V20c0 .345-.28.625-.625.625"/></g><defs><clipPath id="SVGBgS7qSkY232"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-wallet-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%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23SVGBgS7qSkY232)%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M2.25%209.993v-.165c0-1.283%200-2.134.29-2.879a4.25%204.25%200%200%201%201.205-1.696c.61-.518%201.413-.797%202.625-1.217L15.569.84c.598-.207%201.095-.38%201.504-.482c.42-.104.84-.161%201.265-.059a2.5%202.5%200%200%201%201.515%201.078c.236.367.32.784.36%201.214c.037.42.037.946.037%201.58v.623c.539.045%201.013.14%201.453.364a3.75%203.75%200%200%201%201.638%201.639c.227.444.321.924.366%201.47c.043.531.043%201.187.043%202v5.964c0%20.813%200%201.469-.043%202c-.045.546-.14%201.026-.366%201.47a3.75%203.75%200%200%201-1.639%201.64c-.444.226-.924.32-1.47.365c-.531.043-1.187.043-2%20.043H13.42a.75.75%200%200%201-.696-1.031a7.25%207.25%200%200%200-9.442-9.442a.75.75%200%200%201-1.031-.695zM16.028%202.27c.64-.222%201.072-.372%201.408-.455c.331-.083.473-.075.55-.057a1%201%200%200%201%20.605.431c.042.066.097.197.127.538c.031.344.032.802.032%201.48v.543H8.886zM19%2012.25a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20d%3D%22M.25%2018a5.75%205.75%200%201%201%2011.5%200a5.75%205.75%200%200%201-11.5%200M6%2020.625A.625.625%200%200%201%205.375%2020v-1.375H4a.625.625%200%201%201%200-1.25h1.375V16a.625.625%200%201%201%201.25%200v1.375H8a.625.625%200%201%201%200%201.25H6.625V20c0%20.345-.28.625-.625.625%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGBgS7qSkY232%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%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23SVGBgS7qSkY232)%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M2.25%209.993v-.165c0-1.283%200-2.134.29-2.879a4.25%204.25%200%200%201%201.205-1.696c.61-.518%201.413-.797%202.625-1.217L15.569.84c.598-.207%201.095-.38%201.504-.482c.42-.104.84-.161%201.265-.059a2.5%202.5%200%200%201%201.515%201.078c.236.367.32.784.36%201.214c.037.42.037.946.037%201.58v.623c.539.045%201.013.14%201.453.364a3.75%203.75%200%200%201%201.638%201.639c.227.444.321.924.366%201.47c.043.531.043%201.187.043%202v5.964c0%20.813%200%201.469-.043%202c-.045.546-.14%201.026-.366%201.47a3.75%203.75%200%200%201-1.639%201.64c-.444.226-.924.32-1.47.365c-.531.043-1.187.043-2%20.043H13.42a.75.75%200%200%201-.696-1.031a7.25%207.25%200%200%200-9.442-9.442a.75.75%200%200%201-1.031-.695zM16.028%202.27c.64-.222%201.072-.372%201.408-.455c.331-.083.473-.075.55-.057a1%201%200%200%201%20.605.431c.042.066.097.197.127.538c.031.344.032.802.032%201.48v.543H8.886zM19%2012.25a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20d%3D%22M.25%2018a5.75%205.75%200%201%201%2011.5%200a5.75%205.75%200%200%201-11.5%200M6%2020.625A.625.625%200%200%201%205.375%2020v-1.375H4a.625.625%200%201%201%200-1.25h1.375V16a.625.625%200%201%201%201.25%200v1.375H8a.625.625%200%201%201%200%201.25H6.625V20c0%20.345-.28.625-.625.625%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGBgS7qSkY232%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/wallet-plus-filled.svg?color=%231a73e8&size=48