Magnet 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 { IconMagnet } from "@devigner-ui/icons";
<IconMagnet className="size-6" />
<script setup>
import { IconMagnet } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMagnet class="size-6" />
</template>
<script>
import { IconMagnet } from "@devigner-ui/icons-svelte";
</script>
<IconMagnet class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 18.5v2c0 .83-.67 1.5-1.5 1.5H13a10 10 0 0 1 0-20h6.5c.83 0 1.5.67 1.5 1.5v2c0 .83-.67 1.5-1.5 1.5H13a5 5 0 0 0 0 10h6.5c.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="M17 2v5m0 10v5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>