Power 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 { IconPower } from "@devigner-ui/icons";
<IconPower className="size-6" />
<script setup>
import { IconPower } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPower class="size-6" />
</template>
<script>
import { IconPower } from "@devigner-ui/icons-svelte";
</script>
<IconPower 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="M12 2v4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M8.5 3.7a9 9 0 1 0 7 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>