bitcoin icon
bitcoin from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- bitcoin
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
The same icon in other sets
Related icons in Framework7 Icons
Use the bitcoin icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M28 44.411h-4V49.4h-5v-4.989h-1.305V44.4H13v-5h4.695V17H13v-5h6V7h5v5h4V7h5v5h-1.2c6.088 0 9.906 3.122 9.906 8.086c0 3.549-2.65 6.514-6.087 7.03v.18c4.402.337 7.637 3.549 7.637 7.839c0 5.52-4.017 9.043-10.546 9.265H33v5h-5zm-3.521-27.357v8.423h4.874c3.616 0 5.682-1.595 5.682-4.335c0-2.606-1.82-4.088-4.986-4.088zm0 22.303h5.84c3.908 0 6.019-1.662 6.019-4.761c0-3.033-2.179-4.65-6.177-4.65H24.48z"/></svg>
React
import type { SVGProps } from "react";
export function F7Bitcoin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fillRule="evenodd" d="M28 44.411h-4V49.4h-5v-4.989h-1.305V44.4H13v-5h4.695V17H13v-5h6V7h5v5h4V7h5v5h-1.2c6.088 0 9.906 3.122 9.906 8.086c0 3.549-2.65 6.514-6.087 7.03v.18c4.402.337 7.637 3.549 7.637 7.839c0 5.52-4.017 9.043-10.546 9.265H33v5h-5zm-3.521-27.357v8.423h4.874c3.616 0 5.682-1.595 5.682-4.335c0-2.606-1.82-4.088-4.986-4.088zm0 22.303h5.84c3.908 0 6.019-1.662 6.019-4.761c0-3.033-2.179-4.65-6.177-4.65H24.48z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M28 44.411h-4V49.4h-5v-4.989h-1.305V44.4H13v-5h4.695V17H13v-5h6V7h5v5h4V7h5v5h-1.2c6.088 0 9.906 3.122 9.906 8.086c0 3.549-2.65 6.514-6.087 7.03v.18c4.402.337 7.637 3.549 7.637 7.839c0 5.52-4.017 9.043-10.546 9.265H33v5h-5zm-3.521-27.357v8.423h4.874c3.616 0 5.682-1.595 5.682-4.335c0-2.606-1.82-4.088-4.986-4.088zm0 22.303h5.84c3.908 0 6.019-1.662 6.019-4.761c0-3.033-2.179-4.65-6.177-4.65H24.48z"/></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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M28%2044.411h-4V49.4h-5v-4.989h-1.305V44.4H13v-5h4.695V17H13v-5h6V7h5v5h4V7h5v5h-1.2c6.088%200%209.906%203.122%209.906%208.086c0%203.549-2.65%206.514-6.087%207.03v.18c4.402.337%207.637%203.549%207.637%207.839c0%205.52-4.017%209.043-10.546%209.265H33v5h-5zm-3.521-27.357v8.423h4.874c3.616%200%205.682-1.595%205.682-4.335c0-2.606-1.82-4.088-4.986-4.088zm0%2022.303h5.84c3.908%200%206.019-1.662%206.019-4.761c0-3.033-2.179-4.65-6.177-4.65H24.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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M28%2044.411h-4V49.4h-5v-4.989h-1.305V44.4H13v-5h4.695V17H13v-5h6V7h5v5h4V7h5v5h-1.2c6.088%200%209.906%203.122%209.906%208.086c0%203.549-2.65%206.514-6.087%207.03v.18c4.402.337%207.637%203.549%207.637%207.839c0%205.52-4.017%209.043-10.546%209.265H33v5h-5zm-3.521-27.357v8.423h4.874c3.616%200%205.682-1.595%205.682-4.335c0-2.606-1.82-4.088-4.986-4.088zm0%2022.303h5.84c3.908%200%206.019-1.662%206.019-4.761c0-3.033-2.179-4.65-6.177-4.65H24.48z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/bitcoin.svg?color=%231a73e8&size=48