Plug Circle 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 { IconPlugCircle } from "@devigner-ui/icons";
<IconPlugCircle className="size-6" />
<script setup>
import { IconPlugCircle } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPlugCircle class="size-6" />
</template>
<script>
import { IconPlugCircle } from "@devigner-ui/icons-svelte";
</script>
<IconPlugCircle 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="m10.01 21.97-.15.73zm6.02-1.49a.75.75 0 1 0 .66 1.35zm-5.87.75a9.3 9.3 0 0 1-7.41-9.15h-1.5c0 5.25 3.7 9.62 8.61 10.62zm-7.41-9.15A9.3 9.3 0 0 1 12 2.75v-1.5A10.8 10.8 0 0 0 1.25 12.08zM12 2.75a9.3 9.3 0 0 1 9.25 9.33h1.5A10.8 10.8 0 0 0 12 1.25zm.75 17.4v-5.04h-1.5v5.04zm8.5-8.07c0 3.7-2.13 6.9-5.22 8.4l.66 1.35a10.8 10.8 0 0 0 6.06-9.75zM9.86 22.7c1.66.34 2.89-1.08 2.89-2.55h-1.5c0 .76-.58 1.19-1.09 1.08z" fill="currentColor"></path><path d="M9 11.8c0-.44.36-.8.8-.8h4.4c.44 0 .8.36.8.8v.2a3 3 0 1 1-6 0z" stroke="currentColor" stroke-width="1.5"></path><path d="M13.5 11V9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M10.5 11V9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>