Nuinvest Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nuinvest 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/344999.svg" alt="Nuinvest icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344999.svg" alt="Nuinvest icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344999.svg" alt="Nuinvest icon" :width="24" :height="24" />
CSS background
.icon-nuinvest {
background-image: url('https://proicons.com/icon/344999.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M43.5,14.007v11.2482c0,4.0826-2.8575,7.3691-6.4065,7.3691s-6.4055-3.2865-6.4055-7.3691v-11.2482h-4.8493v13.025c0,4.0836,2.8565,7.37,6.4055,7.37h0c3.548,0,6.4055-3.2865,6.4055-7.37v-13.026l4.8503.001ZM4.5,33.9921v-11.2482c0-4.0826,2.8575-7.3691,6.4065-7.3691s6.4055,3.2865,6.4055,7.3691v11.2482h4.8493v-13.0241c0-4.0836-2.8565-7.37-6.4055-7.37h0c-3.548,0-6.4055,3.2865-6.4055,7.37v13.026l-4.8503-.0019Z"/></svg>
Copied!