← Go back
Share

Bitcoin


Usage:

React Code:

npm install @mynaui/icons-react
import { Bitcoin } from "@mynaui/icons-react";

const App = () => {
  return <Bitcoin />;
};

SVG HTML:

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"><path d="M9.273 5.25V3m0 2.25H8.182m1.09 0h4.364m0 0V3m0 2.25c1.808 0 3.273 1.511 3.273 3.375S15.444 12 13.636 12m-4.363 9v-2.25m0 0H8.182m1.09 0h4.364m0 2.25v-2.25m0 0h1.091c1.808 0 3.273-1.511 3.273-3.375S16.535 12 14.727 12h-1.09M6 5.25h2.182m0 0V12m5.454 0H8.182M6 18.75h2.182m0 0V12"/></svg>

SVG CDN:

<img src="https://unpkg.com/@mynaui/icons/icons/bitcoin.svg" />

SVG Sprite:

npm install @mynaui/icons
<svg
        width="24"
        height="24"
        fill="none"
        viewBox="0 0 24 24"
        stroke-width="1.5"
        stroke-linecap="round"
        stroke-linejoin="round"
        stroke="currentColor"
      >
        <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-bitcoin"></use></svg
      >