bitcoin from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
bitcoin
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

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" d="M13.52 13.67c-.27 1.09-2.1.5-2.7.35l.48-1.93c.6.15 2.5.44 2.22 1.58m-1.56-4.22l-.44 1.75c.5.12 2.03.63 2.28-.36c.25-1.03-1.34-1.27-1.84-1.39m7.8 4.48c-1.07 4.28-5.41 6.89-9.7 5.83c-4.28-1.07-6.9-5.41-5.83-9.69c1.07-4.29 5.41-6.89 9.7-5.83c4.28 1.07 6.9 5.41 5.83 9.69m-10.39-.59c-.04.11-.15.27-.4.21c-.04 0-.64-.16-.64-.16l-.44 1l1.14.28c.22.06.42.11.63.17l-.36 1.45l.87.22l.36-1.44c.24.07.47.12.7.18l-.36 1.43l.88.22l.36-1.45c1.5.28 2.63.17 3.1-1.19c.38-1.09-.02-1.72-.81-2.13c.57-.13 1-.51 1.12-1.29c.16-1.06-.65-1.64-1.76-2.01l.36-1.45l-.88-.22l-.35 1.4c-.23-.06-.47-.11-.71-.17l.35-1.41l-.87-.22l-.36 1.44c-.19-.04-.38-.09-.56-.13l-1.21-.31l-.23.94s.64.15.64.16c.35.09.41.32.41.51l-.99 3.95Z"/></svg>

React

import type { SVGProps } from "react";

export function PrimeBitcoin(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" d="M13.52 13.67c-.27 1.09-2.1.5-2.7.35l.48-1.93c.6.15 2.5.44 2.22 1.58m-1.56-4.22l-.44 1.75c.5.12 2.03.63 2.28-.36c.25-1.03-1.34-1.27-1.84-1.39m7.8 4.48c-1.07 4.28-5.41 6.89-9.7 5.83c-4.28-1.07-6.9-5.41-5.83-9.69c1.07-4.29 5.41-6.89 9.7-5.83c4.28 1.07 6.9 5.41 5.83 9.69m-10.39-.59c-.04.11-.15.27-.4.21c-.04 0-.64-.16-.64-.16l-.44 1l1.14.28c.22.06.42.11.63.17l-.36 1.45l.87.22l.36-1.44c.24.07.47.12.7.18l-.36 1.43l.88.22l.36-1.45c1.5.28 2.63.17 3.1-1.19c.38-1.09-.02-1.72-.81-2.13c.57-.13 1-.51 1.12-1.29c.16-1.06-.65-1.64-1.76-2.01l.36-1.45l-.88-.22l-.35 1.4c-.23-.06-.47-.11-.71-.17l.35-1.41l-.87-.22l-.36 1.44c-.19-.04-.38-.09-.56-.13l-1.21-.31l-.23.94s.64.15.64.16c.35.09.41.32.41.51l-.99 3.95Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.52 13.67c-.27 1.09-2.1.5-2.7.35l.48-1.93c.6.15 2.5.44 2.22 1.58m-1.56-4.22l-.44 1.75c.5.12 2.03.63 2.28-.36c.25-1.03-1.34-1.27-1.84-1.39m7.8 4.48c-1.07 4.28-5.41 6.89-9.7 5.83c-4.28-1.07-6.9-5.41-5.83-9.69c1.07-4.29 5.41-6.89 9.7-5.83c4.28 1.07 6.9 5.41 5.83 9.69m-10.39-.59c-.04.11-.15.27-.4.21c-.04 0-.64-.16-.64-.16l-.44 1l1.14.28c.22.06.42.11.63.17l-.36 1.45l.87.22l.36-1.44c.24.07.47.12.7.18l-.36 1.43l.88.22l.36-1.45c1.5.28 2.63.17 3.1-1.19c.38-1.09-.02-1.72-.81-2.13c.57-.13 1-.51 1.12-1.29c.16-1.06-.65-1.64-1.76-2.01l.36-1.45l-.88-.22l-.35 1.4c-.23-.06-.47-.11-.71-.17l.35-1.41l-.87-.22l-.36 1.44c-.19-.04-.38-.09-.56-.13l-1.21-.31l-.23.94s.64.15.64.16c.35.09.41.32.41.51l-.99 3.95Z"/></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%22currentColor%22%20d%3D%22M13.52%2013.67c-.27%201.09-2.1.5-2.7.35l.48-1.93c.6.15%202.5.44%202.22%201.58m-1.56-4.22l-.44%201.75c.5.12%202.03.63%202.28-.36c.25-1.03-1.34-1.27-1.84-1.39m7.8%204.48c-1.07%204.28-5.41%206.89-9.7%205.83c-4.28-1.07-6.9-5.41-5.83-9.69c1.07-4.29%205.41-6.89%209.7-5.83c4.28%201.07%206.9%205.41%205.83%209.69m-10.39-.59c-.04.11-.15.27-.4.21c-.04%200-.64-.16-.64-.16l-.44%201l1.14.28c.22.06.42.11.63.17l-.36%201.45l.87.22l.36-1.44c.24.07.47.12.7.18l-.36%201.43l.88.22l.36-1.45c1.5.28%202.63.17%203.1-1.19c.38-1.09-.02-1.72-.81-2.13c.57-.13%201-.51%201.12-1.29c.16-1.06-.65-1.64-1.76-2.01l.36-1.45l-.88-.22l-.35%201.4c-.23-.06-.47-.11-.71-.17l.35-1.41l-.87-.22l-.36%201.44c-.19-.04-.38-.09-.56-.13l-1.21-.31l-.23.94s.64.15.64.16c.35.09.41.32.41.51l-.99%203.95Z%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%20d%3D%22M13.52%2013.67c-.27%201.09-2.1.5-2.7.35l.48-1.93c.6.15%202.5.44%202.22%201.58m-1.56-4.22l-.44%201.75c.5.12%202.03.63%202.28-.36c.25-1.03-1.34-1.27-1.84-1.39m7.8%204.48c-1.07%204.28-5.41%206.89-9.7%205.83c-4.28-1.07-6.9-5.41-5.83-9.69c1.07-4.29%205.41-6.89%209.7-5.83c4.28%201.07%206.9%205.41%205.83%209.69m-10.39-.59c-.04.11-.15.27-.4.21c-.04%200-.64-.16-.64-.16l-.44%201l1.14.28c.22.06.42.11.63.17l-.36%201.45l.87.22l.36-1.44c.24.07.47.12.7.18l-.36%201.43l.88.22l.36-1.45c1.5.28%202.63.17%203.1-1.19c.38-1.09-.02-1.72-.81-2.13c.57-.13%201-.51%201.12-1.29c.16-1.06-.65-1.64-1.76-2.01l.36-1.45l-.88-.22l-.35%201.4c-.23-.06-.47-.11-.71-.17l.35-1.41l-.87-.22l-.36%201.44c-.19-.04-.38-.09-.56-.13l-1.21-.31l-.23.94s.64.15.64.16c.35.09.41.32.41.51l-.99%203.95Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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