money withdraw icon
money-withdraw-filled from Reicon by REICON · Filled · Money · MIT Free for personal and commercial use.
- Name
- money-withdraw-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 withdraw 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.969 1.25H19.03c.674 0 1.225 0 1.672.037c.463.037.882.118 1.273.317a3.25 3.25 0 0 1 1.42 1.42c.199.391.28.81.317 1.273c.037.447.037.998.037 1.672V9.03c0 .674 0 1.224-.037 1.672c-.037.463-.118.882-.317 1.273a3.25 3.25 0 0 1-1.42 1.42c-.27.137-.552.218-.855.268a.75.75 0 0 1-.871-.74V4.75H3.75v8.174a.75.75 0 0 1-.871.74a2.9 2.9 0 0 1-.854-.268a3.25 3.25 0 0 1-1.42-1.42c-.2-.391-.28-.81-.318-1.273C.25 10.256.25 9.705.25 9.031V5.97c0-.674 0-1.225.037-1.672c.037-.463.118-.882.317-1.272a3.25 3.25 0 0 1 1.42-1.42c.391-.2.81-.28 1.273-.318c.447-.037.998-.037 1.672-.037"/><path fill-rule="evenodd" d="M5.25 6.25h13.5v12.58c0 .535 0 .98-.03 1.345c-.03.38-.098.736-.27 1.073a2.75 2.75 0 0 1-1.201 1.202c-.338.172-.694.24-1.074.27c-.365.03-.81.03-1.345.03H9.17c-.535 0-.98 0-1.345-.03c-.38-.03-.736-.098-1.073-.27a2.75 2.75 0 0 1-1.202-1.2c-.172-.338-.24-.694-.27-1.074c-.03-.365-.03-.81-.03-1.345zM12 15a3 3 0 1 1 0-6a3 3 0 0 1 0 6m0 2a1 1 0 1 0 0 2a1 1 0 0 0 0-2" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMoneyWithdrawFilled(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.969 1.25H19.03c.674 0 1.225 0 1.672.037c.463.037.882.118 1.273.317a3.25 3.25 0 0 1 1.42 1.42c.199.391.28.81.317 1.273c.037.447.037.998.037 1.672V9.03c0 .674 0 1.224-.037 1.672c-.037.463-.118.882-.317 1.273a3.25 3.25 0 0 1-1.42 1.42c-.27.137-.552.218-.855.268a.75.75 0 0 1-.871-.74V4.75H3.75v8.174a.75.75 0 0 1-.871.74a2.9 2.9 0 0 1-.854-.268a3.25 3.25 0 0 1-1.42-1.42c-.2-.391-.28-.81-.318-1.273C.25 10.256.25 9.705.25 9.031V5.97c0-.674 0-1.225.037-1.672c.037-.463.118-.882.317-1.272a3.25 3.25 0 0 1 1.42-1.42c.391-.2.81-.28 1.273-.318c.447-.037.998-.037 1.672-.037"/><path fillRule="evenodd" d="M5.25 6.25h13.5v12.58c0 .535 0 .98-.03 1.345c-.03.38-.098.736-.27 1.073a2.75 2.75 0 0 1-1.201 1.202c-.338.172-.694.24-1.074.27c-.365.03-.81.03-1.345.03H9.17c-.535 0-.98 0-1.345-.03c-.38-.03-.736-.098-1.073-.27a2.75 2.75 0 0 1-1.202-1.2c-.172-.338-.24-.694-.27-1.074c-.03-.365-.03-.81-.03-1.345zM12 15a3 3 0 1 1 0-6a3 3 0 0 1 0 6m0 2a1 1 0 1 0 0 2a1 1 0 0 0 0-2" clipRule="evenodd"/></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.969 1.25H19.03c.674 0 1.225 0 1.672.037c.463.037.882.118 1.273.317a3.25 3.25 0 0 1 1.42 1.42c.199.391.28.81.317 1.273c.037.447.037.998.037 1.672V9.03c0 .674 0 1.224-.037 1.672c-.037.463-.118.882-.317 1.273a3.25 3.25 0 0 1-1.42 1.42c-.27.137-.552.218-.855.268a.75.75 0 0 1-.871-.74V4.75H3.75v8.174a.75.75 0 0 1-.871.74a2.9 2.9 0 0 1-.854-.268a3.25 3.25 0 0 1-1.42-1.42c-.2-.391-.28-.81-.318-1.273C.25 10.256.25 9.705.25 9.031V5.97c0-.674 0-1.225.037-1.672c.037-.463.118-.882.317-1.272a3.25 3.25 0 0 1 1.42-1.42c.391-.2.81-.28 1.273-.318c.447-.037.998-.037 1.672-.037"/><path fill-rule="evenodd" d="M5.25 6.25h13.5v12.58c0 .535 0 .98-.03 1.345c-.03.38-.098.736-.27 1.073a2.75 2.75 0 0 1-1.201 1.202c-.338.172-.694.24-1.074.27c-.365.03-.81.03-1.345.03H9.17c-.535 0-.98 0-1.345-.03c-.38-.03-.736-.098-1.073-.27a2.75 2.75 0 0 1-1.202-1.2c-.172-.338-.24-.694-.27-1.074c-.03-.365-.03-.81-.03-1.345zM12 15a3 3 0 1 1 0-6a3 3 0 0 1 0 6m0 2a1 1 0 1 0 0 2a1 1 0 0 0 0-2" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-money-withdraw-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%20d%3D%22M4.969%201.25H19.03c.674%200%201.225%200%201.672.037c.463.037.882.118%201.273.317a3.25%203.25%200%200%201%201.42%201.42c.199.391.28.81.317%201.273c.037.447.037.998.037%201.672V9.03c0%20.674%200%201.224-.037%201.672c-.037.463-.118.882-.317%201.273a3.25%203.25%200%200%201-1.42%201.42c-.27.137-.552.218-.855.268a.75.75%200%200%201-.871-.74V4.75H3.75v8.174a.75.75%200%200%201-.871.74a2.9%202.9%200%200%201-.854-.268a3.25%203.25%200%200%201-1.42-1.42c-.2-.391-.28-.81-.318-1.273C.25%2010.256.25%209.705.25%209.031V5.97c0-.674%200-1.225.037-1.672c.037-.463.118-.882.317-1.272a3.25%203.25%200%200%201%201.42-1.42c.391-.2.81-.28%201.273-.318c.447-.037.998-.037%201.672-.037%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.25%206.25h13.5v12.58c0%20.535%200%20.98-.03%201.345c-.03.38-.098.736-.27%201.073a2.75%202.75%200%200%201-1.201%201.202c-.338.172-.694.24-1.074.27c-.365.03-.81.03-1.345.03H9.17c-.535%200-.98%200-1.345-.03c-.38-.03-.736-.098-1.073-.27a2.75%202.75%200%200%201-1.202-1.2c-.172-.338-.24-.694-.27-1.074c-.03-.365-.03-.81-.03-1.345zM12%2015a3%203%200%201%201%200-6a3%203%200%200%201%200%206m0%202a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%20clip-rule%3D%22evenodd%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.969%201.25H19.03c.674%200%201.225%200%201.672.037c.463.037.882.118%201.273.317a3.25%203.25%200%200%201%201.42%201.42c.199.391.28.81.317%201.273c.037.447.037.998.037%201.672V9.03c0%20.674%200%201.224-.037%201.672c-.037.463-.118.882-.317%201.273a3.25%203.25%200%200%201-1.42%201.42c-.27.137-.552.218-.855.268a.75.75%200%200%201-.871-.74V4.75H3.75v8.174a.75.75%200%200%201-.871.74a2.9%202.9%200%200%201-.854-.268a3.25%203.25%200%200%201-1.42-1.42c-.2-.391-.28-.81-.318-1.273C.25%2010.256.25%209.705.25%209.031V5.97c0-.674%200-1.225.037-1.672c.037-.463.118-.882.317-1.272a3.25%203.25%200%200%201%201.42-1.42c.391-.2.81-.28%201.273-.318c.447-.037.998-.037%201.672-.037%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.25%206.25h13.5v12.58c0%20.535%200%20.98-.03%201.345c-.03.38-.098.736-.27%201.073a2.75%202.75%200%200%201-1.201%201.202c-.338.172-.694.24-1.074.27c-.365.03-.81.03-1.345.03H9.17c-.535%200-.98%200-1.345-.03c-.38-.03-.736-.098-1.073-.27a2.75%202.75%200%200%201-1.202-1.2c-.172-.338-.24-.694-.27-1.074c-.03-.365-.03-.81-.03-1.345zM12%2015a3%203%200%201%201%200-6a3%203%200%200%201%200%206m0%202a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%20clip-rule%3D%22evenodd%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-withdraw-filled.svg?color=%231a73e8&size=48