cash out icon
cash-out-duotone from Reicon by REICON · Duotone · Money · MIT Free for personal and commercial use.
- Name
- cash-out-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 cash out icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9 20h6c1.885 0 2.828 0 3.414-.586c.471-.471.563-1.174.581-2.414H5.004c.018 1.24.11 1.943.581 2.414C6.171 20 7.114 20 9 20" opacity=".5"/><path d="M11.25 6H9c-1.886 0-2.828 0-3.414.586S5 8.114 5 10v6q-.001.551.004 1h13.992q.005-.449.004-1v-6c0-1.886 0-2.828-.586-3.414S16.886 6 15 6h-2.25v4.973l.68-.794a.75.75 0 1 1 1.14.976l-2 2.333a.75.75 0 0 1-1.14 0l-2-2.333a.75.75 0 0 1 1.14-.976l.68.794z"/><path d="M18.111 3H5.89C3.74 3 2 4.8 2 7.02c0 1.905 1.28 3.5 3 3.915V10c0-1.886 0-2.828.586-3.414S7.114 6 9 6h6c1.886 0 2.828 0 3.414.586S19 8.114 19 10v.935c1.72-.415 3-2.01 3-3.915C22 4.8 20.259 3 18.111 3" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCashOutDuotone(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="M9 20h6c1.885 0 2.828 0 3.414-.586c.471-.471.563-1.174.581-2.414H5.004c.018 1.24.11 1.943.581 2.414C6.171 20 7.114 20 9 20" opacity=".5"/><path d="M11.25 6H9c-1.886 0-2.828 0-3.414.586S5 8.114 5 10v6q-.001.551.004 1h13.992q.005-.449.004-1v-6c0-1.886 0-2.828-.586-3.414S16.886 6 15 6h-2.25v4.973l.68-.794a.75.75 0 1 1 1.14.976l-2 2.333a.75.75 0 0 1-1.14 0l-2-2.333a.75.75 0 0 1 1.14-.976l.68.794z"/><path d="M18.111 3H5.89C3.74 3 2 4.8 2 7.02c0 1.905 1.28 3.5 3 3.915V10c0-1.886 0-2.828.586-3.414S7.114 6 9 6h6c1.886 0 2.828 0 3.414.586S19 8.114 19 10v.935c1.72-.415 3-2.01 3-3.915C22 4.8 20.259 3 18.111 3" opacity=".5"/></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="M9 20h6c1.885 0 2.828 0 3.414-.586c.471-.471.563-1.174.581-2.414H5.004c.018 1.24.11 1.943.581 2.414C6.171 20 7.114 20 9 20" opacity=".5"/><path d="M11.25 6H9c-1.886 0-2.828 0-3.414.586S5 8.114 5 10v6q-.001.551.004 1h13.992q.005-.449.004-1v-6c0-1.886 0-2.828-.586-3.414S16.886 6 15 6h-2.25v4.973l.68-.794a.75.75 0 1 1 1.14.976l-2 2.333a.75.75 0 0 1-1.14 0l-2-2.333a.75.75 0 0 1 1.14-.976l.68.794z"/><path d="M18.111 3H5.89C3.74 3 2 4.8 2 7.02c0 1.905 1.28 3.5 3 3.915V10c0-1.886 0-2.828.586-3.414S7.114 6 9 6h6c1.886 0 2.828 0 3.414.586S19 8.114 19 10v.935c1.72-.415 3-2.01 3-3.915C22 4.8 20.259 3 18.111 3" opacity=".5"/></g></svg> </template>
CSS
.icon-cash-out-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%22M9%2020h6c1.885%200%202.828%200%203.414-.586c.471-.471.563-1.174.581-2.414H5.004c.018%201.24.11%201.943.581%202.414C6.171%2020%207.114%2020%209%2020%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M11.25%206H9c-1.886%200-2.828%200-3.414.586S5%208.114%205%2010v6q-.001.551.004%201h13.992q.005-.449.004-1v-6c0-1.886%200-2.828-.586-3.414S16.886%206%2015%206h-2.25v4.973l.68-.794a.75.75%200%201%201%201.14.976l-2%202.333a.75.75%200%200%201-1.14%200l-2-2.333a.75.75%200%200%201%201.14-.976l.68.794z%22%2F%3E%3Cpath%20d%3D%22M18.111%203H5.89C3.74%203%202%204.8%202%207.02c0%201.905%201.28%203.5%203%203.915V10c0-1.886%200-2.828.586-3.414S7.114%206%209%206h6c1.886%200%202.828%200%203.414.586S19%208.114%2019%2010v.935c1.72-.415%203-2.01%203-3.915C22%204.8%2020.259%203%2018.111%203%22%20opacity%3D%22.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%22currentColor%22%3E%3Cpath%20d%3D%22M9%2020h6c1.885%200%202.828%200%203.414-.586c.471-.471.563-1.174.581-2.414H5.004c.018%201.24.11%201.943.581%202.414C6.171%2020%207.114%2020%209%2020%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M11.25%206H9c-1.886%200-2.828%200-3.414.586S5%208.114%205%2010v6q-.001.551.004%201h13.992q.005-.449.004-1v-6c0-1.886%200-2.828-.586-3.414S16.886%206%2015%206h-2.25v4.973l.68-.794a.75.75%200%201%201%201.14.976l-2%202.333a.75.75%200%200%201-1.14%200l-2-2.333a.75.75%200%200%201%201.14-.976l.68.794z%22%2F%3E%3Cpath%20d%3D%22M18.111%203H5.89C3.74%203%202%204.8%202%207.02c0%201.905%201.28%203.5%203%203.915V10c0-1.886%200-2.828.586-3.414S7.114%206%209%206h6c1.886%200%202.828%200%203.414.586S19%208.114%2019%2010v.935c1.72-.415%203-2.01%203-3.915C22%204.8%2020.259%203%2018.111%203%22%20opacity%3D%22.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/cash-out-duotone.svg?color=%231a73e8&size=48