Cloud Storage icon in outline, twotone, bold and bulk. Free in all four styles, for wifi, bluetooth, battery, power, cloud sync. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconCloudStorage } from "@devigner-ui/icons";
<IconCloudStorage className="size-6" />
<script setup>
import { IconCloudStorage } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCloudStorage class="size-6" />
</template>
<script>
import { IconCloudStorage } from "@devigner-ui/icons-svelte";
</script>
<IconCloudStorage class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.29 18A4.26 4.26 0 0 1 2 13.76a4.26 4.26 0 0 1 5.12-4.15m7.26-2.58A5.8 5.8 0 0 1 18.16 7M7.12 9.61A5.68 5.68 0 0 1 12.48 2a5.7 5.7 0 0 1 5.68 5M7.12 9.61q.85.16 1.55.63m9.49-3.23A5.65 5.65 0 0 1 22 12.35a5.7 5.7 0 0 1-4.5 5.52" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M8.5 17c0-1.41 0-2.12.44-2.56S10.09 14 11.5 14h1c1.41 0 2.12 0 2.56.44s.44 1.15.44 2.56v2c0 1.41 0 2.12-.44 2.56s-1.15.44-2.56.44h-1c-1.41 0-2.12 0-2.56-.44S8.5 20.41 8.5 19z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M11 18h2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>