bitcoin logo
bitcoin from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- bitcoin
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
bitcoin-fillAkar IconsbitcoinBoxIcons v2bitcoinCoreUI BrandsbitcoinFramework7 IconsbitcoinFont Awesome 6 BrandsbitcoinFont Awesome Brandsbitcoin-solidFlowbite IconsbitcoinHuge IconsbitcoinIconParkbitcoinIconPark OutlinebitcoinIconPark SolidbitcoinIconPark TwoTonebitcoinLine AwesomebitcoinSVG LogosbitcoinLucidebitcoinMaterial Design IconsbitcoinMyna UI IconsbitcoinPixelarticonsbitcoinPrime Iconsbitcoin-outlineTeenyiconsbitcoinWeb3 IconsbitcoinWeb3 Icons BrandedbitcoinUniconsbitcoinUnicons Monochrome
Use the bitcoin logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.638 14.904c-1.602 6.43-8.113 10.34-14.542 8.736C2.67 22.05-1.244 15.525.362 9.105C1.962 2.67 8.475-1.243 14.9.358c6.43 1.605 10.342 8.115 8.738 14.548zm-6.35-4.613c.24-1.59-.974-2.45-2.64-3.03l.54-2.153l-1.315-.33l-.525 2.107c-.345-.087-.705-.167-1.064-.25l.526-2.127l-1.32-.33l-.54 2.165q-.428-.1-.84-.2l-1.815-.45l-.35 1.407s.975.225.955.236c.535.136.63.486.615.766l-1.477 5.92c-.075.166-.24.406-.614.314c.015.02-.96-.24-.96-.24l-.66 1.51l1.71.426l.93.242l-.54 2.19l1.32.327l.54-2.17c.36.1.705.19 1.05.273l-.51 2.154l1.32.33l.545-2.19c2.24.427 3.93.257 4.64-1.774c.57-1.637-.03-2.58-1.217-3.196c.854-.193 1.5-.76 1.68-1.93h.01zm-3.01 4.22c-.404 1.64-3.157.75-4.05.53l.72-2.9c.896.23 3.757.67 3.33 2.37m.41-4.24c-.37 1.49-2.662.735-3.405.55l.654-2.64c.744.18 3.137.524 2.75 2.084z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsBitcoin(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="M23.638 14.904c-1.602 6.43-8.113 10.34-14.542 8.736C2.67 22.05-1.244 15.525.362 9.105C1.962 2.67 8.475-1.243 14.9.358c6.43 1.605 10.342 8.115 8.738 14.548zm-6.35-4.613c.24-1.59-.974-2.45-2.64-3.03l.54-2.153l-1.315-.33l-.525 2.107c-.345-.087-.705-.167-1.064-.25l.526-2.127l-1.32-.33l-.54 2.165q-.428-.1-.84-.2l-1.815-.45l-.35 1.407s.975.225.955.236c.535.136.63.486.615.766l-1.477 5.92c-.075.166-.24.406-.614.314c.015.02-.96-.24-.96-.24l-.66 1.51l1.71.426l.93.242l-.54 2.19l1.32.327l.54-2.17c.36.1.705.19 1.05.273l-.51 2.154l1.32.33l.545-2.19c2.24.427 3.93.257 4.64-1.774c.57-1.637-.03-2.58-1.217-3.196c.854-.193 1.5-.76 1.68-1.93h.01zm-3.01 4.22c-.404 1.64-3.157.75-4.05.53l.72-2.9c.896.23 3.757.67 3.33 2.37m.41-4.24c-.37 1.49-2.662.735-3.405.55l.654-2.64c.744.18 3.137.524 2.75 2.084z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.638 14.904c-1.602 6.43-8.113 10.34-14.542 8.736C2.67 22.05-1.244 15.525.362 9.105C1.962 2.67 8.475-1.243 14.9.358c6.43 1.605 10.342 8.115 8.738 14.548zm-6.35-4.613c.24-1.59-.974-2.45-2.64-3.03l.54-2.153l-1.315-.33l-.525 2.107c-.345-.087-.705-.167-1.064-.25l.526-2.127l-1.32-.33l-.54 2.165q-.428-.1-.84-.2l-1.815-.45l-.35 1.407s.975.225.955.236c.535.136.63.486.615.766l-1.477 5.92c-.075.166-.24.406-.614.314c.015.02-.96-.24-.96-.24l-.66 1.51l1.71.426l.93.242l-.54 2.19l1.32.327l.54-2.17c.36.1.705.19 1.05.273l-.51 2.154l1.32.33l.545-2.19c2.24.427 3.93.257 4.64-1.774c.57-1.637-.03-2.58-1.217-3.196c.854-.193 1.5-.76 1.68-1.93h.01zm-3.01 4.22c-.404 1.64-3.157.75-4.05.53l.72-2.9c.896.23 3.757.67 3.33 2.37m.41-4.24c-.37 1.49-2.662.735-3.405.55l.654-2.64c.744.18 3.137.524 2.75 2.084z"/></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%22M23.638%2014.904c-1.602%206.43-8.113%2010.34-14.542%208.736C2.67%2022.05-1.244%2015.525.362%209.105C1.962%202.67%208.475-1.243%2014.9.358c6.43%201.605%2010.342%208.115%208.738%2014.548zm-6.35-4.613c.24-1.59-.974-2.45-2.64-3.03l.54-2.153l-1.315-.33l-.525%202.107c-.345-.087-.705-.167-1.064-.25l.526-2.127l-1.32-.33l-.54%202.165q-.428-.1-.84-.2l-1.815-.45l-.35%201.407s.975.225.955.236c.535.136.63.486.615.766l-1.477%205.92c-.075.166-.24.406-.614.314c.015.02-.96-.24-.96-.24l-.66%201.51l1.71.426l.93.242l-.54%202.19l1.32.327l.54-2.17c.36.1.705.19%201.05.273l-.51%202.154l1.32.33l.545-2.19c2.24.427%203.93.257%204.64-1.774c.57-1.637-.03-2.58-1.217-3.196c.854-.193%201.5-.76%201.68-1.93h.01zm-3.01%204.22c-.404%201.64-3.157.75-4.05.53l.72-2.9c.896.23%203.757.67%203.33%202.37m.41-4.24c-.37%201.49-2.662.735-3.405.55l.654-2.64c.744.18%203.137.524%202.75%202.084z%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%22M23.638%2014.904c-1.602%206.43-8.113%2010.34-14.542%208.736C2.67%2022.05-1.244%2015.525.362%209.105C1.962%202.67%208.475-1.243%2014.9.358c6.43%201.605%2010.342%208.115%208.738%2014.548zm-6.35-4.613c.24-1.59-.974-2.45-2.64-3.03l.54-2.153l-1.315-.33l-.525%202.107c-.345-.087-.705-.167-1.064-.25l.526-2.127l-1.32-.33l-.54%202.165q-.428-.1-.84-.2l-1.815-.45l-.35%201.407s.975.225.955.236c.535.136.63.486.615.766l-1.477%205.92c-.075.166-.24.406-.614.314c.015.02-.96-.24-.96-.24l-.66%201.51l1.71.426l.93.242l-.54%202.19l1.32.327l.54-2.17c.36.1.705.19%201.05.273l-.51%202.154l1.32.33l.545-2.19c2.24.427%203.93.257%204.64-1.774c.57-1.637-.03-2.58-1.217-3.196c.854-.193%201.5-.76%201.68-1.93h.01zm-3.01%204.22c-.404%201.64-3.157.75-4.05.53l.72-2.9c.896.23%203.757.67%203.33%202.37m.41-4.24c-.37%201.49-2.662.735-3.405.55l.654-2.64c.744.18%203.137.524%202.75%202.084z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/bitcoin.svg?color=%231a73e8&size=48