Helium Wallet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Helium Wallet 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/326967.svg" alt="Helium Wallet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326967.svg" alt="Helium Wallet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326967.svg" alt="Helium Wallet icon" :width="24" :height="24" />
CSS background
.icon-helium-wallet {
background-image: url('https://proicons.com/icon/326967.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><circle id="c" class="i" cx="24" cy="24" r="21.5"/><path id="d" class="i" d="M19.6481,31.4735c.3893,1.7527-.4154,3.5536-1.9807,4.433-1.5654.8794-3.522.6296-4.8163-.6147s-1.6208-3.1896-.8038-4.7884,2.5849-2.4737,4.3516-2.1536"/><path id="e" class="i" d="M28.3021,16.6394c-.3893-1.7527.4154-3.5536,1.9807-4.433,1.5654-.8794,3.522-.6296,4.8163.6147s1.6208,3.1896.8038,4.7884c-.8171,1.5988-2.5849,2.4737-4.3516,2.1536"/><path id="f" class="i" d="M31.4821,19.8077c1.8981,3.3876,1.2833,7.6279-1.4988,10.3369-2.7821,2.709-7.0373,3.2108-10.3732,1.2232"/><path id="g" class="i" d="M16.4407,28.2147c-1.8981-3.3876-1.2833-7.6279,1.4988-10.3369,2.7821-2.709,7.0373-3.2108,10.3732-1.2232"/><circle id="h" class="i" cx="24" cy="24" r="2.9372"/></g></svg>
Copied!