paper money two icon
paper-money-two from IconPark by ByteDance · Color · Money · Apache-2.0 Free for personal and commercial use.
- Name
- paper-money-two
- 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 two icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path d="M4 13H44V37H4V13Z"/><path stroke-linecap="round" d="M4 21C8.41828 21 12 17.4183 12 13H4V21Z" clip-rule="evenodd"/><path stroke-linecap="round" d="M4 29C8.41828 29 12 32.5817 12 37H4V29Z" clip-rule="evenodd"/><path stroke-linecap="round" d="M44 29V37H36C36 32.5817 39.5817 29 44 29Z" clip-rule="evenodd"/><path stroke-linecap="round" d="M44 21C39.5817 21 36 17.4183 36 13H44V21Z" clip-rule="evenodd"/><path d="M24 31C26.7614 31 29 28.3137 29 25C29 21.6863 26.7614 19 24 19C21.2386 19 19 21.6863 19 25C19 28.3137 21.2386 31 24 31Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkPaperMoneyTwo(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" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path d="M4 13H44V37H4V13Z"/><path strokeLinecap="round" d="M4 21C8.41828 21 12 17.4183 12 13H4V21Z" clipRule="evenodd"/><path strokeLinecap="round" d="M4 29C8.41828 29 12 32.5817 12 37H4V29Z" clipRule="evenodd"/><path strokeLinecap="round" d="M44 29V37H36C36 32.5817 39.5817 29 44 29Z" clipRule="evenodd"/><path strokeLinecap="round" d="M44 21C39.5817 21 36 17.4183 36 13H44V21Z" clipRule="evenodd"/><path d="M24 31C26.7614 31 29 28.3137 29 25C29 21.6863 26.7614 19 24 19C21.2386 19 19 21.6863 19 25C19 28.3137 21.2386 31 24 31Z"/></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="#000" stroke-linejoin="round" stroke-width="4"><path d="M4 13H44V37H4V13Z"/><path stroke-linecap="round" d="M4 21C8.41828 21 12 17.4183 12 13H4V21Z" clip-rule="evenodd"/><path stroke-linecap="round" d="M4 29C8.41828 29 12 32.5817 12 37H4V29Z" clip-rule="evenodd"/><path stroke-linecap="round" d="M44 29V37H36C36 32.5817 39.5817 29 44 29Z" clip-rule="evenodd"/><path stroke-linecap="round" d="M44 21C39.5817 21 36 17.4183 36 13H44V21Z" clip-rule="evenodd"/><path d="M24 31C26.7614 31 29 28.3137 29 25C29 21.6863 26.7614 19 24 19C21.2386 19 19 21.6863 19 25C19 28.3137 21.2386 31 24 31Z"/></g></svg> </template>
CSS
.icon-paper-money-two {
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%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M4%2013H44V37H4V13Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2021C8.41828%2021%2012%2017.4183%2012%2013H4V21Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2029C8.41828%2029%2012%2032.5817%2012%2037H4V29Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M44%2029V37H36C36%2032.5817%2039.5817%2029%2044%2029Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M44%2021C39.5817%2021%2036%2017.4183%2036%2013H44V21Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M24%2031C26.7614%2031%2029%2028.3137%2029%2025C29%2021.6863%2026.7614%2019%2024%2019C21.2386%2019%2019%2021.6863%2019%2025C19%2028.3137%2021.2386%2031%2024%2031Z%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%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M4%2013H44V37H4V13Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2021C8.41828%2021%2012%2017.4183%2012%2013H4V21Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2029C8.41828%2029%2012%2032.5817%2012%2037H4V29Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M44%2029V37H36C36%2032.5817%2039.5817%2029%2044%2029Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M44%2021C39.5817%2021%2036%2017.4183%2036%2013H44V21Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M24%2031C26.7614%2031%2029%2028.3137%2029%2025C29%2021.6863%2026.7614%2019%2024%2019C21.2386%2019%2019%2021.6863%2019%2025C19%2028.3137%2021.2386%2031%2024%2031Z%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-two.svg?color=%231a73e8&size=48