Cloud Notification 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 { IconCloudNotification } from "@devigner-ui/icons";
<IconCloudNotification className="size-6" />
<script setup>
import { IconCloudNotification } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCloudNotification class="size-6" />
</template>
<script>
import { IconCloudNotification } from "@devigner-ui/icons-svelte";
</script>
<IconCloudNotification class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.57 13.96a5.1 5.1 0 0 1-1.63 4.72 5.3 5.3 0 0 1-3.64 1.4H6.21c-4.67-.34-4.68-7.14 0-7.48h.05c-2.19-6.13 3.5-9.73 7.79-8.35" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.93 13.01a4 4 0 0 0-1.67-.41" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M22.64 8.5c0 1.1-.51 2.09-1.32 2.73a3.5 3.5 0 0 1-5.68-2.73c0-.96.39-1.83 1.03-2.46v-.01a3.5 3.5 0 0 1 5.97 2.47" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>