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

Name
cash-fast
Set
Material Design Icons
Style
Filled
Category
Banking
Viewbox
24×24
License
Apache 2.0
Aliases
instant-cash, instant-deposit, instant-transfer

More banking icons from Material Design Icons

Use the cash fast icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.12 9.88a2.997 2.997 0 1 0-4.24 4.24a2.997 2.997 0 1 0 4.24-4.24M7 6v12h16V6zm14 8c-.53 0-1.04.21-1.41.59c-.38.37-.59.88-.59 1.41h-8c0-.53-.21-1.04-.59-1.41c-.37-.38-.88-.59-1.41-.59v-4c.53 0 1.04-.21 1.41-.59c.38-.37.59-.88.59-1.41h8c0 .53.21 1.04.59 1.41c.37.38.88.59 1.41.59zM5 8H3c-.55 0-1-.45-1-1s.45-1 1-1h2zm0 5H2c-.55 0-1-.45-1-1s.45-1 1-1h3zm0 5H1c-.552 0-1-.45-1-1s.448-1 1-1h4z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCashFast(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="M17.12 9.88a2.997 2.997 0 1 0-4.24 4.24a2.997 2.997 0 1 0 4.24-4.24M7 6v12h16V6zm14 8c-.53 0-1.04.21-1.41.59c-.38.37-.59.88-.59 1.41h-8c0-.53-.21-1.04-.59-1.41c-.37-.38-.88-.59-1.41-.59v-4c.53 0 1.04-.21 1.41-.59c.38-.37.59-.88.59-1.41h8c0 .53.21 1.04.59 1.41c.37.38.88.59 1.41.59zM5 8H3c-.55 0-1-.45-1-1s.45-1 1-1h2zm0 5H2c-.55 0-1-.45-1-1s.45-1 1-1h3zm0 5H1c-.552 0-1-.45-1-1s.448-1 1-1h4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.12 9.88a2.997 2.997 0 1 0-4.24 4.24a2.997 2.997 0 1 0 4.24-4.24M7 6v12h16V6zm14 8c-.53 0-1.04.21-1.41.59c-.38.37-.59.88-.59 1.41h-8c0-.53-.21-1.04-.59-1.41c-.37-.38-.88-.59-1.41-.59v-4c.53 0 1.04-.21 1.41-.59c.38-.37.59-.88.59-1.41h8c0 .53.21 1.04.59 1.41c.37.38.88.59 1.41.59zM5 8H3c-.55 0-1-.45-1-1s.45-1 1-1h2zm0 5H2c-.55 0-1-.45-1-1s.45-1 1-1h3zm0 5H1c-.552 0-1-.45-1-1s.448-1 1-1h4z"/></svg>
</template>

CSS

.icon-cash-fast {
  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%22M17.12%209.88a2.997%202.997%200%201%200-4.24%204.24a2.997%202.997%200%201%200%204.24-4.24M7%206v12h16V6zm14%208c-.53%200-1.04.21-1.41.59c-.38.37-.59.88-.59%201.41h-8c0-.53-.21-1.04-.59-1.41c-.37-.38-.88-.59-1.41-.59v-4c.53%200%201.04-.21%201.41-.59c.38-.37.59-.88.59-1.41h8c0%20.53.21%201.04.59%201.41c.37.38.88.59%201.41.59zM5%208H3c-.55%200-1-.45-1-1s.45-1%201-1h2zm0%205H2c-.55%200-1-.45-1-1s.45-1%201-1h3zm0%205H1c-.552%200-1-.45-1-1s.448-1%201-1h4z%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%22M17.12%209.88a2.997%202.997%200%201%200-4.24%204.24a2.997%202.997%200%201%200%204.24-4.24M7%206v12h16V6zm14%208c-.53%200-1.04.21-1.41.59c-.38.37-.59.88-.59%201.41h-8c0-.53-.21-1.04-.59-1.41c-.37-.38-.88-.59-1.41-.59v-4c.53%200%201.04-.21%201.41-.59c.38-.37.59-.88.59-1.41h8c0%20.53.21%201.04.59%201.41c.37.38.88.59%201.41.59zM5%208H3c-.55%200-1-.45-1-1s.45-1%201-1h2zm0%205H2c-.55%200-1-.45-1-1s.45-1%201-1h3zm0%205H1c-.552%200-1-.45-1-1s.448-1%201-1h4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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