wallet money3 icon
wallet-money3 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- wallet-money3
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the wallet money3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M10.752 16.86v2.03c0 1.72-1.6 3.11-3.57 3.11s-3.58-1.39-3.58-3.11v-2.03c0 1.72 1.6 2.94 3.58 2.94c1.97 0 3.57-1.23 3.57-2.94"/><path d="M10.75 14.11c0 .5-.14.96-.38 1.36c-.59.97-1.8 1.58-3.2 1.58s-2.61-.62-3.2-1.58c-.24-.4-.38-.86-.38-1.36c0-.86.4-1.63 1.04-2.19c.65-.57 1.54-.91 2.53-.91s1.88.35 2.53.91c.66.55 1.06 1.33 1.06 2.19"/><path d="M10.752 14.11v2.75c0 1.72-1.6 2.94-3.57 2.94s-3.58-1.23-3.58-2.94v-2.75c0-1.72 1.6-3.11 3.58-3.11c.99 0 1.88.35 2.53.91c.64.56 1.04 1.34 1.04 2.2M22 10.97v2.06c0 .55-.44 1-1 1.02h-1.96c-1.08 0-2.07-.79-2.16-1.87c-.06-.63.18-1.22.6-1.63c.37-.38.88-.6 1.44-.6H21c.56.02 1 .47 1 1.02"/><path d="M2 10.5v-2c0-2.72 1.64-4.62 4.19-4.94q.39-.06.81-.06h9c.26 0 .51.01.75.05C19.33 3.85 21 5.76 21 8.5v1.45h-2.08c-.56 0-1.07.22-1.44.6c-.42.41-.66 1-.6 1.63c.09 1.08 1.08 1.87 2.16 1.87H21v1.45c0 3-2 5-5 5h-2.5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconWalletMoney3(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" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M10.752 16.86v2.03c0 1.72-1.6 3.11-3.57 3.11s-3.58-1.39-3.58-3.11v-2.03c0 1.72 1.6 2.94 3.58 2.94c1.97 0 3.57-1.23 3.57-2.94"/><path d="M10.75 14.11c0 .5-.14.96-.38 1.36c-.59.97-1.8 1.58-3.2 1.58s-2.61-.62-3.2-1.58c-.24-.4-.38-.86-.38-1.36c0-.86.4-1.63 1.04-2.19c.65-.57 1.54-.91 2.53-.91s1.88.35 2.53.91c.66.55 1.06 1.33 1.06 2.19"/><path d="M10.752 14.11v2.75c0 1.72-1.6 2.94-3.57 2.94s-3.58-1.23-3.58-2.94v-2.75c0-1.72 1.6-3.11 3.58-3.11c.99 0 1.88.35 2.53.91c.64.56 1.04 1.34 1.04 2.2M22 10.97v2.06c0 .55-.44 1-1 1.02h-1.96c-1.08 0-2.07-.79-2.16-1.87c-.06-.63.18-1.22.6-1.63c.37-.38.88-.6 1.44-.6H21c.56.02 1 .47 1 1.02"/><path d="M2 10.5v-2c0-2.72 1.64-4.62 4.19-4.94q.39-.06.81-.06h9c.26 0 .51.01.75.05C19.33 3.85 21 5.76 21 8.5v1.45h-2.08c-.56 0-1.07.22-1.44.6c-.42.41-.66 1-.6 1.63c.09 1.08 1.08 1.87 2.16 1.87H21v1.45c0 3-2 5-5 5h-2.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M10.752 16.86v2.03c0 1.72-1.6 3.11-3.57 3.11s-3.58-1.39-3.58-3.11v-2.03c0 1.72 1.6 2.94 3.58 2.94c1.97 0 3.57-1.23 3.57-2.94"/><path d="M10.75 14.11c0 .5-.14.96-.38 1.36c-.59.97-1.8 1.58-3.2 1.58s-2.61-.62-3.2-1.58c-.24-.4-.38-.86-.38-1.36c0-.86.4-1.63 1.04-2.19c.65-.57 1.54-.91 2.53-.91s1.88.35 2.53.91c.66.55 1.06 1.33 1.06 2.19"/><path d="M10.752 14.11v2.75c0 1.72-1.6 2.94-3.57 2.94s-3.58-1.23-3.58-2.94v-2.75c0-1.72 1.6-3.11 3.58-3.11c.99 0 1.88.35 2.53.91c.64.56 1.04 1.34 1.04 2.2M22 10.97v2.06c0 .55-.44 1-1 1.02h-1.96c-1.08 0-2.07-.79-2.16-1.87c-.06-.63.18-1.22.6-1.63c.37-.38.88-.6 1.44-.6H21c.56.02 1 .47 1 1.02"/><path d="M2 10.5v-2c0-2.72 1.64-4.62 4.19-4.94q.39-.06.81-.06h9c.26 0 .51.01.75.05C19.33 3.85 21 5.76 21 8.5v1.45h-2.08c-.56 0-1.07.22-1.44.6c-.42.41-.66 1-.6 1.63c.09 1.08 1.08 1.87 2.16 1.87H21v1.45c0 3-2 5-5 5h-2.5"/></g></svg> </template>
CSS
.icon-wallet-money3 {
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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.752%2016.86v2.03c0%201.72-1.6%203.11-3.57%203.11s-3.58-1.39-3.58-3.11v-2.03c0%201.72%201.6%202.94%203.58%202.94c1.97%200%203.57-1.23%203.57-2.94%22%2F%3E%3Cpath%20d%3D%22M10.75%2014.11c0%20.5-.14.96-.38%201.36c-.59.97-1.8%201.58-3.2%201.58s-2.61-.62-3.2-1.58c-.24-.4-.38-.86-.38-1.36c0-.86.4-1.63%201.04-2.19c.65-.57%201.54-.91%202.53-.91s1.88.35%202.53.91c.66.55%201.06%201.33%201.06%202.19%22%2F%3E%3Cpath%20d%3D%22M10.752%2014.11v2.75c0%201.72-1.6%202.94-3.57%202.94s-3.58-1.23-3.58-2.94v-2.75c0-1.72%201.6-3.11%203.58-3.11c.99%200%201.88.35%202.53.91c.64.56%201.04%201.34%201.04%202.2M22%2010.97v2.06c0%20.55-.44%201-1%201.02h-1.96c-1.08%200-2.07-.79-2.16-1.87c-.06-.63.18-1.22.6-1.63c.37-.38.88-.6%201.44-.6H21c.56.02%201%20.47%201%201.02%22%2F%3E%3Cpath%20d%3D%22M2%2010.5v-2c0-2.72%201.64-4.62%204.19-4.94q.39-.06.81-.06h9c.26%200%20.51.01.75.05C19.33%203.85%2021%205.76%2021%208.5v1.45h-2.08c-.56%200-1.07.22-1.44.6c-.42.41-.66%201-.6%201.63c.09%201.08%201.08%201.87%202.16%201.87H21v1.45c0%203-2%205-5%205h-2.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.752%2016.86v2.03c0%201.72-1.6%203.11-3.57%203.11s-3.58-1.39-3.58-3.11v-2.03c0%201.72%201.6%202.94%203.58%202.94c1.97%200%203.57-1.23%203.57-2.94%22%2F%3E%3Cpath%20d%3D%22M10.75%2014.11c0%20.5-.14.96-.38%201.36c-.59.97-1.8%201.58-3.2%201.58s-2.61-.62-3.2-1.58c-.24-.4-.38-.86-.38-1.36c0-.86.4-1.63%201.04-2.19c.65-.57%201.54-.91%202.53-.91s1.88.35%202.53.91c.66.55%201.06%201.33%201.06%202.19%22%2F%3E%3Cpath%20d%3D%22M10.752%2014.11v2.75c0%201.72-1.6%202.94-3.57%202.94s-3.58-1.23-3.58-2.94v-2.75c0-1.72%201.6-3.11%203.58-3.11c.99%200%201.88.35%202.53.91c.64.56%201.04%201.34%201.04%202.2M22%2010.97v2.06c0%20.55-.44%201-1%201.02h-1.96c-1.08%200-2.07-.79-2.16-1.87c-.06-.63.18-1.22.6-1.63c.37-.38.88-.6%201.44-.6H21c.56.02%201%20.47%201%201.02%22%2F%3E%3Cpath%20d%3D%22M2%2010.5v-2c0-2.72%201.64-4.62%204.19-4.94q.39-.06.81-.06h9c.26%200%20.51.01.75.05C19.33%203.85%2021%205.76%2021%208.5v1.45h-2.08c-.56%200-1.07.22-1.44.6c-.42.41-.66%201-.6%201.63c.09%201.08%201.08%201.87%202.16%201.87H21v1.45c0%203-2%205-5%205h-2.5%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/wallet-money3.svg?color=%231a73e8&size=48