Cloud Off Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Cloud Off 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/308823.svg" alt="Cloud Off Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308823.svg" alt="Cloud Off Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308823.svg" alt="Cloud Off Svg icon" :width="24" :height="24" />
CSS background
.icon-cloud-off---svg {
background-image: url('https://proicons.com/icon/308823.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="M4.70711 3.29289C4.31658 2.90237 3.68342 2.90237 3.29289 3.29289C2.90237 3.68342 2.90237 4.31658 3.29289 4.70711L5.67987 7.09409C5.12817 7.80322 4.7119 8.58459 4.43179 9.40242C2.41985 10.2196 1 12.1929 1 14.5C1 17.5376 3.46243 20 6.5 20H18.5C18.5284 20 18.5567 19.9997 18.585 19.9992L19.2929 20.7071C19.6834 21.0976 20.3166 21.0976 20.7071 20.7071C21.0976 20.3166 21.0976 19.6834 20.7071 19.2929L19.6837 18.2695C19.6789 18.2646 19.6741 18.2598 19.6693 18.2551L7.75736 6.34315L4.70711 3.29289ZM16.2426 7.75736C14.8015 6.31622 12.81 5.76053 10.9413 6.09352C10.3976 6.1904 9.87827 5.82817 9.78139 5.28445C9.6845 4.74073 10.0467 4.22142 10.5905 4.12453C13.0753 3.68177 15.7339 4.42023 17.6569 6.34315C19.0262 7.71246 19.7954 9.4562 19.9644 11.2439C21.7309 11.8517 23 13.527 23 15.5C23 15.8343 22.9634 16.1613 22.8935 16.4766C22.7741 17.0158 22.2401 17.3561 21.7009 17.2367C21.1617 17.1172 20.8214 16.5833 20.9408 16.0441C20.9794 15.8698 21 15.6879 21 15.5C21 14.2414 20.069 13.1985 18.8583 13.0254C18.3639 12.9546 17.9974 12.5299 17.9999 12.0304C18.0077 10.4832 17.4221 8.93683 16.2426 7.75736Z" fill="#292929"/> </svg>
Copied!