Solana 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 { IconSolana } from "@devigner-ui/icons";
<IconSolana className="size-6" />
<script setup>
import { IconSolana } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSolana class="size-6" />
</template>
<script>
import { IconSolana } from "@devigner-ui/icons-svelte";
</script>
<IconSolana class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.67 3.5H6.17c-.31 0-.61.15-.8.4l-1.5 2a1 1 0 0 0 .8 1.6h14.5c.31 0 .61-.15.8-.4l1.5-2a1 1 0 0 0-.8-1.6" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path><path opacity="1" d="M4.67 10h14.5c.31 0 .61.15.8.4l1.5 2a1 1 0 0 1-.8 1.6H6.17c-.31 0-.61-.15-.8-.4l-1.5-2a1 1 0 0 1 .8-1.6" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path><path d="M20.67 16.5H6.17c-.31 0-.61.15-.8.4l-1.5 2a1 1 0 0 0 .8 1.6h14.5c.31 0 .61-.15.8-.4l1.5-2a1 1 0 0 0-.8-1.6" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path></svg>