Wireless Charge 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 { IconWirelessCharge } from "@devigner-ui/icons";
<IconWirelessCharge className="size-6" />
<script setup>
import { IconWirelessCharge } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWirelessCharge class="size-6" />
</template>
<script>
import { IconWirelessCharge } from "@devigner-ui/icons-svelte";
</script>
<IconWirelessCharge class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.06 18A7.85 7.85 0 0 0 20 10.06 8.16 8.16 0 0 0 11.94 2 7.85 7.85 0 0 0 4 9.94 8.16 8.16 0 0 0 12.06 18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M12.86 7 10 10h4l-2.86 3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M11.25 22a.75.75 0 0 0 1.5 0zm-.13-1.08-.29.7zm-.54-.54-.7.29zm2.84 0 .7.29zm-.54.54.29.7zm-1.63.08v1h1.5v-1zm1.5-3v1.5h1.5V18zm-1.5 1.5V18h-1.5v1.5zm.75.75h-.5l-.1-.02-.57 1.39q.3.1.57.12l.6.01zm-2.25-.75.01.6q0 .27.12.57l1.39-.57-.01-.1-.01-.5zm1.65.73a.3.3 0 0 1-.13-.13l-1.39.57q.29.66.95.95zm1.35-.73v.5l-.02.1 1.39.57q.1-.3.12-.57l.01-.6zM12 21.75l.6-.01q.27 0 .57-.12l-.57-1.39-.1.01-.5.01zm.73-1.65a.3.3 0 0 1-.13.13l.57 1.39q.66-.29.95-.95z" fill="currentColor"></path></svg>