cash-refund from Material Design Icons by Pictogrammers · Filled · Banking · Apache-2.0 Free for personal and commercial use.

Name
cash-refund
Set
Material Design Icons
Style
Filled
Category
Banking
Viewbox
24×24
License
Apache 2.0
Aliases
cash-chargeback, cash-return

More banking icons from Material Design Icons

Use the cash refund icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.3 8.93L9.88 6.5h5.62V10H17V5H9.88l2.42-2.43l-1.06-1.07L7 5.75L11.24 10zM12 14a3 3 0 1 0 3 3a3 3 0 0 0-3-3m-9-3v12h18V11m-2 8a2 2 0 0 0-2 2H7a2 2 0 0 0-2-2v-4a2 2 0 0 0 2-2h10a2 2 0 0 0 2 2Z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCashRefund(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.3 8.93L9.88 6.5h5.62V10H17V5H9.88l2.42-2.43l-1.06-1.07L7 5.75L11.24 10zM12 14a3 3 0 1 0 3 3a3 3 0 0 0-3-3m-9-3v12h18V11m-2 8a2 2 0 0 0-2 2H7a2 2 0 0 0-2-2v-4a2 2 0 0 0 2-2h10a2 2 0 0 0 2 2Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.3 8.93L9.88 6.5h5.62V10H17V5H9.88l2.42-2.43l-1.06-1.07L7 5.75L11.24 10zM12 14a3 3 0 1 0 3 3a3 3 0 0 0-3-3m-9-3v12h18V11m-2 8a2 2 0 0 0-2 2H7a2 2 0 0 0-2-2v-4a2 2 0 0 0 2-2h10a2 2 0 0 0 2 2Z"/></svg>
</template>

CSS

.icon-cash-refund {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.3%208.93L9.88%206.5h5.62V10H17V5H9.88l2.42-2.43l-1.06-1.07L7%205.75L11.24%2010zM12%2014a3%203%200%201%200%203%203a3%203%200%200%200-3-3m-9-3v12h18V11m-2%208a2%202%200%200%200-2%202H7a2%202%200%200%200-2-2v-4a2%202%200%200%200%202-2h10a2%202%200%200%200%202%202Z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.3%208.93L9.88%206.5h5.62V10H17V5H9.88l2.42-2.43l-1.06-1.07L7%205.75L11.24%2010zM12%2014a3%203%200%201%200%203%203a3%203%200%200%200-3-3m-9-3v12h18V11m-2%208a2%202%200%200%200-2%202H7a2%202%200%200%200-2-2v-4a2%202%200%200%200%202-2h10a2%202%200%200%200%202%202Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/cash-refund.svg?color=%231a73e8&size=48