Cloud Small Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Cloud Small 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/307053.svg" alt="Cloud Small icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307053.svg" alt="Cloud Small icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307053.svg" alt="Cloud Small icon" :width="24" :height="24" />
CSS background
.icon-cloud-small {
background-image: url('https://proicons.com/icon/307053.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M7.75 8H2.25C1.01 8 0 6.99 0 5.75C0 4.58 0.897 3.616 2.04 3.51C2.274 2.088 3.513 1 5 1C6.487 1 7.726 2.088 7.96 3.51C9.103 3.616 10 4.58 10 5.75C10 6.99 8.99 8 7.75 8ZM2.25 4.5C1.561 4.5 1 5.061 1 5.75C1 6.439 1.561 7 2.25 7H7.75C8.439 7 9 6.439 9 5.75C9 5.061 8.439 4.5 7.75 4.5H7.5C7.224 4.5 7 4.276 7 4C7 2.897 6.103 2 5 2C3.897 2 3 2.897 3 4C3 4.276 2.776 4.5 2.5 4.5H2.25Z"/></svg>
Copied!