Stellar icon in outline, twotone, bold and bulk. Free in all four styles, for tokens, exchanges, wallets, on-chain payments. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconStellar } from "@devigner-ui/icons";
<IconStellar className="size-6" />
<script setup>
import { IconStellar } from "@devigner-ui/icons-vue";
</script>
<template>
<IconStellar class="size-6" />
</template>
<script>
import { IconStellar } from "@devigner-ui/icons-svelte";
</script>
<IconStellar class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.03 4.99a8.25 8.25 0 0 0-12.32 9.2" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="m2.67 16 20-11" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="M8.29 18.99a8.25 8.25 0 0 0 12.29-9.35" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="m22.67 8.5-20 11" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>