bitcoin icon

bitcoin-filled from Reicon by REICON · Filled · Money · MIT Free for personal and commercial use.

Name
bitcoin-filled
Set
Reicon
Style
Filled
Category
Money
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All bitcoin icons →

More money icons from Reicon

Use the bitcoin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10 2a1 1 0 0 0-2 0v1.5H5.5a1 1 0 0 0 0 2h1v13h-1a1 1 0 1 0 0 2H8V22a1 1 0 0 0 2 0v-1.5h2V22a1 1 0 0 0 2 0v-1.5h.75a4.75 4.75 0 0 0 2.014-9.053A4.751 4.751 0 0 0 14 3.559V2a1 1 0 1 0-2 0v1.5h-2zM8.5 5.5V11h4.77a2.75 2.75 0 0 0-.02-5.5zm4.504 13h1.746a2.75 2.75 0 0 0 0-5.5H8.5v5.5z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBitcoinFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M10 2a1 1 0 0 0-2 0v1.5H5.5a1 1 0 0 0 0 2h1v13h-1a1 1 0 1 0 0 2H8V22a1 1 0 0 0 2 0v-1.5h2V22a1 1 0 0 0 2 0v-1.5h.75a4.75 4.75 0 0 0 2.014-9.053A4.751 4.751 0 0 0 14 3.559V2a1 1 0 1 0-2 0v1.5h-2zM8.5 5.5V11h4.77a2.75 2.75 0 0 0-.02-5.5zm4.504 13h1.746a2.75 2.75 0 0 0 0-5.5H8.5v5.5z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10 2a1 1 0 0 0-2 0v1.5H5.5a1 1 0 0 0 0 2h1v13h-1a1 1 0 1 0 0 2H8V22a1 1 0 0 0 2 0v-1.5h2V22a1 1 0 0 0 2 0v-1.5h.75a4.75 4.75 0 0 0 2.014-9.053A4.751 4.751 0 0 0 14 3.559V2a1 1 0 1 0-2 0v1.5h-2zM8.5 5.5V11h4.77a2.75 2.75 0 0 0-.02-5.5zm4.504 13h1.746a2.75 2.75 0 0 0 0-5.5H8.5v5.5z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-bitcoin-filled {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%202a1%201%200%200%200-2%200v1.5H5.5a1%201%200%200%200%200%202h1v13h-1a1%201%200%201%200%200%202H8V22a1%201%200%200%200%202%200v-1.5h2V22a1%201%200%200%200%202%200v-1.5h.75a4.75%204.75%200%200%200%202.014-9.053A4.751%204.751%200%200%200%2014%203.559V2a1%201%200%201%200-2%200v1.5h-2zM8.5%205.5V11h4.77a2.75%202.75%200%200%200-.02-5.5zm4.504%2013h1.746a2.75%202.75%200%200%200%200-5.5H8.5v5.5z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%202a1%201%200%200%200-2%200v1.5H5.5a1%201%200%200%200%200%202h1v13h-1a1%201%200%201%200%200%202H8V22a1%201%200%200%200%202%200v-1.5h2V22a1%201%200%200%200%202%200v-1.5h.75a4.75%204.75%200%200%200%202.014-9.053A4.751%204.751%200%200%200%2014%203.559V2a1%201%200%201%200-2%200v1.5h-2zM8.5%205.5V11h4.77a2.75%202.75%200%200%200-.02-5.5zm4.504%2013h1.746a2.75%202.75%200%200%200%200-5.5H8.5v5.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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