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

Name
square-inc-cash
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the square inc cash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M5.5 0h13A5.5 5.5 0 0 1 24 5.5v13a5.5 5.5 0 0 1-5.5 5.5h-13A5.5 5.5 0 0 1 0 18.5v-13A5.5 5.5 0 0 1 5.5 0m9.89 15.18c0 1.58-.89 2.63-2.54 2.77v-5.34c1.7.52 2.54 1.05 2.54 2.57M11.65 6v4.88c-1.31-.38-2.62-.95-2.62-2.45c0-1.49 1.15-2.31 2.62-2.43m3.85 1.6l1-.8c-.88-1.14-2.1-1.88-3.65-2.03V3.8h-1.2v.95C9.5 4.89 7.68 6.17 7.68 8.5c0 2.5 2.06 3.28 3.97 3.79v5.67c-1.11-.12-2.36-.65-3.22-1.93l-1.13.75c.9 1.34 2.46 2.22 4.35 2.36v1.06h1.2v-1.04c2.5-.16 3.85-1.82 3.85-4.02c0-2.56-1.89-3.38-3.85-3.95V6.05c1.15.17 2 .71 2.65 1.55z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function MdiSquareIncCash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M5.5 0h13A5.5 5.5 0 0 1 24 5.5v13a5.5 5.5 0 0 1-5.5 5.5h-13A5.5 5.5 0 0 1 0 18.5v-13A5.5 5.5 0 0 1 5.5 0m9.89 15.18c0 1.58-.89 2.63-2.54 2.77v-5.34c1.7.52 2.54 1.05 2.54 2.57M11.65 6v4.88c-1.31-.38-2.62-.95-2.62-2.45c0-1.49 1.15-2.31 2.62-2.43m3.85 1.6l1-.8c-.88-1.14-2.1-1.88-3.65-2.03V3.8h-1.2v.95C9.5 4.89 7.68 6.17 7.68 8.5c0 2.5 2.06 3.28 3.97 3.79v5.67c-1.11-.12-2.36-.65-3.22-1.93l-1.13.75c.9 1.34 2.46 2.22 4.35 2.36v1.06h1.2v-1.04c2.5-.16 3.85-1.82 3.85-4.02c0-2.56-1.89-3.38-3.85-3.95V6.05c1.15.17 2 .71 2.65 1.55z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M5.5 0h13A5.5 5.5 0 0 1 24 5.5v13a5.5 5.5 0 0 1-5.5 5.5h-13A5.5 5.5 0 0 1 0 18.5v-13A5.5 5.5 0 0 1 5.5 0m9.89 15.18c0 1.58-.89 2.63-2.54 2.77v-5.34c1.7.52 2.54 1.05 2.54 2.57M11.65 6v4.88c-1.31-.38-2.62-.95-2.62-2.45c0-1.49 1.15-2.31 2.62-2.43m3.85 1.6l1-.8c-.88-1.14-2.1-1.88-3.65-2.03V3.8h-1.2v.95C9.5 4.89 7.68 6.17 7.68 8.5c0 2.5 2.06 3.28 3.97 3.79v5.67c-1.11-.12-2.36-.65-3.22-1.93l-1.13.75c.9 1.34 2.46 2.22 4.35 2.36v1.06h1.2v-1.04c2.5-.16 3.85-1.82 3.85-4.02c0-2.56-1.89-3.38-3.85-3.95V6.05c1.15.17 2 .71 2.65 1.55z" fill="currentColor"/></svg>
</template>

CSS

.icon-square-inc-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%2024%2024%22%3E%3Cpath%20d%3D%22M5.5%200h13A5.5%205.5%200%200%201%2024%205.5v13a5.5%205.5%200%200%201-5.5%205.5h-13A5.5%205.5%200%200%201%200%2018.5v-13A5.5%205.5%200%200%201%205.5%200m9.89%2015.18c0%201.58-.89%202.63-2.54%202.77v-5.34c1.7.52%202.54%201.05%202.54%202.57M11.65%206v4.88c-1.31-.38-2.62-.95-2.62-2.45c0-1.49%201.15-2.31%202.62-2.43m3.85%201.6l1-.8c-.88-1.14-2.1-1.88-3.65-2.03V3.8h-1.2v.95C9.5%204.89%207.68%206.17%207.68%208.5c0%202.5%202.06%203.28%203.97%203.79v5.67c-1.11-.12-2.36-.65-3.22-1.93l-1.13.75c.9%201.34%202.46%202.22%204.35%202.36v1.06h1.2v-1.04c2.5-.16%203.85-1.82%203.85-4.02c0-2.56-1.89-3.38-3.85-3.95V6.05c1.15.17%202%20.71%202.65%201.55z%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%2024%2024%22%3E%3Cpath%20d%3D%22M5.5%200h13A5.5%205.5%200%200%201%2024%205.5v13a5.5%205.5%200%200%201-5.5%205.5h-13A5.5%205.5%200%200%201%200%2018.5v-13A5.5%205.5%200%200%201%205.5%200m9.89%2015.18c0%201.58-.89%202.63-2.54%202.77v-5.34c1.7.52%202.54%201.05%202.54%202.57M11.65%206v4.88c-1.31-.38-2.62-.95-2.62-2.45c0-1.49%201.15-2.31%202.62-2.43m3.85%201.6l1-.8c-.88-1.14-2.1-1.88-3.65-2.03V3.8h-1.2v.95C9.5%204.89%207.68%206.17%207.68%208.5c0%202.5%202.06%203.28%203.97%203.79v5.67c-1.11-.12-2.36-.65-3.22-1.93l-1.13.75c.9%201.34%202.46%202.22%204.35%202.36v1.06h1.2v-1.04c2.5-.16%203.85-1.82%203.85-4.02c0-2.56-1.89-3.38-3.85-3.95V6.05c1.15.17%202%20.71%202.65%201.55z%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/mdi/square-inc-cash.svg?color=%231a73e8&size=48