Ncell App Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ncell App 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/330020.svg" alt="Ncell App icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330020.svg" alt="Ncell App icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330020.svg" alt="Ncell App icon" :width="24" :height="24" />
CSS background
.icon-ncell-app {
background-image: url('https://proicons.com/icon/330020.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="h" d="m11.0228,35.4495l13.0514,7.5505,12.9029-7.5752v-15.2495L11.0228,5v15.2248l13.0514,7.6495-13.0514,7.5752Z"/><path id="d" class="h" d="m24,12.5876l.0742,30.4124"/><path id="e" class="h" d="m11.0228,20.2248l12.9772-7.6371"/><path id="f" class="h" d="m36.9772,20.1752l-12.9029,7.699"/><path id="g" class="h" d="m24.0742,27.8743l12.9029,7.5505"/></svg>
Copied!