Openmoneybox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Openmoneybox icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/330701.svg" alt="Openmoneybox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330701.svg" alt="Openmoneybox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330701.svg" alt="Openmoneybox icon" :width="24" :height="24" />
CSS background
.icon-openmoneybox {
background-image: url('https://proicons.com/icon/330701.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M6.7,23.25V16.13a2,2,0,0,1,2-2H41.5a2,2,0,0,1,2,2v23a2,2,0,0,1-2,2H8.7a2,2,0,0,1-2-2V32"/><path class="a" d="M5.5,23.25H17a2,2,0,0,1,2,2V30a2,2,0,0,1-2,2H5.5a1,1,0,0,1-1-1V24.25A1,1,0,0,1,5.5,23.25Z"/><circle class="a" cx="14.49" cy="27.63" r="2"/><polyline class="a" points="38.12 14.13 13.19 6.87 11.08 14.13"/></svg>
Copied!