Magnet Wave icon in outline, twotone, bold and bulk. Free in all four styles, for props, objects and everything with no other sheet. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconMagnetWave } from "@devigner-ui/icons";
<IconMagnetWave className="size-6" />
<script setup>
import { IconMagnetWave } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMagnetWave class="size-6" />
</template>
<script>
import { IconMagnetWave } from "@devigner-ui/icons-svelte";
</script>
<IconMagnetWave class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 18v1.5c0 .83-.67 1.5-1.5 1.5H11a9 9 0 1 1 0-18h5.5c.83 0 1.5.67 1.5 1.5V6c0 .83-.67 1.5-1.5 1.5h-5.56a4.5 4.5 0 0 0 0 9h5.56c.83 0 1.5.67 1.5 1.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M14.44 3v4.5m0 9V21" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M21.5 6S23 7.8 23 12s-1.5 6-1.5 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M19.5 9s.5.9.5 3-.5 3-.5 3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>