bxl bitcoin icon
bxl-bitcoin from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bxl-bitcoin
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in BoxIcons v2
Use the bxl bitcoin icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M11.953 8.819l-.547 2.19c.619.154 2.529.784 2.838-.456c.322-1.291-1.673-1.579-2.291-1.734zm-.822 3.296l-.603 2.415c.743.185 3.037.921 3.376-.441c.355-1.422-2.029-1.789-2.773-1.974z" fill="currentColor"/><path d="M14.421 2.299C9.064.964 3.641 4.224 2.306 9.581C.97 14.936 4.23 20.361 9.583 21.697c5.357 1.335 10.783-1.924 12.117-7.281c1.336-5.356-1.924-10.781-7.279-12.117zm1.991 8.275c-.145.974-.686 1.445-1.402 1.611c.985.512 1.485 1.298 1.009 2.661c-.592 1.691-1.998 1.834-3.87 1.48l-.454 1.82l-1.096-.273l.447-1.794a44.624 44.624 0 0 1-.875-.228l-.449 1.804l-1.095-.275l.454-1.823c-.257-.066-.517-.136-.782-.202L6.87 15l.546-1.256s.808.215.797.199c.311.077.448-.125.502-.261l.719-2.875l.115.029a.864.864 0 0 0-.114-.037l.512-2.053c.013-.234-.066-.528-.511-.639c.018-.011-.797-.198-.797-.198l.291-1.172l1.514.378l-.001.005c.227.057.461.111.7.165l.449-1.802l1.097.273l-.44 1.766c.294.067.591.135.879.207l.438-1.755l1.097.273l-.449 1.802c1.384.479 2.396 1.195 2.198 2.525z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxBxlBitcoin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M11.953 8.819l-.547 2.19c.619.154 2.529.784 2.838-.456c.322-1.291-1.673-1.579-2.291-1.734zm-.822 3.296l-.603 2.415c.743.185 3.037.921 3.376-.441c.355-1.422-2.029-1.789-2.773-1.974z" fill="currentColor"/><path d="M14.421 2.299C9.064.964 3.641 4.224 2.306 9.581C.97 14.936 4.23 20.361 9.583 21.697c5.357 1.335 10.783-1.924 12.117-7.281c1.336-5.356-1.924-10.781-7.279-12.117zm1.991 8.275c-.145.974-.686 1.445-1.402 1.611c.985.512 1.485 1.298 1.009 2.661c-.592 1.691-1.998 1.834-3.87 1.48l-.454 1.82l-1.096-.273l.447-1.794a44.624 44.624 0 0 1-.875-.228l-.449 1.804l-1.095-.275l.454-1.823c-.257-.066-.517-.136-.782-.202L6.87 15l.546-1.256s.808.215.797.199c.311.077.448-.125.502-.261l.719-2.875l.115.029a.864.864 0 0 0-.114-.037l.512-2.053c.013-.234-.066-.528-.511-.639c.018-.011-.797-.198-.797-.198l.291-1.172l1.514.378l-.001.005c.227.057.461.111.7.165l.449-1.802l1.097.273l-.44 1.766c.294.067.591.135.879.207l.438-1.755l1.097.273l-.449 1.802c1.384.479 2.396 1.195 2.198 2.525z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M11.953 8.819l-.547 2.19c.619.154 2.529.784 2.838-.456c.322-1.291-1.673-1.579-2.291-1.734zm-.822 3.296l-.603 2.415c.743.185 3.037.921 3.376-.441c.355-1.422-2.029-1.789-2.773-1.974z" fill="currentColor"/><path d="M14.421 2.299C9.064.964 3.641 4.224 2.306 9.581C.97 14.936 4.23 20.361 9.583 21.697c5.357 1.335 10.783-1.924 12.117-7.281c1.336-5.356-1.924-10.781-7.279-12.117zm1.991 8.275c-.145.974-.686 1.445-1.402 1.611c.985.512 1.485 1.298 1.009 2.661c-.592 1.691-1.998 1.834-3.87 1.48l-.454 1.82l-1.096-.273l.447-1.794a44.624 44.624 0 0 1-.875-.228l-.449 1.804l-1.095-.275l.454-1.823c-.257-.066-.517-.136-.782-.202L6.87 15l.546-1.256s.808.215.797.199c.311.077.448-.125.502-.261l.719-2.875l.115.029a.864.864 0 0 0-.114-.037l.512-2.053c.013-.234-.066-.528-.511-.639c.018-.011-.797-.198-.797-.198l.291-1.172l1.514.378l-.001.005c.227.057.461.111.7.165l.449-1.802l1.097.273l-.44 1.766c.294.067.591.135.879.207l.438-1.755l1.097.273l-.449 1.802c1.384.479 2.396 1.195 2.198 2.525z" fill="currentColor"/></svg> </template>
CSS
.icon-bxl-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%20d%3D%22M11.953%208.819l-.547%202.19c.619.154%202.529.784%202.838-.456c.322-1.291-1.673-1.579-2.291-1.734zm-.822%203.296l-.603%202.415c.743.185%203.037.921%203.376-.441c.355-1.422-2.029-1.789-2.773-1.974z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M14.421%202.299C9.064.964%203.641%204.224%202.306%209.581C.97%2014.936%204.23%2020.361%209.583%2021.697c5.357%201.335%2010.783-1.924%2012.117-7.281c1.336-5.356-1.924-10.781-7.279-12.117zm1.991%208.275c-.145.974-.686%201.445-1.402%201.611c.985.512%201.485%201.298%201.009%202.661c-.592%201.691-1.998%201.834-3.87%201.48l-.454%201.82l-1.096-.273l.447-1.794a44.624%2044.624%200%200%201-.875-.228l-.449%201.804l-1.095-.275l.454-1.823c-.257-.066-.517-.136-.782-.202L6.87%2015l.546-1.256s.808.215.797.199c.311.077.448-.125.502-.261l.719-2.875l.115.029a.864.864%200%200%200-.114-.037l.512-2.053c.013-.234-.066-.528-.511-.639c.018-.011-.797-.198-.797-.198l.291-1.172l1.514.378l-.001.005c.227.057.461.111.7.165l.449-1.802l1.097.273l-.44%201.766c.294.067.591.135.879.207l.438-1.755l1.097.273l-.449%201.802c1.384.479%202.396%201.195%202.198%202.525z%22%20fill%3D%22currentColor%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%20d%3D%22M11.953%208.819l-.547%202.19c.619.154%202.529.784%202.838-.456c.322-1.291-1.673-1.579-2.291-1.734zm-.822%203.296l-.603%202.415c.743.185%203.037.921%203.376-.441c.355-1.422-2.029-1.789-2.773-1.974z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M14.421%202.299C9.064.964%203.641%204.224%202.306%209.581C.97%2014.936%204.23%2020.361%209.583%2021.697c5.357%201.335%2010.783-1.924%2012.117-7.281c1.336-5.356-1.924-10.781-7.279-12.117zm1.991%208.275c-.145.974-.686%201.445-1.402%201.611c.985.512%201.485%201.298%201.009%202.661c-.592%201.691-1.998%201.834-3.87%201.48l-.454%201.82l-1.096-.273l.447-1.794a44.624%2044.624%200%200%201-.875-.228l-.449%201.804l-1.095-.275l.454-1.823c-.257-.066-.517-.136-.782-.202L6.87%2015l.546-1.256s.808.215.797.199c.311.077.448-.125.502-.261l.719-2.875l.115.029a.864.864%200%200%200-.114-.037l.512-2.053c.013-.234-.066-.528-.511-.639c.018-.011-.797-.198-.797-.198l.291-1.172l1.514.378l-.001.005c.227.057.461.111.7.165l.449-1.802l1.097.273l-.44%201.766c.294.067.591.135.879.207l.438-1.755l1.097.273l-.449%201.802c1.384.479%202.396%201.195%202.198%202.525z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxl-bitcoin.svg?color=%231a73e8&size=48