Nubank New Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nubank New 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/330435.svg" alt="Nubank New icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330435.svg" alt="Nubank New icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330435.svg" alt="Nubank New icon" :width="24" :height="24" />
CSS background
.icon-nubank-new {
background-image: url('https://proicons.com/icon/330435.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M4.5,33.9641v-11.5399c0-3.7674,3.0547-6.8221,6.8221-6.8221s6.8221,3.0547,6.8221,6.8221v11.5399"/><path class="c" d="M4.5,33.9641h4.5255v-13.8027c0-3.7674,3.0547-6.8221,6.8221-6.8221s6.8221,3.0547,6.8221,6.8221v13.8027h-4.5255"/><path class="c" d="M43.5,14.0359v11.5399c0,3.7674-3.0547,6.8221-6.8221,6.8221s-6.8221-3.0547-6.8221-6.8221v-11.5399"/><path class="c" d="M43.5,14.0359h-4.5255v13.8027c0,3.7674-3.0547,6.8221-6.8221,6.8221s-6.8221-3.0547-6.8221-6.8221v-13.8027h4.5255"/></svg>
Copied!