Monefy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Monefy 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/329484.svg" alt="Monefy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329484.svg" alt="Monefy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329484.svg" alt="Monefy icon" :width="24" :height="24" />
CSS background
.icon-monefy {
background-image: url('https://proicons.com/icon/329484.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;}.a,.b{stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#000;}</style></defs><path class="a" d="M39.5226,23.115V18.7155a1.0033,1.0033,0,0,0-1.0032-1.0032H9.5525"/><path class="a" d="M12.7045,14.2h-4.95A2.2541,2.2541,0,0,0,5.5,16.4539h0V40.4761a1.93,1.93,0,0,0,1.93,1.93H37.5923a1.93,1.93,0,0,0,1.93-1.93v-4.44"/><path class="a" d="M42.5,39.9655V16.98A2.7805,2.7805,0,0,0,39.72,14.1991H38.07"/><path class="a" d="M35.5118,33.4227a3.8433,3.8433,0,0,1,0-7.6865"/><path class="a" d="M35.5118,33.4227h4l2.9551-1.8167"/><path class="a" d="M35.5118,25.7364h4L42.4666,23.92"/><path class="a" d="M37.1821,17.5293l-2.3769-6.1328L19.3813,17.6222"/><path class="a" d="M32.2625,12.1623,27.2787,5.5942,11.2028,17.4959"/><circle class="b" cx="35.1607" cy="29.5795" r="0.634"/></svg>
Copied!