Ncp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ncp 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/344583.svg" alt="Ncp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344583.svg" alt="Ncp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344583.svg" alt="Ncp icon" :width="24" :height="24" />
CSS background
.icon-ncp {
background-image: url('https://proicons.com/icon/344583.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><rect class="b" x="4.9043" y="16.6587" width="13" height="13" rx="2" ry="2"/><rect class="b" x="17.9043" y="16.6587" width="13" height="13" rx="2" ry="2"/><rect class="b" x="30.9043" y="16.6587" width="13" height="13" rx="2" ry="2"/><path class="b" d="m34.7543,27.1587v-8h2.619c1.4807,0,2.681,1.2029,2.681,2.6867s-1.2003,2.6867-2.681,2.6867h-2.619"/><polyline class="b" points="8.7543 27.1587 8.7543 19.1587 14.0543 27.1587 14.0543 19.1587"/><path class="b" d="m26.65,24.4759v.0328c0,1.4636-1.1864,2.65-2.65,2.65h0c-1.4636,0-2.65-1.1864-2.65-2.65v-2.7c0-1.4636,1.1864-2.65,2.65-2.65h0c1.4636,0,2.65,1.1864,2.65,2.65v.0328"/></svg>
Copied!