bitcoin from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
bitcoin
Set
SVG Logos
Style
Color
Viewbox
256×256
License
CC0

The same logo in other sets

Use the bitcoin logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVG7OTKbbrK" x1="49.973%" x2="49.973%" y1="-.024%" y2="99.99%"><stop offset="0%" stop-color="#f9aa4b"/><stop offset="100%" stop-color="#f7931a"/></linearGradient></defs><path fill="url(#SVG7OTKbbrK)" d="M252.171 158.954c-17.102 68.608-86.613 110.314-155.123 93.211c-68.61-17.102-110.316-86.61-93.213-155.119C20.937 28.438 90.347-13.268 158.957 3.835c68.51 17.002 110.317 86.51 93.214 155.119"/><path fill="#fff" d="M188.945 112.05c2.5-17-10.4-26.2-28.2-32.3l5.8-23.1l-14-3.5l-5.6 22.5c-3.7-.9-7.5-1.8-11.3-2.6l5.6-22.6l-14-3.5l-5.7 23q-4.65-1.05-9-2.1v-.1l-19.4-4.8l-3.7 15s10.4 2.4 10.2 2.5c5.7 1.4 6.7 5.2 6.5 8.2l-6.6 26.3c.4.1.9.2 1.5.5c-.5-.1-1-.2-1.5-.4l-9.2 36.8c-.7 1.7-2.5 4.3-6.4 3.3c.1.2-10.2-2.5-10.2-2.5l-7 16.1l18.3 4.6c3.4.9 6.7 1.7 10 2.6l-5.8 23.3l14 3.5l5.8-23.1c3.8 1 7.6 2 11.2 2.9l-5.7 23l14 3.5l5.8-23.3c24 4.5 42 2.7 49.5-19c6.1-17.4-.3-27.5-12.9-34.1c9.3-2.1 16.2-8.2 18-20.6m-32.1 45c-4.3 17.4-33.7 8-43.2 5.6l7.7-30.9c9.5 2.4 40.1 7.1 35.5 25.3m4.4-45.3c-4 15.9-28.4 7.8-36.3 5.8l7-28c7.9 2 33.4 5.7 29.3 22.2"/></svg>

React

import type { SVGProps } from "react";

export function LogosBitcoin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVG7OTKbbrK" x1="49.973%" x2="49.973%" y1="-.024%" y2="99.99%"><stop offset="0%" stopColor="#f9aa4b"/><stop offset="100%" stopColor="#f7931a"/></linearGradient></defs><path fill="url(#SVG7OTKbbrK)" d="M252.171 158.954c-17.102 68.608-86.613 110.314-155.123 93.211c-68.61-17.102-110.316-86.61-93.213-155.119C20.937 28.438 90.347-13.268 158.957 3.835c68.51 17.002 110.317 86.51 93.214 155.119"/><path fill="#fff" d="M188.945 112.05c2.5-17-10.4-26.2-28.2-32.3l5.8-23.1l-14-3.5l-5.6 22.5c-3.7-.9-7.5-1.8-11.3-2.6l5.6-22.6l-14-3.5l-5.7 23q-4.65-1.05-9-2.1v-.1l-19.4-4.8l-3.7 15s10.4 2.4 10.2 2.5c5.7 1.4 6.7 5.2 6.5 8.2l-6.6 26.3c.4.1.9.2 1.5.5c-.5-.1-1-.2-1.5-.4l-9.2 36.8c-.7 1.7-2.5 4.3-6.4 3.3c.1.2-10.2-2.5-10.2-2.5l-7 16.1l18.3 4.6c3.4.9 6.7 1.7 10 2.6l-5.8 23.3l14 3.5l5.8-23.1c3.8 1 7.6 2 11.2 2.9l-5.7 23l14 3.5l5.8-23.3c24 4.5 42 2.7 49.5-19c6.1-17.4-.3-27.5-12.9-34.1c9.3-2.1 16.2-8.2 18-20.6m-32.1 45c-4.3 17.4-33.7 8-43.2 5.6l7.7-30.9c9.5 2.4 40.1 7.1 35.5 25.3m4.4-45.3c-4 15.9-28.4 7.8-36.3 5.8l7-28c7.9 2 33.4 5.7 29.3 22.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVG7OTKbbrK" x1="49.973%" x2="49.973%" y1="-.024%" y2="99.99%"><stop offset="0%" stop-color="#f9aa4b"/><stop offset="100%" stop-color="#f7931a"/></linearGradient></defs><path fill="url(#SVG7OTKbbrK)" d="M252.171 158.954c-17.102 68.608-86.613 110.314-155.123 93.211c-68.61-17.102-110.316-86.61-93.213-155.119C20.937 28.438 90.347-13.268 158.957 3.835c68.51 17.002 110.317 86.51 93.214 155.119"/><path fill="#fff" d="M188.945 112.05c2.5-17-10.4-26.2-28.2-32.3l5.8-23.1l-14-3.5l-5.6 22.5c-3.7-.9-7.5-1.8-11.3-2.6l5.6-22.6l-14-3.5l-5.7 23q-4.65-1.05-9-2.1v-.1l-19.4-4.8l-3.7 15s10.4 2.4 10.2 2.5c5.7 1.4 6.7 5.2 6.5 8.2l-6.6 26.3c.4.1.9.2 1.5.5c-.5-.1-1-.2-1.5-.4l-9.2 36.8c-.7 1.7-2.5 4.3-6.4 3.3c.1.2-10.2-2.5-10.2-2.5l-7 16.1l18.3 4.6c3.4.9 6.7 1.7 10 2.6l-5.8 23.3l14 3.5l5.8-23.1c3.8 1 7.6 2 11.2 2.9l-5.7 23l14 3.5l5.8-23.3c24 4.5 42 2.7 49.5-19c6.1-17.4-.3-27.5-12.9-34.1c9.3-2.1 16.2-8.2 18-20.6m-32.1 45c-4.3 17.4-33.7 8-43.2 5.6l7.7-30.9c9.5 2.4 40.1 7.1 35.5 25.3m4.4-45.3c-4 15.9-28.4 7.8-36.3 5.8l7-28c7.9 2 33.4 5.7 29.3 22.2"/></svg>
</template>

CSS

.icon-bitcoin {
  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%20256%20256%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG7OTKbbrK%22%20x1%3D%2249.973%25%22%20x2%3D%2249.973%25%22%20y1%3D%22-.024%25%22%20y2%3D%2299.99%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23f9aa4b%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23f7931a%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVG7OTKbbrK)%22%20d%3D%22M252.171%20158.954c-17.102%2068.608-86.613%20110.314-155.123%2093.211c-68.61-17.102-110.316-86.61-93.213-155.119C20.937%2028.438%2090.347-13.268%20158.957%203.835c68.51%2017.002%20110.317%2086.51%2093.214%20155.119%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M188.945%20112.05c2.5-17-10.4-26.2-28.2-32.3l5.8-23.1l-14-3.5l-5.6%2022.5c-3.7-.9-7.5-1.8-11.3-2.6l5.6-22.6l-14-3.5l-5.7%2023q-4.65-1.05-9-2.1v-.1l-19.4-4.8l-3.7%2015s10.4%202.4%2010.2%202.5c5.7%201.4%206.7%205.2%206.5%208.2l-6.6%2026.3c.4.1.9.2%201.5.5c-.5-.1-1-.2-1.5-.4l-9.2%2036.8c-.7%201.7-2.5%204.3-6.4%203.3c.1.2-10.2-2.5-10.2-2.5l-7%2016.1l18.3%204.6c3.4.9%206.7%201.7%2010%202.6l-5.8%2023.3l14%203.5l5.8-23.1c3.8%201%207.6%202%2011.2%202.9l-5.7%2023l14%203.5l5.8-23.3c24%204.5%2042%202.7%2049.5-19c6.1-17.4-.3-27.5-12.9-34.1c9.3-2.1%2016.2-8.2%2018-20.6m-32.1%2045c-4.3%2017.4-33.7%208-43.2%205.6l7.7-30.9c9.5%202.4%2040.1%207.1%2035.5%2025.3m4.4-45.3c-4%2015.9-28.4%207.8-36.3%205.8l7-28c7.9%202%2033.4%205.7%2029.3%2022.2%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%20256%20256%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG7OTKbbrK%22%20x1%3D%2249.973%25%22%20x2%3D%2249.973%25%22%20y1%3D%22-.024%25%22%20y2%3D%2299.99%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23f9aa4b%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23f7931a%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVG7OTKbbrK)%22%20d%3D%22M252.171%20158.954c-17.102%2068.608-86.613%20110.314-155.123%2093.211c-68.61-17.102-110.316-86.61-93.213-155.119C20.937%2028.438%2090.347-13.268%20158.957%203.835c68.51%2017.002%20110.317%2086.51%2093.214%20155.119%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M188.945%20112.05c2.5-17-10.4-26.2-28.2-32.3l5.8-23.1l-14-3.5l-5.6%2022.5c-3.7-.9-7.5-1.8-11.3-2.6l5.6-22.6l-14-3.5l-5.7%2023q-4.65-1.05-9-2.1v-.1l-19.4-4.8l-3.7%2015s10.4%202.4%2010.2%202.5c5.7%201.4%206.7%205.2%206.5%208.2l-6.6%2026.3c.4.1.9.2%201.5.5c-.5-.1-1-.2-1.5-.4l-9.2%2036.8c-.7%201.7-2.5%204.3-6.4%203.3c.1.2-10.2-2.5-10.2-2.5l-7%2016.1l18.3%204.6c3.4.9%206.7%201.7%2010%202.6l-5.8%2023.3l14%203.5l5.8-23.1c3.8%201%207.6%202%2011.2%202.9l-5.7%2023l14%203.5l5.8-23.3c24%204.5%2042%202.7%2049.5-19c6.1-17.4-.3-27.5-12.9-34.1c9.3-2.1%2016.2-8.2%2018-20.6m-32.1%2045c-4.3%2017.4-33.7%208-43.2%205.6l7.7-30.9c9.5%202.4%2040.1%207.1%2035.5%2025.3m4.4-45.3c-4%2015.9-28.4%207.8-36.3%205.8l7-28c7.9%202%2033.4%205.7%2029.3%2022.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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