bitcoin circle icon
bitcoin-circle from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- bitcoin-circle
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
Use the bitcoin circle 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 4c13.255 0 24 10.745 24 24S41.255 52 28 52S4 41.255 4 28S14.745 4 28 4m0 4C16.954 8 8 16.954 8 28s8.954 20 20 20s20-8.954 20-20S39.046 8 28 8m-2.573 7.143v3.032h2.493v-3.032h3.117v3.032h-.748c3.794 0 6.174 1.894 6.174 4.904c0 2.152-1.652 3.95-3.794 4.264v.109c2.744.204 4.76 2.152 4.76 4.754c0 3.348-2.504 5.484-6.573 5.619h.18v3.032H27.92v-3.025h-2.493v3.025h-3.116v-3.025h-.813v-.007H18.57v-3.033h2.927V21.208H18.57v-3.033h3.74v-3.032zm3.698 13.714h-3.696v6h3.798c2.542 0 3.916-1.06 3.916-3.036c0-1.933-1.417-2.964-4.018-2.964m-.078-7.714h-3.618v5.143h3.166c2.348 0 3.69-.974 3.69-2.647c0-1.591-1.181-2.496-3.238-2.496"/></svg>
React
import type { SVGProps } from "react";
export function F7BitcoinCircle(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 4c13.255 0 24 10.745 24 24S41.255 52 28 52S4 41.255 4 28S14.745 4 28 4m0 4C16.954 8 8 16.954 8 28s8.954 20 20 20s20-8.954 20-20S39.046 8 28 8m-2.573 7.143v3.032h2.493v-3.032h3.117v3.032h-.748c3.794 0 6.174 1.894 6.174 4.904c0 2.152-1.652 3.95-3.794 4.264v.109c2.744.204 4.76 2.152 4.76 4.754c0 3.348-2.504 5.484-6.573 5.619h.18v3.032H27.92v-3.025h-2.493v3.025h-3.116v-3.025h-.813v-.007H18.57v-3.033h2.927V21.208H18.57v-3.033h3.74v-3.032zm3.698 13.714h-3.696v6h3.798c2.542 0 3.916-1.06 3.916-3.036c0-1.933-1.417-2.964-4.018-2.964m-.078-7.714h-3.618v5.143h3.166c2.348 0 3.69-.974 3.69-2.647c0-1.591-1.181-2.496-3.238-2.496"/></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 4c13.255 0 24 10.745 24 24S41.255 52 28 52S4 41.255 4 28S14.745 4 28 4m0 4C16.954 8 8 16.954 8 28s8.954 20 20 20s20-8.954 20-20S39.046 8 28 8m-2.573 7.143v3.032h2.493v-3.032h3.117v3.032h-.748c3.794 0 6.174 1.894 6.174 4.904c0 2.152-1.652 3.95-3.794 4.264v.109c2.744.204 4.76 2.152 4.76 4.754c0 3.348-2.504 5.484-6.573 5.619h.18v3.032H27.92v-3.025h-2.493v3.025h-3.116v-3.025h-.813v-.007H18.57v-3.033h2.927V21.208H18.57v-3.033h3.74v-3.032zm3.698 13.714h-3.696v6h3.798c2.542 0 3.916-1.06 3.916-3.036c0-1.933-1.417-2.964-4.018-2.964m-.078-7.714h-3.618v5.143h3.166c2.348 0 3.69-.974 3.69-2.647c0-1.591-1.181-2.496-3.238-2.496"/></svg> </template>
CSS
.icon-bitcoin-circle {
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%204c13.255%200%2024%2010.745%2024%2024S41.255%2052%2028%2052S4%2041.255%204%2028S14.745%204%2028%204m0%204C16.954%208%208%2016.954%208%2028s8.954%2020%2020%2020s20-8.954%2020-20S39.046%208%2028%208m-2.573%207.143v3.032h2.493v-3.032h3.117v3.032h-.748c3.794%200%206.174%201.894%206.174%204.904c0%202.152-1.652%203.95-3.794%204.264v.109c2.744.204%204.76%202.152%204.76%204.754c0%203.348-2.504%205.484-6.573%205.619h.18v3.032H27.92v-3.025h-2.493v3.025h-3.116v-3.025h-.813v-.007H18.57v-3.033h2.927V21.208H18.57v-3.033h3.74v-3.032zm3.698%2013.714h-3.696v6h3.798c2.542%200%203.916-1.06%203.916-3.036c0-1.933-1.417-2.964-4.018-2.964m-.078-7.714h-3.618v5.143h3.166c2.348%200%203.69-.974%203.69-2.647c0-1.591-1.181-2.496-3.238-2.496%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%204c13.255%200%2024%2010.745%2024%2024S41.255%2052%2028%2052S4%2041.255%204%2028S14.745%204%2028%204m0%204C16.954%208%208%2016.954%208%2028s8.954%2020%2020%2020s20-8.954%2020-20S39.046%208%2028%208m-2.573%207.143v3.032h2.493v-3.032h3.117v3.032h-.748c3.794%200%206.174%201.894%206.174%204.904c0%202.152-1.652%203.95-3.794%204.264v.109c2.744.204%204.76%202.152%204.76%204.754c0%203.348-2.504%205.484-6.573%205.619h.18v3.032H27.92v-3.025h-2.493v3.025h-3.116v-3.025h-.813v-.007H18.57v-3.033h2.927V21.208H18.57v-3.033h3.74v-3.032zm3.698%2013.714h-3.696v6h3.798c2.542%200%203.916-1.06%203.916-3.036c0-1.933-1.417-2.964-4.018-2.964m-.078-7.714h-3.618v5.143h3.166c2.348%200%203.69-.974%203.69-2.647c0-1.591-1.181-2.496-3.238-2.496%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/bitcoin-circle.svg?color=%231a73e8&size=48