wallet money icon
wallet-money-duotone from Reicon by REICON · Duotone · Money · MIT Free for personal and commercial use.
- Name
- wallet-money-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Money
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More money icons from Reicon
Use the wallet money icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4.892 9.614c0-.402.323-.728.722-.728H9.47c.4 0 .723.326.723.728a.726.726 0 0 1-.723.729H5.614a.726.726 0 0 1-.722-.729"/><path fill-rule="evenodd" d="M21.188 10.004q-.094-.005-.2-.004h-2.773C15.944 10 14 11.736 14 14s1.944 4 4.215 4h2.773q.106.001.2-.004c.923-.056 1.739-.757 1.808-1.737c.004-.064.004-.133.004-.197v-4.124c0-.064 0-.133-.004-.197c-.069-.98-.885-1.68-1.808-1.737m-3.217 5.063c.584 0 1.058-.478 1.058-1.067c0-.59-.474-1.067-1.058-1.067s-1.06.478-1.06 1.067c0 .59.475 1.067 1.06 1.067" clip-rule="evenodd"/><path d="M21.14 10.002c0-1.181-.044-2.448-.798-3.355a4 4 0 0 0-.233-.256c-.749-.748-1.698-1.08-2.87-1.238C16.099 5 14.644 5 12.806 5h-2.112C8.856 5 7.4 5 6.26 5.153c-1.172.158-2.121.49-2.87 1.238c-.748.749-1.08 1.698-1.238 2.87C2 10.401 2 11.856 2 13.694v.112c0 1.838 0 3.294.153 4.433c.158 1.172.49 2.121 1.238 2.87c.749.748 1.698 1.08 2.87 1.238c1.14.153 2.595.153 4.433.153h2.112c1.838 0 3.294 0 4.433-.153c1.172-.158 2.121-.49 2.87-1.238q.305-.308.526-.66c.45-.72.504-1.602.504-2.45l-.15.001h-2.774C15.944 18 14 16.264 14 14s1.944-4 4.215-4h2.773q.079 0 .151.002" opacity=".5"/><path d="M10.101 2.572L8 3.992l-1.733 1.16C7.405 5 8.859 5 10.694 5h2.112c1.838 0 3.294 0 4.433.153q.344.045.662.114L16 4l-2.113-1.428a3.42 3.42 0 0 0-3.786 0"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconWalletMoneyDuotone(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="M4.892 9.614c0-.402.323-.728.722-.728H9.47c.4 0 .723.326.723.728a.726.726 0 0 1-.723.729H5.614a.726.726 0 0 1-.722-.729"/><path fillRule="evenodd" d="M21.188 10.004q-.094-.005-.2-.004h-2.773C15.944 10 14 11.736 14 14s1.944 4 4.215 4h2.773q.106.001.2-.004c.923-.056 1.739-.757 1.808-1.737c.004-.064.004-.133.004-.197v-4.124c0-.064 0-.133-.004-.197c-.069-.98-.885-1.68-1.808-1.737m-3.217 5.063c.584 0 1.058-.478 1.058-1.067c0-.59-.474-1.067-1.058-1.067s-1.06.478-1.06 1.067c0 .59.475 1.067 1.06 1.067" clipRule="evenodd"/><path d="M21.14 10.002c0-1.181-.044-2.448-.798-3.355a4 4 0 0 0-.233-.256c-.749-.748-1.698-1.08-2.87-1.238C16.099 5 14.644 5 12.806 5h-2.112C8.856 5 7.4 5 6.26 5.153c-1.172.158-2.121.49-2.87 1.238c-.748.749-1.08 1.698-1.238 2.87C2 10.401 2 11.856 2 13.694v.112c0 1.838 0 3.294.153 4.433c.158 1.172.49 2.121 1.238 2.87c.749.748 1.698 1.08 2.87 1.238c1.14.153 2.595.153 4.433.153h2.112c1.838 0 3.294 0 4.433-.153c1.172-.158 2.121-.49 2.87-1.238q.305-.308.526-.66c.45-.72.504-1.602.504-2.45l-.15.001h-2.774C15.944 18 14 16.264 14 14s1.944-4 4.215-4h2.773q.079 0 .151.002" opacity=".5"/><path d="M10.101 2.572L8 3.992l-1.733 1.16C7.405 5 8.859 5 10.694 5h2.112c1.838 0 3.294 0 4.433.153q.344.045.662.114L16 4l-2.113-1.428a3.42 3.42 0 0 0-3.786 0"/></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="M4.892 9.614c0-.402.323-.728.722-.728H9.47c.4 0 .723.326.723.728a.726.726 0 0 1-.723.729H5.614a.726.726 0 0 1-.722-.729"/><path fill-rule="evenodd" d="M21.188 10.004q-.094-.005-.2-.004h-2.773C15.944 10 14 11.736 14 14s1.944 4 4.215 4h2.773q.106.001.2-.004c.923-.056 1.739-.757 1.808-1.737c.004-.064.004-.133.004-.197v-4.124c0-.064 0-.133-.004-.197c-.069-.98-.885-1.68-1.808-1.737m-3.217 5.063c.584 0 1.058-.478 1.058-1.067c0-.59-.474-1.067-1.058-1.067s-1.06.478-1.06 1.067c0 .59.475 1.067 1.06 1.067" clip-rule="evenodd"/><path d="M21.14 10.002c0-1.181-.044-2.448-.798-3.355a4 4 0 0 0-.233-.256c-.749-.748-1.698-1.08-2.87-1.238C16.099 5 14.644 5 12.806 5h-2.112C8.856 5 7.4 5 6.26 5.153c-1.172.158-2.121.49-2.87 1.238c-.748.749-1.08 1.698-1.238 2.87C2 10.401 2 11.856 2 13.694v.112c0 1.838 0 3.294.153 4.433c.158 1.172.49 2.121 1.238 2.87c.749.748 1.698 1.08 2.87 1.238c1.14.153 2.595.153 4.433.153h2.112c1.838 0 3.294 0 4.433-.153c1.172-.158 2.121-.49 2.87-1.238q.305-.308.526-.66c.45-.72.504-1.602.504-2.45l-.15.001h-2.774C15.944 18 14 16.264 14 14s1.944-4 4.215-4h2.773q.079 0 .151.002" opacity=".5"/><path d="M10.101 2.572L8 3.992l-1.733 1.16C7.405 5 8.859 5 10.694 5h2.112c1.838 0 3.294 0 4.433.153q.344.045.662.114L16 4l-2.113-1.428a3.42 3.42 0 0 0-3.786 0"/></g></svg> </template>
CSS
.icon-wallet-money-duotone {
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%22M4.892%209.614c0-.402.323-.728.722-.728H9.47c.4%200%20.723.326.723.728a.726.726%200%200%201-.723.729H5.614a.726.726%200%200%201-.722-.729%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21.188%2010.004q-.094-.005-.2-.004h-2.773C15.944%2010%2014%2011.736%2014%2014s1.944%204%204.215%204h2.773q.106.001.2-.004c.923-.056%201.739-.757%201.808-1.737c.004-.064.004-.133.004-.197v-4.124c0-.064%200-.133-.004-.197c-.069-.98-.885-1.68-1.808-1.737m-3.217%205.063c.584%200%201.058-.478%201.058-1.067c0-.59-.474-1.067-1.058-1.067s-1.06.478-1.06%201.067c0%20.59.475%201.067%201.06%201.067%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M21.14%2010.002c0-1.181-.044-2.448-.798-3.355a4%204%200%200%200-.233-.256c-.749-.748-1.698-1.08-2.87-1.238C16.099%205%2014.644%205%2012.806%205h-2.112C8.856%205%207.4%205%206.26%205.153c-1.172.158-2.121.49-2.87%201.238c-.748.749-1.08%201.698-1.238%202.87C2%2010.401%202%2011.856%202%2013.694v.112c0%201.838%200%203.294.153%204.433c.158%201.172.49%202.121%201.238%202.87c.749.748%201.698%201.08%202.87%201.238c1.14.153%202.595.153%204.433.153h2.112c1.838%200%203.294%200%204.433-.153c1.172-.158%202.121-.49%202.87-1.238q.305-.308.526-.66c.45-.72.504-1.602.504-2.45l-.15.001h-2.774C15.944%2018%2014%2016.264%2014%2014s1.944-4%204.215-4h2.773q.079%200%20.151.002%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M10.101%202.572L8%203.992l-1.733%201.16C7.405%205%208.859%205%2010.694%205h2.112c1.838%200%203.294%200%204.433.153q.344.045.662.114L16%204l-2.113-1.428a3.42%203.42%200%200%200-3.786%200%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%22M4.892%209.614c0-.402.323-.728.722-.728H9.47c.4%200%20.723.326.723.728a.726.726%200%200%201-.723.729H5.614a.726.726%200%200%201-.722-.729%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21.188%2010.004q-.094-.005-.2-.004h-2.773C15.944%2010%2014%2011.736%2014%2014s1.944%204%204.215%204h2.773q.106.001.2-.004c.923-.056%201.739-.757%201.808-1.737c.004-.064.004-.133.004-.197v-4.124c0-.064%200-.133-.004-.197c-.069-.98-.885-1.68-1.808-1.737m-3.217%205.063c.584%200%201.058-.478%201.058-1.067c0-.59-.474-1.067-1.058-1.067s-1.06.478-1.06%201.067c0%20.59.475%201.067%201.06%201.067%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M21.14%2010.002c0-1.181-.044-2.448-.798-3.355a4%204%200%200%200-.233-.256c-.749-.748-1.698-1.08-2.87-1.238C16.099%205%2014.644%205%2012.806%205h-2.112C8.856%205%207.4%205%206.26%205.153c-1.172.158-2.121.49-2.87%201.238c-.748.749-1.08%201.698-1.238%202.87C2%2010.401%202%2011.856%202%2013.694v.112c0%201.838%200%203.294.153%204.433c.158%201.172.49%202.121%201.238%202.87c.749.748%201.698%201.08%202.87%201.238c1.14.153%202.595.153%204.433.153h2.112c1.838%200%203.294%200%204.433-.153c1.172-.158%202.121-.49%202.87-1.238q.305-.308.526-.66c.45-.72.504-1.602.504-2.45l-.15.001h-2.774C15.944%2018%2014%2016.264%2014%2014s1.944-4%204.215-4h2.773q.079%200%20.151.002%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M10.101%202.572L8%203.992l-1.733%201.16C7.405%205%208.859%205%2010.694%205h2.112c1.838%200%203.294%200%204.433.153q.344.045.662.114L16%204l-2.113-1.428a3.42%203.42%200%200%200-3.786%200%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-money-duotone.svg?color=%231a73e8&size=48