Nectwallet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nectwallet 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/344597.svg" alt="Nectwallet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344597.svg" alt="Nectwallet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344597.svg" alt="Nectwallet icon" :width="24" :height="24" />
CSS background
.icon-nectwallet {
background-image: url('https://proicons.com/icon/344597.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M15.875,9.9167c-.3788-.8955,.111-2.7083,1.0833-2.7083h16.7917l9.75,16.7917-4.875,8.6667h-7.0417c-.8075,0-1.4679-1.4571-1.0833-2.1667l7.0417-13c.3541-.6538-.3397-1.95-1.0833-1.95h-5.4167c-.7778,0-1.7463,.2123-2.1667,.8667l-9.75,15.1667c-.4207,.6543-1.3888,.8667-2.1667,.8667h-5.4167c-.7436,0-1.4376-1.2957-1.0833-1.95l7.0417-13c.3846-.71-.2758-2.1667-1.0833-2.1667h-7.0417l-4.875,8.6667,9.75,16.7917H31.0417c.9723,0,1.5697-1.8666,1.0833-2.7083L15.875,9.9167Z"/></svg>
Copied!