Alibaba Cloud Disk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Alibaba Cloud Disk 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/321600.svg" alt="Alibaba Cloud Disk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321600.svg" alt="Alibaba Cloud Disk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321600.svg" alt="Alibaba Cloud Disk icon" :width="24" :height="24" />
CSS background
.icon-alibaba-cloud-disk {
background-image: url('https://proicons.com/icon/321600.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="M39.7334,24.7367c1.2353-10.1522-6.0599-20.5627-18.3449-20.5627C11.51,4.1739,3.3591,12.8536,3.5018,23.5585c.1309,9.8144,8.6293,19.0283,17.8867,20.1045,9.8125,1.1408,19.3684-3.7226,23.033-14.0416.2522-.7102-.1096-1.492-.9982-1.7086l-3.1714-.7731c-.8833-.2153-.7183-.7609-.5185-2.403Z"/><path id="c" class="d" d="M32.569,23.766c.7609-5.8159-3.8066-11.4087-9.5905-11.972-4.8439-.4717-11.9159,2.5738-11.8364,11.934.0604,7.1123,6.1243,12.0321,11.8364,12.6063,6.4318.6466,11.931-2.5209,14.1884-8.8737.1554-.4373-.0779-.8814-.6149-1.0519l-3.6635-1.1633c-.5338-.1695-.4515-.4696-.3194-1.4794Z"/></svg>
Copied!