Cloud Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Cloud Svg 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/308817.svg" alt="Cloud Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308817.svg" alt="Cloud Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308817.svg" alt="Cloud Svg icon" :width="24" :height="24" />
CSS background
.icon-cloud---svg {
background-image: url('https://proicons.com/icon/308817.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M17.3033 6.6967C14.3744 3.76777 9.62563 3.76777 6.6967 6.6967C5.8031 7.5903 5.18155 8.65442 4.83316 9.78472C2.89164 10.4711 1.5 12.3224 1.5 14.5C1.5 17.2614 3.73858 19.5 6.5 19.5H18.5C20.7091 19.5 22.5 17.7091 22.5 15.5C22.5 13.6326 21.2207 12.0647 19.4906 11.6237C19.4011 9.83218 18.6719 8.06533 17.3033 6.6967Z" fill="#292929"/> </svg>
Copied!