paper money icon
paper-money from IconPark by ByteDance · Color · Money · Apache-2.0 Free for personal and commercial use.
- Name
- paper-money
- Set
- IconPark
- Style
- Color
- Category
- Money
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More money icons from IconPark
Use the paper money icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M39 7H9C6.23858 7 4 9.23858 4 12V36C4 38.7614 6.23858 41 9 41H39C41.7614 41 44 38.7614 44 36V12C44 9.23858 41.7614 7 39 7Z"/><path stroke="#fff" stroke-linecap="round" d="M18 15L24 21L30 15"/><path stroke="#fff" stroke-linecap="round" d="M17 23H31"/><path stroke="#fff" stroke-linecap="round" d="M17 29H31"/><path stroke="#fff" stroke-linecap="round" d="M24 23V34"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkPaperMoney(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" stroke="#000" d="M39 7H9C6.23858 7 4 9.23858 4 12V36C4 38.7614 6.23858 41 9 41H39C41.7614 41 44 38.7614 44 36V12C44 9.23858 41.7614 7 39 7Z"/><path stroke="#fff" strokeLinecap="round" d="M18 15L24 21L30 15"/><path stroke="#fff" strokeLinecap="round" d="M17 23H31"/><path stroke="#fff" strokeLinecap="round" d="M17 29H31"/><path stroke="#fff" strokeLinecap="round" d="M24 23V34"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M39 7H9C6.23858 7 4 9.23858 4 12V36C4 38.7614 6.23858 41 9 41H39C41.7614 41 44 38.7614 44 36V12C44 9.23858 41.7614 7 39 7Z"/><path stroke="#fff" stroke-linecap="round" d="M18 15L24 21L30 15"/><path stroke="#fff" stroke-linecap="round" d="M17 23H31"/><path stroke="#fff" stroke-linecap="round" d="M17 29H31"/><path stroke="#fff" stroke-linecap="round" d="M24 23V34"/></g></svg> </template>
CSS
.icon-paper-money {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M39%207H9C6.23858%207%204%209.23858%204%2012V36C4%2038.7614%206.23858%2041%209%2041H39C41.7614%2041%2044%2038.7614%2044%2036V12C44%209.23858%2041.7614%207%2039%207Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M18%2015L24%2021L30%2015%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M17%2023H31%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M17%2029H31%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M24%2023V34%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M39%207H9C6.23858%207%204%209.23858%204%2012V36C4%2038.7614%206.23858%2041%209%2041H39C41.7614%2041%2044%2038.7614%2044%2036V12C44%209.23858%2041.7614%207%2039%207Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M18%2015L24%2021L30%2015%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M17%2023H31%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M17%2029H31%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M24%2023V34%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/paper-money.svg?color=%231a73e8&size=48