Atomic Wallet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Atomic 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/322140.svg" alt="Atomic Wallet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322140.svg" alt="Atomic Wallet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322140.svg" alt="Atomic Wallet icon" :width="24" :height="24" />
CSS background
.icon-atomic-wallet {
background-image: url('https://proicons.com/icon/322140.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;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M28.0024,32.1527a3.9989,3.9989,0,1,1-3.9989-3.9989A3.9989,3.9989,0,0,1,28.0024,32.1527ZM24.0181,12.4314c1.2552,0,1.6057.3238,2.02,1.4572l9.517,26.0462L42.5,42.2514,30.7668,10.6707C29.6,7.5294,27.9031,6.0136,24,5.7486c-3.9031.2651-5.6,1.7808-6.7668,4.9221L5.5,42.2514l6.945-2.3166,9.517-26.0462c.4142-1.1334.7646-1.4572,2.02-1.4572"/></svg>
Copied!