Localbitcoins Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Localbitcoins 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/328621.svg" alt="Localbitcoins icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328621.svg" alt="Localbitcoins icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328621.svg" alt="Localbitcoins icon" :width="24" :height="24" />
CSS background
.icon-localbitcoins {
background-image: url('https://proicons.com/icon/328621.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,.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{stroke-dasharray:3.969 3.969;}</style></defs><path class="a" d="M12.2009,25.9877,24,43.5039l11.7329-17.7"/><path class="a" d="M24.875,18.516a2.6917,2.6917,0,0,1,0,5.3834H20.4333V13.1327H24.875a2.6917,2.6917,0,1,1,0,5.3833Zm0,0H20.4342"/><path class="a" d="M23.29,23.9536v1.3553m0-13.65v1.4162"/><path class="b" d="M37.8642,18.4048A13.9009,13.9009,0,0,1,23.9633,32.3057c-18.4392-.7321-18.434-27.0724,0-27.8018A13.9009,13.9009,0,0,1,37.8642,18.4048Z"/></svg>
Copied!