money withdraw icon
money-withdraw from Reicon by REICON · Outline · Money · MIT Free for personal and commercial use.
- Name
- money-withdraw
- Set
- Reicon
- Style
- Outline
- 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="M19.031 1.25H4.97c-.674 0-1.225 0-1.672.037c-.463.037-.882.118-1.272.317a3.25 3.25 0 0 0-1.42 1.42c-.2.391-.28.81-.318 1.273C.25 4.744.25 5.295.25 5.969V9.03c0 .674 0 1.224.037 1.672c.037.463.118.882.317 1.273a3.25 3.25 0 0 0 1.42 1.42c.433.22.902.296 1.43.329a.75.75 0 1 0 .092-1.498c-.453-.027-.68-.086-.84-.168a1.75 1.75 0 0 1-.765-.764c-.074-.145-.13-.344-.16-.714c-.03-.38-.031-.869-.031-1.581V6c0-.712 0-1.202.032-1.58c.03-.371.085-.57.159-.714a1.75 1.75 0 0 1 .765-.765c.144-.074.343-.13.713-.16c.38-.03.869-.031 1.581-.031h14c.712 0 1.202 0 1.58.032c.371.03.57.085.715.159c.329.168.596.435.764.765c.074.144.13.343.16.713c.03.38.031.869.031 1.581v3c0 .712 0 1.202-.032 1.58c-.03.371-.085.57-.159.714a1.75 1.75 0 0 1-.765.765c-.16.082-.387.14-.84.168a.75.75 0 0 0 .092 1.498c.528-.033.997-.109 1.43-.33a3.25 3.25 0 0 0 1.42-1.42c.199-.39.28-.809.317-1.272c.037-.447.037-.998.037-1.672V5.97c0-.674 0-1.225-.037-1.672c-.037-.463-.118-.882-.317-1.272a3.25 3.25 0 0 0-1.42-1.42c-.391-.2-.81-.28-1.273-.318c-.447-.037-.998-.037-1.672-.037"/><path d="M18.75 7a.75.75 0 0 0-1.5 0v11c0 .712 0 1.202-.032 1.58c-.03.371-.085.57-.159.715a1.75 1.75 0 0 1-.765.764c-.144.074-.343.13-.713.16c-.38.03-.869.031-1.581.031h-4c-.712 0-1.202 0-1.58-.032c-.371-.03-.57-.085-.714-.159a1.75 1.75 0 0 1-.765-.765c-.074-.143-.13-.343-.16-.713c-.03-.38-.031-.869-.031-1.581V7a.75.75 0 0 0-1.5 0v11.031c0 .674 0 1.225.037 1.672c.037.463.118.882.317 1.273a3.25 3.25 0 0 0 1.42 1.42c.391.199.81.28 1.273.317c.447.037.998.037 1.671.037h4.063c.674 0 1.224 0 1.672-.037c.463-.037.882-.118 1.273-.317a3.25 3.25 0 0 0 1.42-1.42c.199-.391.28-.81.317-1.273c.037-.447.037-.998.037-1.671z"/><path d="M12 17a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path fill-rule="evenodd" d="M12 15.25a3.25 3.25 0 1 1 0-6.5a3.25 3.25 0 0 1 0 6.5M10.25 12a1.75 1.75 0 1 0 3.5 0a1.75 1.75 0 0 0-3.5 0" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMoneyWithdraw(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="M19.031 1.25H4.97c-.674 0-1.225 0-1.672.037c-.463.037-.882.118-1.272.317a3.25 3.25 0 0 0-1.42 1.42c-.2.391-.28.81-.318 1.273C.25 4.744.25 5.295.25 5.969V9.03c0 .674 0 1.224.037 1.672c.037.463.118.882.317 1.273a3.25 3.25 0 0 0 1.42 1.42c.433.22.902.296 1.43.329a.75.75 0 1 0 .092-1.498c-.453-.027-.68-.086-.84-.168a1.75 1.75 0 0 1-.765-.764c-.074-.145-.13-.344-.16-.714c-.03-.38-.031-.869-.031-1.581V6c0-.712 0-1.202.032-1.58c.03-.371.085-.57.159-.714a1.75 1.75 0 0 1 .765-.765c.144-.074.343-.13.713-.16c.38-.03.869-.031 1.581-.031h14c.712 0 1.202 0 1.58.032c.371.03.57.085.715.159c.329.168.596.435.764.765c.074.144.13.343.16.713c.03.38.031.869.031 1.581v3c0 .712 0 1.202-.032 1.58c-.03.371-.085.57-.159.714a1.75 1.75 0 0 1-.765.765c-.16.082-.387.14-.84.168a.75.75 0 0 0 .092 1.498c.528-.033.997-.109 1.43-.33a3.25 3.25 0 0 0 1.42-1.42c.199-.39.28-.809.317-1.272c.037-.447.037-.998.037-1.672V5.97c0-.674 0-1.225-.037-1.672c-.037-.463-.118-.882-.317-1.272a3.25 3.25 0 0 0-1.42-1.42c-.391-.2-.81-.28-1.273-.318c-.447-.037-.998-.037-1.672-.037"/><path d="M18.75 7a.75.75 0 0 0-1.5 0v11c0 .712 0 1.202-.032 1.58c-.03.371-.085.57-.159.715a1.75 1.75 0 0 1-.765.764c-.144.074-.343.13-.713.16c-.38.03-.869.031-1.581.031h-4c-.712 0-1.202 0-1.58-.032c-.371-.03-.57-.085-.714-.159a1.75 1.75 0 0 1-.765-.765c-.074-.143-.13-.343-.16-.713c-.03-.38-.031-.869-.031-1.581V7a.75.75 0 0 0-1.5 0v11.031c0 .674 0 1.225.037 1.672c.037.463.118.882.317 1.273a3.25 3.25 0 0 0 1.42 1.42c.391.199.81.28 1.273.317c.447.037.998.037 1.671.037h4.063c.674 0 1.224 0 1.672-.037c.463-.037.882-.118 1.273-.317a3.25 3.25 0 0 0 1.42-1.42c.199-.391.28-.81.317-1.273c.037-.447.037-.998.037-1.671z"/><path d="M12 17a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path fillRule="evenodd" d="M12 15.25a3.25 3.25 0 1 1 0-6.5a3.25 3.25 0 0 1 0 6.5M10.25 12a1.75 1.75 0 1 0 3.5 0a1.75 1.75 0 0 0-3.5 0" 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="M19.031 1.25H4.97c-.674 0-1.225 0-1.672.037c-.463.037-.882.118-1.272.317a3.25 3.25 0 0 0-1.42 1.42c-.2.391-.28.81-.318 1.273C.25 4.744.25 5.295.25 5.969V9.03c0 .674 0 1.224.037 1.672c.037.463.118.882.317 1.273a3.25 3.25 0 0 0 1.42 1.42c.433.22.902.296 1.43.329a.75.75 0 1 0 .092-1.498c-.453-.027-.68-.086-.84-.168a1.75 1.75 0 0 1-.765-.764c-.074-.145-.13-.344-.16-.714c-.03-.38-.031-.869-.031-1.581V6c0-.712 0-1.202.032-1.58c.03-.371.085-.57.159-.714a1.75 1.75 0 0 1 .765-.765c.144-.074.343-.13.713-.16c.38-.03.869-.031 1.581-.031h14c.712 0 1.202 0 1.58.032c.371.03.57.085.715.159c.329.168.596.435.764.765c.074.144.13.343.16.713c.03.38.031.869.031 1.581v3c0 .712 0 1.202-.032 1.58c-.03.371-.085.57-.159.714a1.75 1.75 0 0 1-.765.765c-.16.082-.387.14-.84.168a.75.75 0 0 0 .092 1.498c.528-.033.997-.109 1.43-.33a3.25 3.25 0 0 0 1.42-1.42c.199-.39.28-.809.317-1.272c.037-.447.037-.998.037-1.672V5.97c0-.674 0-1.225-.037-1.672c-.037-.463-.118-.882-.317-1.272a3.25 3.25 0 0 0-1.42-1.42c-.391-.2-.81-.28-1.273-.318c-.447-.037-.998-.037-1.672-.037"/><path d="M18.75 7a.75.75 0 0 0-1.5 0v11c0 .712 0 1.202-.032 1.58c-.03.371-.085.57-.159.715a1.75 1.75 0 0 1-.765.764c-.144.074-.343.13-.713.16c-.38.03-.869.031-1.581.031h-4c-.712 0-1.202 0-1.58-.032c-.371-.03-.57-.085-.714-.159a1.75 1.75 0 0 1-.765-.765c-.074-.143-.13-.343-.16-.713c-.03-.38-.031-.869-.031-1.581V7a.75.75 0 0 0-1.5 0v11.031c0 .674 0 1.225.037 1.672c.037.463.118.882.317 1.273a3.25 3.25 0 0 0 1.42 1.42c.391.199.81.28 1.273.317c.447.037.998.037 1.671.037h4.063c.674 0 1.224 0 1.672-.037c.463-.037.882-.118 1.273-.317a3.25 3.25 0 0 0 1.42-1.42c.199-.391.28-.81.317-1.273c.037-.447.037-.998.037-1.671z"/><path d="M12 17a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path fill-rule="evenodd" d="M12 15.25a3.25 3.25 0 1 1 0-6.5a3.25 3.25 0 0 1 0 6.5M10.25 12a1.75 1.75 0 1 0 3.5 0a1.75 1.75 0 0 0-3.5 0" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-money-withdraw {
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%22M19.031%201.25H4.97c-.674%200-1.225%200-1.672.037c-.463.037-.882.118-1.272.317a3.25%203.25%200%200%200-1.42%201.42c-.2.391-.28.81-.318%201.273C.25%204.744.25%205.295.25%205.969V9.03c0%20.674%200%201.224.037%201.672c.037.463.118.882.317%201.273a3.25%203.25%200%200%200%201.42%201.42c.433.22.902.296%201.43.329a.75.75%200%201%200%20.092-1.498c-.453-.027-.68-.086-.84-.168a1.75%201.75%200%200%201-.765-.764c-.074-.145-.13-.344-.16-.714c-.03-.38-.031-.869-.031-1.581V6c0-.712%200-1.202.032-1.58c.03-.371.085-.57.159-.714a1.75%201.75%200%200%201%20.765-.765c.144-.074.343-.13.713-.16c.38-.03.869-.031%201.581-.031h14c.712%200%201.202%200%201.58.032c.371.03.57.085.715.159c.329.168.596.435.764.765c.074.144.13.343.16.713c.03.38.031.869.031%201.581v3c0%20.712%200%201.202-.032%201.58c-.03.371-.085.57-.159.714a1.75%201.75%200%200%201-.765.765c-.16.082-.387.14-.84.168a.75.75%200%200%200%20.092%201.498c.528-.033.997-.109%201.43-.33a3.25%203.25%200%200%200%201.42-1.42c.199-.39.28-.809.317-1.272c.037-.447.037-.998.037-1.672V5.97c0-.674%200-1.225-.037-1.672c-.037-.463-.118-.882-.317-1.272a3.25%203.25%200%200%200-1.42-1.42c-.391-.2-.81-.28-1.273-.318c-.447-.037-.998-.037-1.672-.037%22%2F%3E%3Cpath%20d%3D%22M18.75%207a.75.75%200%200%200-1.5%200v11c0%20.712%200%201.202-.032%201.58c-.03.371-.085.57-.159.715a1.75%201.75%200%200%201-.765.764c-.144.074-.343.13-.713.16c-.38.03-.869.031-1.581.031h-4c-.712%200-1.202%200-1.58-.032c-.371-.03-.57-.085-.714-.159a1.75%201.75%200%200%201-.765-.765c-.074-.143-.13-.343-.16-.713c-.03-.38-.031-.869-.031-1.581V7a.75.75%200%200%200-1.5%200v11.031c0%20.674%200%201.225.037%201.672c.037.463.118.882.317%201.273a3.25%203.25%200%200%200%201.42%201.42c.391.199.81.28%201.273.317c.447.037.998.037%201.671.037h4.063c.674%200%201.224%200%201.672-.037c.463-.037.882-.118%201.273-.317a3.25%203.25%200%200%200%201.42-1.42c.199-.391.28-.81.317-1.273c.037-.447.037-.998.037-1.671z%22%2F%3E%3Cpath%20d%3D%22M12%2017a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2015.25a3.25%203.25%200%201%201%200-6.5a3.25%203.25%200%200%201%200%206.5M10.25%2012a1.75%201.75%200%201%200%203.5%200a1.75%201.75%200%200%200-3.5%200%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%22M19.031%201.25H4.97c-.674%200-1.225%200-1.672.037c-.463.037-.882.118-1.272.317a3.25%203.25%200%200%200-1.42%201.42c-.2.391-.28.81-.318%201.273C.25%204.744.25%205.295.25%205.969V9.03c0%20.674%200%201.224.037%201.672c.037.463.118.882.317%201.273a3.25%203.25%200%200%200%201.42%201.42c.433.22.902.296%201.43.329a.75.75%200%201%200%20.092-1.498c-.453-.027-.68-.086-.84-.168a1.75%201.75%200%200%201-.765-.764c-.074-.145-.13-.344-.16-.714c-.03-.38-.031-.869-.031-1.581V6c0-.712%200-1.202.032-1.58c.03-.371.085-.57.159-.714a1.75%201.75%200%200%201%20.765-.765c.144-.074.343-.13.713-.16c.38-.03.869-.031%201.581-.031h14c.712%200%201.202%200%201.58.032c.371.03.57.085.715.159c.329.168.596.435.764.765c.074.144.13.343.16.713c.03.38.031.869.031%201.581v3c0%20.712%200%201.202-.032%201.58c-.03.371-.085.57-.159.714a1.75%201.75%200%200%201-.765.765c-.16.082-.387.14-.84.168a.75.75%200%200%200%20.092%201.498c.528-.033.997-.109%201.43-.33a3.25%203.25%200%200%200%201.42-1.42c.199-.39.28-.809.317-1.272c.037-.447.037-.998.037-1.672V5.97c0-.674%200-1.225-.037-1.672c-.037-.463-.118-.882-.317-1.272a3.25%203.25%200%200%200-1.42-1.42c-.391-.2-.81-.28-1.273-.318c-.447-.037-.998-.037-1.672-.037%22%2F%3E%3Cpath%20d%3D%22M18.75%207a.75.75%200%200%200-1.5%200v11c0%20.712%200%201.202-.032%201.58c-.03.371-.085.57-.159.715a1.75%201.75%200%200%201-.765.764c-.144.074-.343.13-.713.16c-.38.03-.869.031-1.581.031h-4c-.712%200-1.202%200-1.58-.032c-.371-.03-.57-.085-.714-.159a1.75%201.75%200%200%201-.765-.765c-.074-.143-.13-.343-.16-.713c-.03-.38-.031-.869-.031-1.581V7a.75.75%200%200%200-1.5%200v11.031c0%20.674%200%201.225.037%201.672c.037.463.118.882.317%201.273a3.25%203.25%200%200%200%201.42%201.42c.391.199.81.28%201.273.317c.447.037.998.037%201.671.037h4.063c.674%200%201.224%200%201.672-.037c.463-.037.882-.118%201.273-.317a3.25%203.25%200%200%200%201.42-1.42c.199-.391.28-.81.317-1.273c.037-.447.037-.998.037-1.671z%22%2F%3E%3Cpath%20d%3D%22M12%2017a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2015.25a3.25%203.25%200%201%201%200-6.5a3.25%203.25%200%200%201%200%206.5M10.25%2012a1.75%201.75%200%201%200%203.5%200a1.75%201.75%200%200%200-3.5%200%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.svg?color=%231a73e8&size=48