md cash icon

md-cash from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-cash
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the md cash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M32 96v256h448V96H32zm160.5 224h-80.4c0-26.6-21.5-48.1-48.1-48.1V192c35.3 0 64-28.7 64-64h64.5c-19.9 23.5-32.5 57.8-32.5 96s12.6 72.5 32.5 96zM448 271.9c-26 0-48 21.5-48 48.1h-80.5c19.9-23.5 32.5-57.8 32.5-96s-12.6-72.5-32.5-96H384c0 35.3 28.7 64 64 64v79.9z" fill="currentColor"/><path d="M32 384h448v32H32z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdCash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M32 96v256h448V96H32zm160.5 224h-80.4c0-26.6-21.5-48.1-48.1-48.1V192c35.3 0 64-28.7 64-64h64.5c-19.9 23.5-32.5 57.8-32.5 96s12.6 72.5 32.5 96zM448 271.9c-26 0-48 21.5-48 48.1h-80.5c19.9-23.5 32.5-57.8 32.5-96s-12.6-72.5-32.5-96H384c0 35.3 28.7 64 64 64v79.9z" fill="currentColor"/><path d="M32 384h448v32H32z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M32 96v256h448V96H32zm160.5 224h-80.4c0-26.6-21.5-48.1-48.1-48.1V192c35.3 0 64-28.7 64-64h64.5c-19.9 23.5-32.5 57.8-32.5 96s12.6 72.5 32.5 96zM448 271.9c-26 0-48 21.5-48 48.1h-80.5c19.9-23.5 32.5-57.8 32.5-96s-12.6-72.5-32.5-96H384c0 35.3 28.7 64 64 64v79.9z" fill="currentColor"/><path d="M32 384h448v32H32z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-cash {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M32%2096v256h448V96H32zm160.5%20224h-80.4c0-26.6-21.5-48.1-48.1-48.1V192c35.3%200%2064-28.7%2064-64h64.5c-19.9%2023.5-32.5%2057.8-32.5%2096s12.6%2072.5%2032.5%2096zM448%20271.9c-26%200-48%2021.5-48%2048.1h-80.5c19.9-23.5%2032.5-57.8%2032.5-96s-12.6-72.5-32.5-96H384c0%2035.3%2028.7%2064%2064%2064v79.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M32%20384h448v32H32z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M32%2096v256h448V96H32zm160.5%20224h-80.4c0-26.6-21.5-48.1-48.1-48.1V192c35.3%200%2064-28.7%2064-64h64.5c-19.9%2023.5-32.5%2057.8-32.5%2096s12.6%2072.5%2032.5%2096zM448%20271.9c-26%200-48%2021.5-48%2048.1h-80.5c19.9-23.5%2032.5-57.8%2032.5-96s-12.6-72.5-32.5-96H384c0%2035.3%2028.7%2064%2064%2064v79.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M32%20384h448v32H32z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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