Bitcoin Refresh 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 { IconBitcoinRefresh } from "@devigner-ui/icons";
<IconBitcoinRefresh className="size-6" />
<script setup>
import { IconBitcoinRefresh } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBitcoinRefresh class="size-6" />
</template>
<script>
import { IconBitcoinRefresh } from "@devigner-ui/icons-svelte";
</script>
<IconBitcoinRefresh class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.14 11.42 3.4 9.68l-1.73 1.74" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m20.2 12.58 1.74 1.74 1.74-1.74" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M21.93 14.32V12A9.26 9.26 0 0 0 5.44 6.21" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M3.41 9.68V12a9.26 9.26 0 0 0 16.49 5.79" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="M9.67 8.5h4.38c.97 0 1.75.88 1.75 1.75 0 .97-.78 1.75-1.75 1.75H9.67z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9.67 12h5c1.1 0 2 .78 2 1.75s-.9 1.75-2 1.75h-5z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.47 15.5v1.75" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.47 6.75V8.5" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>