Monerujo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Monerujo 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/329486.svg" alt="Monerujo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329486.svg" alt="Monerujo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329486.svg" alt="Monerujo icon" :width="24" :height="24" />
CSS background
.icon-monerujo {
background-image: url('https://proicons.com/icon/329486.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1,.cls-2{fill:none;stroke:#000;}.cls-1{stroke-linecap:round;stroke-linejoin:round;}.cls-2{stroke-miterlimit:10;}</style></defs><path id="path882" class="cls-1" d="M31.65,44a7.47,7.47,0,0,0,7.49-7.75V19.74c0-3.16-3.94-6.93-7.88-7s-7.88,3.73-7.88,7.13c0-3.36-3.75-7.21-7.58-7.28-4-.09-8.08,3.37-8.08,7.14v15.7"/><path id="path884" class="cls-1" d="M23.38,35.44V19.74"/><path id="path886" class="cls-1" d="M7.72,12.69v7"/><circle id="path840" class="cls-2" cx="39.13" cy="6.48" r="1.54"/></svg>
Copied!