btc from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
btc
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

The same logo in other sets

Use the btc logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.388 15.165c1.733-.886 2.836-2.462 2.58-5.081c-.335-3.585-3.279-4.786-7.178-5.121V0h-3.033v4.825c-.788 0-1.595.02-2.403.039V0h-3.033v4.963c-1.115.034-2.414.017-6.085 0v3.23c2.394-.042 3.651-.196 3.939 1.339v13.589c-.183 1.218-1.158 1.043-3.328 1.005l-.61 3.604c5.53 0 6.086.02 6.086.02V32h3.033v-4.191c.827.02 1.634.02 2.403.02v4.172h3.033v-4.25c5.081-.276 8.478-1.556 8.931-6.342c.354-3.84-1.457-5.554-4.333-6.243zM13.413 8.41c1.713 0 7.07-.532 7.07 3.033c0 3.407-5.357 3.013-7.07 3.013zm0 15.735v-6.657c2.048 0 8.32-.571 8.32 3.328c0 3.762-6.272 3.328-8.32 3.328z"/></svg>

React

import type { SVGProps } from "react";

export function CibBtc(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.388 15.165c1.733-.886 2.836-2.462 2.58-5.081c-.335-3.585-3.279-4.786-7.178-5.121V0h-3.033v4.825c-.788 0-1.595.02-2.403.039V0h-3.033v4.963c-1.115.034-2.414.017-6.085 0v3.23c2.394-.042 3.651-.196 3.939 1.339v13.589c-.183 1.218-1.158 1.043-3.328 1.005l-.61 3.604c5.53 0 6.086.02 6.086.02V32h3.033v-4.191c.827.02 1.634.02 2.403.02v4.172h3.033v-4.25c5.081-.276 8.478-1.556 8.931-6.342c.354-3.84-1.457-5.554-4.333-6.243zM13.413 8.41c1.713 0 7.07-.532 7.07 3.033c0 3.407-5.357 3.013-7.07 3.013zm0 15.735v-6.657c2.048 0 8.32-.571 8.32 3.328c0 3.762-6.272 3.328-8.32 3.328z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.388 15.165c1.733-.886 2.836-2.462 2.58-5.081c-.335-3.585-3.279-4.786-7.178-5.121V0h-3.033v4.825c-.788 0-1.595.02-2.403.039V0h-3.033v4.963c-1.115.034-2.414.017-6.085 0v3.23c2.394-.042 3.651-.196 3.939 1.339v13.589c-.183 1.218-1.158 1.043-3.328 1.005l-.61 3.604c5.53 0 6.086.02 6.086.02V32h3.033v-4.191c.827.02 1.634.02 2.403.02v4.172h3.033v-4.25c5.081-.276 8.478-1.556 8.931-6.342c.354-3.84-1.457-5.554-4.333-6.243zM13.413 8.41c1.713 0 7.07-.532 7.07 3.033c0 3.407-5.357 3.013-7.07 3.013zm0 15.735v-6.657c2.048 0 8.32-.571 8.32 3.328c0 3.762-6.272 3.328-8.32 3.328z"/></svg>
</template>

CSS

.icon-btc {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.388%2015.165c1.733-.886%202.836-2.462%202.58-5.081c-.335-3.585-3.279-4.786-7.178-5.121V0h-3.033v4.825c-.788%200-1.595.02-2.403.039V0h-3.033v4.963c-1.115.034-2.414.017-6.085%200v3.23c2.394-.042%203.651-.196%203.939%201.339v13.589c-.183%201.218-1.158%201.043-3.328%201.005l-.61%203.604c5.53%200%206.086.02%206.086.02V32h3.033v-4.191c.827.02%201.634.02%202.403.02v4.172h3.033v-4.25c5.081-.276%208.478-1.556%208.931-6.342c.354-3.84-1.457-5.554-4.333-6.243zM13.413%208.41c1.713%200%207.07-.532%207.07%203.033c0%203.407-5.357%203.013-7.07%203.013zm0%2015.735v-6.657c2.048%200%208.32-.571%208.32%203.328c0%203.762-6.272%203.328-8.32%203.328z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.388%2015.165c1.733-.886%202.836-2.462%202.58-5.081c-.335-3.585-3.279-4.786-7.178-5.121V0h-3.033v4.825c-.788%200-1.595.02-2.403.039V0h-3.033v4.963c-1.115.034-2.414.017-6.085%200v3.23c2.394-.042%203.651-.196%203.939%201.339v13.589c-.183%201.218-1.158%201.043-3.328%201.005l-.61%203.604c5.53%200%206.086.02%206.086.02V32h3.033v-4.191c.827.02%201.634.02%202.403.02v4.172h3.033v-4.25c5.081-.276%208.478-1.556%208.931-6.342c.354-3.84-1.457-5.554-4.333-6.243zM13.413%208.41c1.713%200%207.07-.532%207.07%203.033c0%203.407-5.357%203.013-7.07%203.013zm0%2015.735v-6.657c2.048%200%208.32-.571%208.32%203.328c0%203.762-6.272%203.328-8.32%203.328z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/btc.svg?color=%231a73e8&size=48