cash out icon
cash-out-line-duotone from Solar by 480 Design · Line Duotone · Money · CC-BY-4.0 Attribution required.
- Name
- cash-out-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Money
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More money icons from Solar
banknote-2-boldbanknote-boldbill-boldbill-check-boldbill-cross-boldbill-list-boldcard-2-boldcard-boldcard-receive-boldcard-search-boldcard-send-boldcard-transfer-boldcardholder-bolddollar-bolddollar-minimalistic-boldeuro-boldmoney-bag-boldmoney-roll-boldruble-boldsafe-2-boldsafe-circle-boldsafe-square-boldsale-boldsale-square-bold
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="none" stroke="currentColor" stroke-width="1.5"><path d="M18.6667 12C20.5513 11.7213 22 10.0457 22 8.02036C22 5.79998 20.2589 4 18.1111 4H5.88889C3.74112 4 2 5.79998 2 8.02036C2 10.0457 3.44873 11.7213 5.33333 12" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 7V14M10 11.6667L12 14L14 11.6667"/><path d="M5 11C5 9.11438 5 8.17157 5.58579 7.58579C6.17157 7 7.11438 7 9 7H15C16.8856 7 17.8284 7 18.4142 7.58579C19 8.17157 19 9.11438 19 11V17C19 18.8856 19 19.8284 18.4142 20.4142C17.8284 21 16.8856 21 15 21H9C7.11438 21 6.17157 21 5.58579 20.4142C5 19.8284 5 18.8856 5 17V11Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M5 18H19" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarCashOutLineDuotone(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" strokeWidth="1.5"><path d="M18.6667 12C20.5513 11.7213 22 10.0457 22 8.02036C22 5.79998 20.2589 4 18.1111 4H5.88889C3.74112 4 2 5.79998 2 8.02036C2 10.0457 3.44873 11.7213 5.33333 12" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 7V14M10 11.6667L12 14L14 11.6667"/><path d="M5 11C5 9.11438 5 8.17157 5.58579 7.58579C6.17157 7 7.11438 7 9 7H15C16.8856 7 17.8284 7 18.4142 7.58579C19 8.17157 19 9.11438 19 11V17C19 18.8856 19 19.8284 18.4142 20.4142C17.8284 21 16.8856 21 15 21H9C7.11438 21 6.17157 21 5.58579 20.4142C5 19.8284 5 18.8856 5 17V11Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M5 18H19" 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="none" stroke="currentColor" stroke-width="1.5"><path d="M18.6667 12C20.5513 11.7213 22 10.0457 22 8.02036C22 5.79998 20.2589 4 18.1111 4H5.88889C3.74112 4 2 5.79998 2 8.02036C2 10.0457 3.44873 11.7213 5.33333 12" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 7V14M10 11.6667L12 14L14 11.6667"/><path d="M5 11C5 9.11438 5 8.17157 5.58579 7.58579C6.17157 7 7.11438 7 9 7H15C16.8856 7 17.8284 7 18.4142 7.58579C19 8.17157 19 9.11438 19 11V17C19 18.8856 19 19.8284 18.4142 20.4142C17.8284 21 16.8856 21 15 21H9C7.11438 21 6.17157 21 5.58579 20.4142C5 19.8284 5 18.8856 5 17V11Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M5 18H19" opacity=".5"/></g></svg> </template>
CSS
.icon-cash-out-line-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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18.6667%2012C20.5513%2011.7213%2022%2010.0457%2022%208.02036C22%205.79998%2020.2589%204%2018.1111%204H5.88889C3.74112%204%202%205.79998%202%208.02036C2%2010.0457%203.44873%2011.7213%205.33333%2012%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%207V14M10%2011.6667L12%2014L14%2011.6667%22%2F%3E%3Cpath%20d%3D%22M5%2011C5%209.11438%205%208.17157%205.58579%207.58579C6.17157%207%207.11438%207%209%207H15C16.8856%207%2017.8284%207%2018.4142%207.58579C19%208.17157%2019%209.11438%2019%2011V17C19%2018.8856%2019%2019.8284%2018.4142%2020.4142C17.8284%2021%2016.8856%2021%2015%2021H9C7.11438%2021%206.17157%2021%205.58579%2020.4142C5%2019.8284%205%2018.8856%205%2017V11Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2018H19%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18.6667%2012C20.5513%2011.7213%2022%2010.0457%2022%208.02036C22%205.79998%2020.2589%204%2018.1111%204H5.88889C3.74112%204%202%205.79998%202%208.02036C2%2010.0457%203.44873%2011.7213%205.33333%2012%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%207V14M10%2011.6667L12%2014L14%2011.6667%22%2F%3E%3Cpath%20d%3D%22M5%2011C5%209.11438%205%208.17157%205.58579%207.58579C6.17157%207%207.11438%207%209%207H15C16.8856%207%2017.8284%207%2018.4142%207.58579C19%208.17157%2019%209.11438%2019%2011V17C19%2018.8856%2019%2019.8284%2018.4142%2020.4142C17.8284%2021%2016.8856%2021%2015%2021H9C7.11438%2021%206.17157%2021%205.58579%2020.4142C5%2019.8284%205%2018.8856%205%2017V11Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2018H19%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/solar/cash-out-line-duotone.svg?color=%231a73e8&size=48