Station 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 { IconStation } from "@devigner-ui/icons";
<IconStation className="size-6" />
<script setup>
import { IconStation } from "@devigner-ui/icons-vue";
</script>
<template>
<IconStation class="size-6" />
</template>
<script>
import { IconStation } from "@devigner-ui/icons-svelte";
</script>
<IconStation 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="M19.14 2.08a9.97 9.97 0 0 1-.06 14.06M5 16.22A9.97 9.97 0 0 1 4.94 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M16.28 5.12A5.4 5.4 0 0 1 18 9.06c0 1.55-.67 2.96-1.75 3.97m-8.45.05A5.4 5.4 0 0 1 6 9.06c0-1.55.67-2.96 1.76-3.98" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><circle cx="12" cy="9.07849" r="2" stroke="currentColor" stroke-width="1.5"></circle><path d="M12.5 11 16 22l-5.5-6.5m1-4.5L8 22l5.5-6.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>