Localmonero Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Localmonero 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/328623.svg" alt="Localmonero icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328623.svg" alt="Localmonero icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328623.svg" alt="Localmonero icon" :width="24" :height="24" />
CSS background
.icon-localmonero {
background-image: url('https://proicons.com/icon/328623.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><path class="b" d="m13.3828,28.4182h4.3218v-8.8362l6.2955,6.8251,6.2902-6.8251v8.8362h4.3272"/><path class="b" d="m35.5,24.0001c0,6.3512-5.1487,11.4999-11.4999,11.4999s-11.4999-5.1487-11.4999-11.4999,5.1487-11.4999,11.4999-11.4999,11.4999,5.1487,11.4999,11.4999Z"/></g><path class="b" d="m3.5,24L13.75,6.246h20.5s10.25,17.754,10.25,17.754l-10.25,17.754H13.75L3.5,24Z"/></svg>
Copied!