Neural Cloud Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Neural Cloud icon is commonly used in storage apps, sync indicators and cloud service dashboards. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/330124.svg" alt="Neural Cloud icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330124.svg" alt="Neural Cloud icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330124.svg" alt="Neural Cloud icon" :width="24" :height="24" />
CSS background
.icon-neural-cloud {
background-image: url('https://proicons.com/icon/330124.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><polyline class="b" points="24 31.686 4.5 31.686 4.5 16.314 24 16.314 24 31.686 43.5 31.686 43.5 16.314 24 16.314"/><path class="b" d="m27.52,20.074c0-.965,1.166-1.741,2.613-1.741h7.234c1.447,0,2.612.776,2.612,1.74"/><path class="b" d="m39.979,27.926c0,.965-1.165,1.741-2.612,1.741h-7.234c-1.447,0-2.612-.776-2.612-1.74v-4.42"/><polyline class="b" points="19.895 18.332 19.895 29.668 8.605 18.355 8.605 19.824"/><line class="b" x1="8.605" y1="23.481" x2="8.605" y2="29.668"/></svg>
Copied!