bitcoin from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.

Name
bitcoin
Set
Web3 Icons Branded
Style
Branded
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

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 24 24"><path fill="#f7931a" d="M18.763 10.236c.279-1.895-1.155-2.905-3.131-3.591l.64-2.553l-1.56-.389l-.623 2.49l-1.245-.297l.631-2.508L11.915 3l-.641 2.562l-.992-.234v-.01l-2.157-.54l-.415 1.668s1.155.272 1.137.28c.631.163.74.578.722.903l-.723 2.923l.163.054l-.171-.036l-1.02 4.087c-.072.19-.27.478-.712.36c.018.028-1.128-.27-1.128-.27l-.776 1.778l2.03.505l1.11.289l-.65 2.59l1.56.387l.633-2.562l1.253.324l-.64 2.554l1.56.388l.641-2.59c2.662.505 4.665.307 5.505-2.102c.676-1.94-.037-3.05-1.435-3.79c1.02-.225 1.786-.902 1.985-2.282zm-3.564 4.999c-.479 1.94-3.745.884-4.8.63l.857-3.436c1.055.27 4.448.784 3.943 2.796zm.478-5.026c-.433 1.76-3.158.866-4.033.65l.775-3.113c.885.217 3.718.632 3.258 2.463"/></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedBitcoin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#f7931a" d="M18.763 10.236c.279-1.895-1.155-2.905-3.131-3.591l.64-2.553l-1.56-.389l-.623 2.49l-1.245-.297l.631-2.508L11.915 3l-.641 2.562l-.992-.234v-.01l-2.157-.54l-.415 1.668s1.155.272 1.137.28c.631.163.74.578.722.903l-.723 2.923l.163.054l-.171-.036l-1.02 4.087c-.072.19-.27.478-.712.36c.018.028-1.128-.27-1.128-.27l-.776 1.778l2.03.505l1.11.289l-.65 2.59l1.56.387l.633-2.562l1.253.324l-.64 2.554l1.56.388l.641-2.59c2.662.505 4.665.307 5.505-2.102c.676-1.94-.037-3.05-1.435-3.79c1.02-.225 1.786-.902 1.985-2.282zm-3.564 4.999c-.479 1.94-3.745.884-4.8.63l.857-3.436c1.055.27 4.448.784 3.943 2.796zm.478-5.026c-.433 1.76-3.158.866-4.033.65l.775-3.113c.885.217 3.718.632 3.258 2.463"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#f7931a" d="M18.763 10.236c.279-1.895-1.155-2.905-3.131-3.591l.64-2.553l-1.56-.389l-.623 2.49l-1.245-.297l.631-2.508L11.915 3l-.641 2.562l-.992-.234v-.01l-2.157-.54l-.415 1.668s1.155.272 1.137.28c.631.163.74.578.722.903l-.723 2.923l.163.054l-.171-.036l-1.02 4.087c-.072.19-.27.478-.712.36c.018.028-1.128-.27-1.128-.27l-.776 1.778l2.03.505l1.11.289l-.65 2.59l1.56.387l.633-2.562l1.253.324l-.64 2.554l1.56.388l.641-2.59c2.662.505 4.665.307 5.505-2.102c.676-1.94-.037-3.05-1.435-3.79c1.02-.225 1.786-.902 1.985-2.282zm-3.564 4.999c-.479 1.94-3.745.884-4.8.63l.857-3.436c1.055.27 4.448.784 3.943 2.796zm.478-5.026c-.433 1.76-3.158.866-4.033.65l.775-3.113c.885.217 3.718.632 3.258 2.463"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22%23f7931a%22%20d%3D%22M18.763%2010.236c.279-1.895-1.155-2.905-3.131-3.591l.64-2.553l-1.56-.389l-.623%202.49l-1.245-.297l.631-2.508L11.915%203l-.641%202.562l-.992-.234v-.01l-2.157-.54l-.415%201.668s1.155.272%201.137.28c.631.163.74.578.722.903l-.723%202.923l.163.054l-.171-.036l-1.02%204.087c-.072.19-.27.478-.712.36c.018.028-1.128-.27-1.128-.27l-.776%201.778l2.03.505l1.11.289l-.65%202.59l1.56.387l.633-2.562l1.253.324l-.64%202.554l1.56.388l.641-2.59c2.662.505%204.665.307%205.505-2.102c.676-1.94-.037-3.05-1.435-3.79c1.02-.225%201.786-.902%201.985-2.282zm-3.564%204.999c-.479%201.94-3.745.884-4.8.63l.857-3.436c1.055.27%204.448.784%203.943%202.796zm.478-5.026c-.433%201.76-3.158.866-4.033.65l.775-3.113c.885.217%203.718.632%203.258%202.463%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%22%23f7931a%22%20d%3D%22M18.763%2010.236c.279-1.895-1.155-2.905-3.131-3.591l.64-2.553l-1.56-.389l-.623%202.49l-1.245-.297l.631-2.508L11.915%203l-.641%202.562l-.992-.234v-.01l-2.157-.54l-.415%201.668s1.155.272%201.137.28c.631.163.74.578.722.903l-.723%202.923l.163.054l-.171-.036l-1.02%204.087c-.072.19-.27.478-.712.36c.018.028-1.128-.27-1.128-.27l-.776%201.778l2.03.505l1.11.289l-.65%202.59l1.56.387l.633-2.562l1.253.324l-.64%202.554l1.56.388l.641-2.59c2.662.505%204.665.307%205.505-2.102c.676-1.94-.037-3.05-1.435-3.79c1.02-.225%201.786-.902%201.985-2.282zm-3.564%204.999c-.479%201.94-3.745.884-4.8.63l.857-3.436c1.055.27%204.448.784%203.943%202.796zm.478-5.026c-.433%201.76-3.158.866-4.033.65l.775-3.113c.885.217%203.718.632%203.258%202.463%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Bitcoin logo — Web3 Icons Branded · IconsDB