bitcoin sign icon
bitcoin-sign from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- bitcoin-sign
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Use the bitcoin sign icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M224 88c0-13.3 10.7-24 24-24s24 10.7 24 24v40h32V88c0-13.3 10.7-24 24-24s24 10.7 24 24v41.1c54.3 7.8 96 54.4 96 110.9c0 24.2-7.7 46.6-20.7 64.9c31.7 19.8 52.7 55 52.7 95.1c0 61.9-50.1 112-112 112h-16v40c0 13.3-10.7 24-24 24s-24-10.7-24-24v-40h-32v40c0 13.3-10.7 24-24 24s-24-10.7-24-24v-40h-22.3c-23 0-41.7-18.7-41.7-41.7V165.6c0-20.8 16.8-37.6 37.6-37.6H224zm0 200h112c26.5 0 48-21.5 48-48s-21.5-48-48-48H224zm112 64H224v96h144c26.5 0 48-21.5 48-48s-21.5-48-48-48z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidBitcoinSign(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M224 88c0-13.3 10.7-24 24-24s24 10.7 24 24v40h32V88c0-13.3 10.7-24 24-24s24 10.7 24 24v41.1c54.3 7.8 96 54.4 96 110.9c0 24.2-7.7 46.6-20.7 64.9c31.7 19.8 52.7 55 52.7 95.1c0 61.9-50.1 112-112 112h-16v40c0 13.3-10.7 24-24 24s-24-10.7-24-24v-40h-32v40c0 13.3-10.7 24-24 24s-24-10.7-24-24v-40h-22.3c-23 0-41.7-18.7-41.7-41.7V165.6c0-20.8 16.8-37.6 37.6-37.6H224zm0 200h112c26.5 0 48-21.5 48-48s-21.5-48-48-48H224zm112 64H224v96h144c26.5 0 48-21.5 48-48s-21.5-48-48-48z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M224 88c0-13.3 10.7-24 24-24s24 10.7 24 24v40h32V88c0-13.3 10.7-24 24-24s24 10.7 24 24v41.1c54.3 7.8 96 54.4 96 110.9c0 24.2-7.7 46.6-20.7 64.9c31.7 19.8 52.7 55 52.7 95.1c0 61.9-50.1 112-112 112h-16v40c0 13.3-10.7 24-24 24s-24-10.7-24-24v-40h-32v40c0 13.3-10.7 24-24 24s-24-10.7-24-24v-40h-22.3c-23 0-41.7-18.7-41.7-41.7V165.6c0-20.8 16.8-37.6 37.6-37.6H224zm0 200h112c26.5 0 48-21.5 48-48s-21.5-48-48-48H224zm112 64H224v96h144c26.5 0 48-21.5 48-48s-21.5-48-48-48z"/></svg> </template>
CSS
.icon-bitcoin-sign {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%2088c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v40h32V88c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v41.1c54.3%207.8%2096%2054.4%2096%20110.9c0%2024.2-7.7%2046.6-20.7%2064.9c31.7%2019.8%2052.7%2055%2052.7%2095.1c0%2061.9-50.1%20112-112%20112h-16v40c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-40h-32v40c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-40h-22.3c-23%200-41.7-18.7-41.7-41.7V165.6c0-20.8%2016.8-37.6%2037.6-37.6H224zm0%20200h112c26.5%200%2048-21.5%2048-48s-21.5-48-48-48H224zm112%2064H224v96h144c26.5%200%2048-21.5%2048-48s-21.5-48-48-48z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%2088c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v40h32V88c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v41.1c54.3%207.8%2096%2054.4%2096%20110.9c0%2024.2-7.7%2046.6-20.7%2064.9c31.7%2019.8%2052.7%2055%2052.7%2095.1c0%2061.9-50.1%20112-112%20112h-16v40c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-40h-32v40c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-40h-22.3c-23%200-41.7-18.7-41.7-41.7V165.6c0-20.8%2016.8-37.6%2037.6-37.6H224zm0%20200h112c26.5%200%2048-21.5%2048-48s-21.5-48-48-48H224zm112%2064H224v96h144c26.5%200%2048-21.5%2048-48s-21.5-48-48-48z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/bitcoin-sign.svg?color=%231a73e8&size=48