cash icon
cash from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- cash
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
Use the cash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M448 400H64a16 16 0 0 1 0-32h384a16 16 0 0 1 0 32m-32 48H96a16 16 0 0 1 0-32h320a16 16 0 0 1 0 32M32 272H16v48a32 32 0 0 0 32 32h48v-16a64.07 64.07 0 0 0-64-64"/><path fill="currentColor" d="M480 240h16v-64h-16a96.11 96.11 0 0 1-96-96V64H128v16a96.11 96.11 0 0 1-96 96H16v64h16a96.11 96.11 0 0 1 96 96v16h256v-16a96.11 96.11 0 0 1 96-96m-224 64a96 96 0 1 1 96-96a96.11 96.11 0 0 1-96 96"/><circle cx="256" cy="208" r="64" fill="currentColor"/><path fill="currentColor" d="M416 336v16h48a32 32 0 0 0 32-32v-48h-16a64.07 64.07 0 0 0-64 64m64-192h16V96a32 32 0 0 0-32-32h-48v16a64.07 64.07 0 0 0 64 64M96 80V64H48a32 32 0 0 0-32 32v48h16a64.07 64.07 0 0 0 64-64"/></svg>
React
import type { SVGProps } from "react";
export function IonCash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M448 400H64a16 16 0 0 1 0-32h384a16 16 0 0 1 0 32m-32 48H96a16 16 0 0 1 0-32h320a16 16 0 0 1 0 32M32 272H16v48a32 32 0 0 0 32 32h48v-16a64.07 64.07 0 0 0-64-64"/><path fill="currentColor" d="M480 240h16v-64h-16a96.11 96.11 0 0 1-96-96V64H128v16a96.11 96.11 0 0 1-96 96H16v64h16a96.11 96.11 0 0 1 96 96v16h256v-16a96.11 96.11 0 0 1 96-96m-224 64a96 96 0 1 1 96-96a96.11 96.11 0 0 1-96 96"/><circle cx="256" cy="208" r="64" fill="currentColor"/><path fill="currentColor" d="M416 336v16h48a32 32 0 0 0 32-32v-48h-16a64.07 64.07 0 0 0-64 64m64-192h16V96a32 32 0 0 0-32-32h-48v16a64.07 64.07 0 0 0 64 64M96 80V64H48a32 32 0 0 0-32 32v48h16a64.07 64.07 0 0 0 64-64"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M448 400H64a16 16 0 0 1 0-32h384a16 16 0 0 1 0 32m-32 48H96a16 16 0 0 1 0-32h320a16 16 0 0 1 0 32M32 272H16v48a32 32 0 0 0 32 32h48v-16a64.07 64.07 0 0 0-64-64"/><path fill="currentColor" d="M480 240h16v-64h-16a96.11 96.11 0 0 1-96-96V64H128v16a96.11 96.11 0 0 1-96 96H16v64h16a96.11 96.11 0 0 1 96 96v16h256v-16a96.11 96.11 0 0 1 96-96m-224 64a96 96 0 1 1 96-96a96.11 96.11 0 0 1-96 96"/><circle cx="256" cy="208" r="64" fill="currentColor"/><path fill="currentColor" d="M416 336v16h48a32 32 0 0 0 32-32v-48h-16a64.07 64.07 0 0 0-64 64m64-192h16V96a32 32 0 0 0-32-32h-48v16a64.07 64.07 0 0 0 64 64M96 80V64H48a32 32 0 0 0-32 32v48h16a64.07 64.07 0 0 0 64-64"/></svg> </template>
CSS
.icon-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%20fill%3D%22currentColor%22%20d%3D%22M448%20400H64a16%2016%200%200%201%200-32h384a16%2016%200%200%201%200%2032m-32%2048H96a16%2016%200%200%201%200-32h320a16%2016%200%200%201%200%2032M32%20272H16v48a32%2032%200%200%200%2032%2032h48v-16a64.07%2064.07%200%200%200-64-64%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%20240h16v-64h-16a96.11%2096.11%200%200%201-96-96V64H128v16a96.11%2096.11%200%200%201-96%2096H16v64h16a96.11%2096.11%200%200%201%2096%2096v16h256v-16a96.11%2096.11%200%200%201%2096-96m-224%2064a96%2096%200%201%201%2096-96a96.11%2096.11%200%200%201-96%2096%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22208%22%20r%3D%2264%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M416%20336v16h48a32%2032%200%200%200%2032-32v-48h-16a64.07%2064.07%200%200%200-64%2064m64-192h16V96a32%2032%200%200%200-32-32h-48v16a64.07%2064.07%200%200%200%2064%2064M96%2080V64H48a32%2032%200%200%200-32%2032v48h16a64.07%2064.07%200%200%200%2064-64%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%20fill%3D%22currentColor%22%20d%3D%22M448%20400H64a16%2016%200%200%201%200-32h384a16%2016%200%200%201%200%2032m-32%2048H96a16%2016%200%200%201%200-32h320a16%2016%200%200%201%200%2032M32%20272H16v48a32%2032%200%200%200%2032%2032h48v-16a64.07%2064.07%200%200%200-64-64%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%20240h16v-64h-16a96.11%2096.11%200%200%201-96-96V64H128v16a96.11%2096.11%200%200%201-96%2096H16v64h16a96.11%2096.11%200%200%201%2096%2096v16h256v-16a96.11%2096.11%200%200%201%2096-96m-224%2064a96%2096%200%201%201%2096-96a96.11%2096.11%200%200%201-96%2096%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22208%22%20r%3D%2264%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M416%20336v16h48a32%2032%200%200%200%2032-32v-48h-16a64.07%2064.07%200%200%200-64%2064m64-192h16V96a32%2032%200%200%200-32-32h-48v16a64.07%2064.07%200%200%200%2064%2064M96%2080V64H48a32%2032%200%200%200-32%2032v48h16a64.07%2064.07%200%200%200%2064-64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/cash.svg?color=%231a73e8&size=48