logo bitcoin icon

logo-bitcoin from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
logo-bitcoin
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
logo-buffer-63, logo-buffer-63-outline, social-bitcoin

Related icons in IonIcons

Use the logo bitcoin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M410.47 279.2c-5-11.5-12.7-21.6-28.1-30.1a98.2 98.2 0 0 0-25.4-10a62.2 62.2 0 0 0 16.3-11a56.4 56.4 0 0 0 15.6-23.3a77.1 77.1 0 0 0 3.5-28.2c-1.1-16.8-4.4-33.1-13.2-44.8s-21.2-20.7-37.6-27c-12.6-4.8-25.5-7.8-45.5-8.9V32h-40v64h-32V32h-41v64H96v48h27.87c8.7 0 14.6.8 17.6 2.3a13.22 13.22 0 0 1 6.5 6c1.3 2.5 1.9 8.4 1.9 17.5V343c0 9-.6 14.8-1.9 17.4s-2 4.9-5.1 6.3s-3.2 1.3-11.8 1.3h-26.4L96 416h87v64h41v-64h32v64h40v-64.4c26-1.3 44.5-4.7 59.4-10.3c19.3-7.2 34.1-17.7 44.7-31.5s14-34.9 14.93-51.2c.67-14.5-.03-33.2-4.56-43.4M224 150h32v74h-32Zm0 212v-90h32v90Zm72-208.1c6 2.5 9.9 7.5 13.8 12.7c4.3 5.7 6.5 13.3 6.5 21.4c0 7.8-2.9 14.5-7.5 20.5c-3.8 4.9-6.8 8.3-12.8 11.1Zm28.8 186.7c-7.8 6.9-12.3 10.1-22.1 13.8a56 56 0 0 1-6.7 1.9v-82.8a40.7 40.7 0 0 1 11.3 3.4c7.8 3.3 15.2 6.9 19.8 13.2a43.8 43.8 0 0 1 8 24.7c-.03 10.9-2.83 19.2-10.33 25.8Z"/></svg>

React

import type { SVGProps } from "react";

export function IonLogoBitcoin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M410.47 279.2c-5-11.5-12.7-21.6-28.1-30.1a98.2 98.2 0 0 0-25.4-10a62.2 62.2 0 0 0 16.3-11a56.4 56.4 0 0 0 15.6-23.3a77.1 77.1 0 0 0 3.5-28.2c-1.1-16.8-4.4-33.1-13.2-44.8s-21.2-20.7-37.6-27c-12.6-4.8-25.5-7.8-45.5-8.9V32h-40v64h-32V32h-41v64H96v48h27.87c8.7 0 14.6.8 17.6 2.3a13.22 13.22 0 0 1 6.5 6c1.3 2.5 1.9 8.4 1.9 17.5V343c0 9-.6 14.8-1.9 17.4s-2 4.9-5.1 6.3s-3.2 1.3-11.8 1.3h-26.4L96 416h87v64h41v-64h32v64h40v-64.4c26-1.3 44.5-4.7 59.4-10.3c19.3-7.2 34.1-17.7 44.7-31.5s14-34.9 14.93-51.2c.67-14.5-.03-33.2-4.56-43.4M224 150h32v74h-32Zm0 212v-90h32v90Zm72-208.1c6 2.5 9.9 7.5 13.8 12.7c4.3 5.7 6.5 13.3 6.5 21.4c0 7.8-2.9 14.5-7.5 20.5c-3.8 4.9-6.8 8.3-12.8 11.1Zm28.8 186.7c-7.8 6.9-12.3 10.1-22.1 13.8a56 56 0 0 1-6.7 1.9v-82.8a40.7 40.7 0 0 1 11.3 3.4c7.8 3.3 15.2 6.9 19.8 13.2a43.8 43.8 0 0 1 8 24.7c-.03 10.9-2.83 19.2-10.33 25.8Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M410.47 279.2c-5-11.5-12.7-21.6-28.1-30.1a98.2 98.2 0 0 0-25.4-10a62.2 62.2 0 0 0 16.3-11a56.4 56.4 0 0 0 15.6-23.3a77.1 77.1 0 0 0 3.5-28.2c-1.1-16.8-4.4-33.1-13.2-44.8s-21.2-20.7-37.6-27c-12.6-4.8-25.5-7.8-45.5-8.9V32h-40v64h-32V32h-41v64H96v48h27.87c8.7 0 14.6.8 17.6 2.3a13.22 13.22 0 0 1 6.5 6c1.3 2.5 1.9 8.4 1.9 17.5V343c0 9-.6 14.8-1.9 17.4s-2 4.9-5.1 6.3s-3.2 1.3-11.8 1.3h-26.4L96 416h87v64h41v-64h32v64h40v-64.4c26-1.3 44.5-4.7 59.4-10.3c19.3-7.2 34.1-17.7 44.7-31.5s14-34.9 14.93-51.2c.67-14.5-.03-33.2-4.56-43.4M224 150h32v74h-32Zm0 212v-90h32v90Zm72-208.1c6 2.5 9.9 7.5 13.8 12.7c4.3 5.7 6.5 13.3 6.5 21.4c0 7.8-2.9 14.5-7.5 20.5c-3.8 4.9-6.8 8.3-12.8 11.1Zm28.8 186.7c-7.8 6.9-12.3 10.1-22.1 13.8a56 56 0 0 1-6.7 1.9v-82.8a40.7 40.7 0 0 1 11.3 3.4c7.8 3.3 15.2 6.9 19.8 13.2a43.8 43.8 0 0 1 8 24.7c-.03 10.9-2.83 19.2-10.33 25.8Z"/></svg>
</template>

CSS

.icon-logo-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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M410.47%20279.2c-5-11.5-12.7-21.6-28.1-30.1a98.2%2098.2%200%200%200-25.4-10a62.2%2062.2%200%200%200%2016.3-11a56.4%2056.4%200%200%200%2015.6-23.3a77.1%2077.1%200%200%200%203.5-28.2c-1.1-16.8-4.4-33.1-13.2-44.8s-21.2-20.7-37.6-27c-12.6-4.8-25.5-7.8-45.5-8.9V32h-40v64h-32V32h-41v64H96v48h27.87c8.7%200%2014.6.8%2017.6%202.3a13.22%2013.22%200%200%201%206.5%206c1.3%202.5%201.9%208.4%201.9%2017.5V343c0%209-.6%2014.8-1.9%2017.4s-2%204.9-5.1%206.3s-3.2%201.3-11.8%201.3h-26.4L96%20416h87v64h41v-64h32v64h40v-64.4c26-1.3%2044.5-4.7%2059.4-10.3c19.3-7.2%2034.1-17.7%2044.7-31.5s14-34.9%2014.93-51.2c.67-14.5-.03-33.2-4.56-43.4M224%20150h32v74h-32Zm0%20212v-90h32v90Zm72-208.1c6%202.5%209.9%207.5%2013.8%2012.7c4.3%205.7%206.5%2013.3%206.5%2021.4c0%207.8-2.9%2014.5-7.5%2020.5c-3.8%204.9-6.8%208.3-12.8%2011.1Zm28.8%20186.7c-7.8%206.9-12.3%2010.1-22.1%2013.8a56%2056%200%200%201-6.7%201.9v-82.8a40.7%2040.7%200%200%201%2011.3%203.4c7.8%203.3%2015.2%206.9%2019.8%2013.2a43.8%2043.8%200%200%201%208%2024.7c-.03%2010.9-2.83%2019.2-10.33%2025.8Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M410.47%20279.2c-5-11.5-12.7-21.6-28.1-30.1a98.2%2098.2%200%200%200-25.4-10a62.2%2062.2%200%200%200%2016.3-11a56.4%2056.4%200%200%200%2015.6-23.3a77.1%2077.1%200%200%200%203.5-28.2c-1.1-16.8-4.4-33.1-13.2-44.8s-21.2-20.7-37.6-27c-12.6-4.8-25.5-7.8-45.5-8.9V32h-40v64h-32V32h-41v64H96v48h27.87c8.7%200%2014.6.8%2017.6%202.3a13.22%2013.22%200%200%201%206.5%206c1.3%202.5%201.9%208.4%201.9%2017.5V343c0%209-.6%2014.8-1.9%2017.4s-2%204.9-5.1%206.3s-3.2%201.3-11.8%201.3h-26.4L96%20416h87v64h41v-64h32v64h40v-64.4c26-1.3%2044.5-4.7%2059.4-10.3c19.3-7.2%2034.1-17.7%2044.7-31.5s14-34.9%2014.93-51.2c.67-14.5-.03-33.2-4.56-43.4M224%20150h32v74h-32Zm0%20212v-90h32v90Zm72-208.1c6%202.5%209.9%207.5%2013.8%2012.7c4.3%205.7%206.5%2013.3%206.5%2021.4c0%207.8-2.9%2014.5-7.5%2020.5c-3.8%204.9-6.8%208.3-12.8%2011.1Zm28.8%20186.7c-7.8%206.9-12.3%2010.1-22.1%2013.8a56%2056%200%200%201-6.7%201.9v-82.8a40.7%2040.7%200%200%201%2011.3%203.4c7.8%203.3%2015.2%206.9%2019.8%2013.2a43.8%2043.8%200%200%201%208%2024.7c-.03%2010.9-2.83%2019.2-10.33%2025.8Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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