Airdrop 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 { IconAirdrop } from "@devigner-ui/icons";
<IconAirdrop className="size-6" />
<script setup>
import { IconAirdrop } from "@devigner-ui/icons-vue";
</script>
<template>
<IconAirdrop class="size-6" />
</template>
<script>
import { IconAirdrop } from "@devigner-ui/icons-svelte";
</script>
<IconAirdrop class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M14.8 11.34a2.2 2.2 0 1 0-4.28-1.08 2.2 2.2 0 0 0 4.28 1.08" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M18.68 17.19a8.79 8.79 0 1 0-11.99.03" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M8.67 14.55a5.47 5.47 0 0 1 4-9.25 5.5 5.5 0 0 1 4 9.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="m10.97 16.66-1.44 1.79a2.18 2.18 0 0 0 1.7 3.54h2.87a2.18 2.18 0 0 0 1.7-3.54l-1.44-1.79a2.17 2.17 0 0 0-3.39 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>