Cloud Server Icon
Free SVG icon from the Pixelarticons collection. Download or copy for use in any project.
The Cloud Server 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/312840.svg" alt="Cloud Server icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312840.svg" alt="Cloud Server icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312840.svg" alt="Cloud Server icon" :width="24" :height="24" />
CSS background
.icon-cloud-server {
background-image: url('https://proicons.com/icon/312840.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"> <path d="M20 6h-2v2h2V6Zm2 2h-2v4h2V8Zm-2 4H4v2h16v-2ZM4 8H2v4h2V8Zm4-2H4v2h4V6Zm8-4h-6v2h6V2Zm-6 2H8v2h2V4Zm0 4H8v2h2V8Zm8-4h-2v2h2V4Zm0 4h-2v2h2V8Zm-7 8h2v2h-2zm0 4h2v2h-2zm-7-2h7v2H4zm9 0h7v2h-7zm-2-4h2v2h-2z"/> </svg>
Cloud Server in other icon packs
Copied!