bitcoin icon
bitcoin from Material Design Icons by Pictogrammers · Filled · Banking · Apache-2.0 Free for personal and commercial use.
- Name
- bitcoin
- Set
- Material Design Icons
- Style
- Filled
- Category
- Banking
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
bitcoin-fillAkar IconsbitcoinBoxIcons v2bitcoinCoreUI BrandsbitcoinFramework7 IconsbitcoinFont Awesome 6 BrandsbitcoinFont Awesome Brandsbitcoin-solidFlowbite IconsbitcoinHuge IconsbitcoinIconParkbitcoinIconPark OutlinebitcoinIconPark SolidbitcoinIconPark TwoTonebitcoinLine AwesomebitcoinSVG LogosbitcoinLucidebitcoinMyna UI IconsbitcoinPixelarticonsbitcoinPrime IconsbitcoinSimple Iconsbitcoin-outlineTeenyiconsbitcoinWeb3 IconsbitcoinWeb3 Icons BrandedbitcoinUniconsbitcoinUnicons Monochrome
More banking icons from Material Design Icons
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="M14.24 10.56c-.31 1.24-2.24.61-2.84.44l.55-2.18c.62.18 2.61.44 2.29 1.74m-3.11 1.56l-.6 2.41c.74.19 3.03.92 3.37-.44c.36-1.42-2.03-1.79-2.77-1.97m10.57 2.3c-1.34 5.36-6.76 8.62-12.12 7.28S.963 14.94 2.3 9.58A9.996 9.996 0 0 1 14.42 2.3c5.35 1.34 8.61 6.76 7.28 12.12m-7.49-6.37l.45-1.8l-1.1-.25l-.44 1.73c-.29-.07-.58-.14-.88-.2l.44-1.77l-1.09-.26l-.45 1.79c-.24-.06-.48-.11-.7-.17l-1.51-.38l-.3 1.17s.82.19.8.2c.45.11.53.39.51.64l-1.23 4.93c-.05.14-.21.32-.5.27c.01.01-.8-.2-.8-.2L6.87 15l1.42.36c.27.07.53.14.79.2l-.46 1.82l1.1.28l.45-1.81c.3.08.59.15.87.23l-.45 1.79l1.1.28l.46-1.82c1.85.35 3.27.21 3.85-1.48c.5-1.35 0-2.15-1-2.66c.72-.19 1.26-.64 1.41-1.62c.2-1.33-.82-2.04-2.2-2.52"/></svg>
React
import type { SVGProps } from "react";
export function MdiBitcoin(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="M14.24 10.56c-.31 1.24-2.24.61-2.84.44l.55-2.18c.62.18 2.61.44 2.29 1.74m-3.11 1.56l-.6 2.41c.74.19 3.03.92 3.37-.44c.36-1.42-2.03-1.79-2.77-1.97m10.57 2.3c-1.34 5.36-6.76 8.62-12.12 7.28S.963 14.94 2.3 9.58A9.996 9.996 0 0 1 14.42 2.3c5.35 1.34 8.61 6.76 7.28 12.12m-7.49-6.37l.45-1.8l-1.1-.25l-.44 1.73c-.29-.07-.58-.14-.88-.2l.44-1.77l-1.09-.26l-.45 1.79c-.24-.06-.48-.11-.7-.17l-1.51-.38l-.3 1.17s.82.19.8.2c.45.11.53.39.51.64l-1.23 4.93c-.05.14-.21.32-.5.27c.01.01-.8-.2-.8-.2L6.87 15l1.42.36c.27.07.53.14.79.2l-.46 1.82l1.1.28l.45-1.81c.3.08.59.15.87.23l-.45 1.79l1.1.28l.46-1.82c1.85.35 3.27.21 3.85-1.48c.5-1.35 0-2.15-1-2.66c.72-.19 1.26-.64 1.41-1.62c.2-1.33-.82-2.04-2.2-2.52"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.24 10.56c-.31 1.24-2.24.61-2.84.44l.55-2.18c.62.18 2.61.44 2.29 1.74m-3.11 1.56l-.6 2.41c.74.19 3.03.92 3.37-.44c.36-1.42-2.03-1.79-2.77-1.97m10.57 2.3c-1.34 5.36-6.76 8.62-12.12 7.28S.963 14.94 2.3 9.58A9.996 9.996 0 0 1 14.42 2.3c5.35 1.34 8.61 6.76 7.28 12.12m-7.49-6.37l.45-1.8l-1.1-.25l-.44 1.73c-.29-.07-.58-.14-.88-.2l.44-1.77l-1.09-.26l-.45 1.79c-.24-.06-.48-.11-.7-.17l-1.51-.38l-.3 1.17s.82.19.8.2c.45.11.53.39.51.64l-1.23 4.93c-.05.14-.21.32-.5.27c.01.01-.8-.2-.8-.2L6.87 15l1.42.36c.27.07.53.14.79.2l-.46 1.82l1.1.28l.45-1.81c.3.08.59.15.87.23l-.45 1.79l1.1.28l.46-1.82c1.85.35 3.27.21 3.85-1.48c.5-1.35 0-2.15-1-2.66c.72-.19 1.26-.64 1.41-1.62c.2-1.33-.82-2.04-2.2-2.52"/></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%22M14.24%2010.56c-.31%201.24-2.24.61-2.84.44l.55-2.18c.62.18%202.61.44%202.29%201.74m-3.11%201.56l-.6%202.41c.74.19%203.03.92%203.37-.44c.36-1.42-2.03-1.79-2.77-1.97m10.57%202.3c-1.34%205.36-6.76%208.62-12.12%207.28S.963%2014.94%202.3%209.58A9.996%209.996%200%200%201%2014.42%202.3c5.35%201.34%208.61%206.76%207.28%2012.12m-7.49-6.37l.45-1.8l-1.1-.25l-.44%201.73c-.29-.07-.58-.14-.88-.2l.44-1.77l-1.09-.26l-.45%201.79c-.24-.06-.48-.11-.7-.17l-1.51-.38l-.3%201.17s.82.19.8.2c.45.11.53.39.51.64l-1.23%204.93c-.05.14-.21.32-.5.27c.01.01-.8-.2-.8-.2L6.87%2015l1.42.36c.27.07.53.14.79.2l-.46%201.82l1.1.28l.45-1.81c.3.08.59.15.87.23l-.45%201.79l1.1.28l.46-1.82c1.85.35%203.27.21%203.85-1.48c.5-1.35%200-2.15-1-2.66c.72-.19%201.26-.64%201.41-1.62c.2-1.33-.82-2.04-2.2-2.52%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%22M14.24%2010.56c-.31%201.24-2.24.61-2.84.44l.55-2.18c.62.18%202.61.44%202.29%201.74m-3.11%201.56l-.6%202.41c.74.19%203.03.92%203.37-.44c.36-1.42-2.03-1.79-2.77-1.97m10.57%202.3c-1.34%205.36-6.76%208.62-12.12%207.28S.963%2014.94%202.3%209.58A9.996%209.996%200%200%201%2014.42%202.3c5.35%201.34%208.61%206.76%207.28%2012.12m-7.49-6.37l.45-1.8l-1.1-.25l-.44%201.73c-.29-.07-.58-.14-.88-.2l.44-1.77l-1.09-.26l-.45%201.79c-.24-.06-.48-.11-.7-.17l-1.51-.38l-.3%201.17s.82.19.8.2c.45.11.53.39.51.64l-1.23%204.93c-.05.14-.21.32-.5.27c.01.01-.8-.2-.8-.2L6.87%2015l1.42.36c.27.07.53.14.79.2l-.46%201.82l1.1.28l.45-1.81c.3.08.59.15.87.23l-.45%201.79l1.1.28l.46-1.82c1.85.35%203.27.21%203.85-1.48c.5-1.35%200-2.15-1-2.66c.72-.19%201.26-.64%201.41-1.62c.2-1.33-.82-2.04-2.2-2.52%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/bitcoin.svg?color=%231a73e8&size=48