Nu Client Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nu Client 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/330431.svg" alt="Nu Client icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330431.svg" alt="Nu Client icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330431.svg" alt="Nu Client icon" :width="24" :height="24" />
CSS background
.icon-nu-client {
background-image: url('https://proicons.com/icon/330431.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;}.d{fill:#000;stroke-width:0px;}</style></defs><polyline class="c" points="19.04 22.376 19.04 14.376 24.34 22.376 24.34 14.376"/><path class="c" d="m27.131,14.376v5.35c0,1.4636,1.1864,2.65,2.65,2.65s2.65-1.1864,2.65-2.65v-5.35"/><path class="c" d="m12.7,4.5h-2.3c-1.1,0-2,.9-2,2v35c0,1.1.9,2,2,2h2.3"/><path class="c" d="m12.7,4.5v39h24.9c1.1,0,2-.9,2-2V6.5c0-1.1-.9-2-2-2H12.7Z"/><circle class="d" cx="23.0328" cy="24.9365" r=".75"/><line class="c" x1="23.0328" y1="27.0727" x2="23.0328" y2="31.6939"/><path class="c" d="m20.199,24.7185v6.1034c0,.4816.3904.8719.8719.8719h.2616"/><path class="c" d="m35.7505,25.634v5.1879c0,.4816.3904.8719.8719.8719h.2616"/><line class="c" x1="34.835" y1="27.0727" x2="36.6661" y2="27.0727"/><path class="c" d="m18.6741,30.815c-.3006.5248-.8662.8783-1.5143.8783-.9631,0-1.7438-.7807-1.7438-1.7438v-1.1335c0-.9631.7807-1.7438,1.7438-1.7438.6469,0,1.2114.3522,1.5125.8753"/><path class="c" d="m33.6632,31.6939v-2.8773c0-.9631-.7807-1.7438-1.7438-1.7438s-1.7438.7807-1.7438,1.7438"/><line class="c" x1="30.1755" y1="31.6939" x2="30.1755" y2="27.0727"/><path class="c" d="m28.1195,30.8132c-.3004.5257-.8664.88-1.5152.88-.9631,0-1.7438-.7807-1.7438-1.7438v-1.1335c0-.9631.7807-1.7438,1.7438-1.7438s1.7438.7807,1.7438,1.7438v.5667h-3.4877"/></svg>
Copied!