Nexo Wallet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nexo 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/344708.svg" alt="Nexo Wallet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344708.svg" alt="Nexo Wallet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344708.svg" alt="Nexo Wallet icon" :width="24" :height="24" />
CSS background
.icon-nexo-wallet {
background-image: url('https://proicons.com/icon/344708.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M14.11,18.29,43.5,35.2587l-9.8259,5.6724-9.9758-5.76.02-.0112L14.11,29.6139Zm0,11.3243v.0216l9.5879,5.5359-9.6074,5.5042v.0154l-.0133-.0082.0133-.0072L14.1,29.6078Zm-.0472,11.0617v.0154l.0144-.0082-.0144-.0072L14.1,29.6078,14.11,18.29,4.5,12.7413V35.154ZM33.9368,7.3244V7.309l-.0144.0082.0144.0072L33.9,18.3922,33.89,29.71l9.61,5.5483V12.846Zm-9.6351,5.5042-.02.0112L33.89,18.3861V29.71L4.5,12.7413l9.8259-5.6724Zm0,0,9.6074-5.5042V7.309l.0133.0082-.0133.0072L33.9,18.3922l-.01-.0061v-.0216Z"/></svg>
Copied!