Nerv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nerv 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/330080.svg" alt="Nerv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330080.svg" alt="Nerv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330080.svg" alt="Nerv icon" :width="24" :height="24" />
CSS background
.icon-nerv {
background-image: url('https://proicons.com/icon/330080.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M42.5,9.5v29c0,.96-.3301,1.83-.89,2.52-.73.9-1.85,1.48-3.11,1.48H9.5c-2.22,0-4-1.78-4-4V9.5c0-2.22,1.78-4,4-4h29c1.64,0,3.04.97,3.6599,2.38.2201.49.3401,1.04.3401,1.62Z"/><polyline class="b" points="9.4329 28 9.4329 20 15.3104 28 15.3104 20"/><line class="b" x1="8.8221" y1="28" x2="10.0437" y2="28"/><line class="b" x1="14.6996" y1="20" x2="15.9212" y2="20"/><line class="b" x1="8.8827" y1="20" x2="9.4329" y2="20"/><line class="b" x1="18.262" y1="24" x2="22.3384" y2="24"/><polyline class="b" points="23.139 28 18.262 28 18.262 20 23.139 20"/><line class="b" x1="22.3384" y1="23.5419" x2="22.3384" y2="24.4581"/><line class="b" x1="23.139" y1="20" x2="23.139" y2="20.9162"/><line class="b" x1="23.139" y1="27.0838" x2="23.139" y2="28"/><line class="b" x1="17.7118" y1="20" x2="18.262" y2="20"/><line class="b" x1="17.7118" y1="28" x2="18.262" y2="28"/><polyline class="b" points="33.0864 20 36.1322 28 39.1779 20 42.5 20"/><line class="b" x1="32.5362" y1="20" x2="33.0864" y2="20"/><path class="b" d="M25.6641,28v-8h3.2298c1.4807,0,2.681,1.2029,2.681,2.6867s-1.2003,2.6867-2.681,2.6867h-3.2298"/><line class="b" x1="28.8939" y1="25.3735" x2="31.5127" y2="27.998"/><line class="b" x1="25.0533" y1="28" x2="26.2749" y2="28"/><line class="b" x1="25.1139" y1="20" x2="25.6641" y2="20"/><line class="b" x1="30.8584" y1="28" x2="32.08" y2="28"/><line class="b" x1="42.5" y1="28" x2="36.1322" y2="28"/><path class="b" d="M29.14,17.13c2.38-5.37,7.3-9.11,13.02-9.25"/><path class="b" d="M28.75,30.86c2.14,5.7,7.05,9.78,12.86,10.16"/></svg>
Copied!