Cloud Change 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 { IconCloudChange } from "@devigner-ui/icons";
<IconCloudChange className="size-6" />
<script setup>
import { IconCloudChange } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCloudChange class="size-6" />
</template>
<script>
import { IconCloudChange } from "@devigner-ui/icons-svelte";
</script>
<IconCloudChange class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.78 11.85c-2.82.2-2.81 4.3 0 4.5h6.67c.81.01 1.59-.3 2.19-.84 1.98-1.73.92-5.2-1.68-5.53-.93-5.64-9.08-3.5-7.15 1.87" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="M2.67 15a7 7 0 0 0 7 7l-1.05-1.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.67 9a7 7 0 0 0-7-7l1.05 1.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>