bitcoin credit card icon
bitcoin-credit-card from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- bitcoin-credit-card
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
bitcoin-01bitcoin-02bitcoin-03bitcoin-04bitcoin-bagbitcoin-circlebitcoin-cloudbitcoin-cpubitcoin-databasebitcoin-down-01bitcoin-down-02bitcoin-ellipsebitcoin-eyebitcoin-filterbitcoin-flashdiskbitcoin-graphbitcoin-invoicebitcoin-keybitcoin-locationbitcoin-lockbitcoin-mailbitcoin-mindbitcoin-money-01bitcoin-money-02
Use the bitcoin credit card icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M22 11c0-3.537 0-5.306-1.053-6.487a4.4 4.4 0 0 0-.555-.522C19.138 3 17.26 3 13.5 3h-3c-3.759 0-5.638 0-6.893.99q-.301.24-.554.523C2 5.693 2 7.463 2 11s0 5.306 1.053 6.487q.253.284.554.522C4.862 19 6.741 19 10.5 19H12"/><path d="M2 8h20"/><path stroke-linecap="round" d="M16.125 19.5v-6m1.875 0V12m0 9v-1.5m-1.875-3h3.75m0 0c.621 0 1.125.504 1.125 1.125v.75c0 .621-.504 1.125-1.125 1.125H15m4.875-3c.621 0 1.125-.504 1.125-1.125v-.75c0-.621-.504-1.125-1.125-1.125H15"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBitcoinCreditCard(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M22 11c0-3.537 0-5.306-1.053-6.487a4.4 4.4 0 0 0-.555-.522C19.138 3 17.26 3 13.5 3h-3c-3.759 0-5.638 0-6.893.99q-.301.24-.554.523C2 5.693 2 7.463 2 11s0 5.306 1.053 6.487q.253.284.554.522C4.862 19 6.741 19 10.5 19H12"/><path d="M2 8h20"/><path strokeLinecap="round" d="M16.125 19.5v-6m1.875 0V12m0 9v-1.5m-1.875-3h3.75m0 0c.621 0 1.125.504 1.125 1.125v.75c0 .621-.504 1.125-1.125 1.125H15m4.875-3c.621 0 1.125-.504 1.125-1.125v-.75c0-.621-.504-1.125-1.125-1.125H15"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M22 11c0-3.537 0-5.306-1.053-6.487a4.4 4.4 0 0 0-.555-.522C19.138 3 17.26 3 13.5 3h-3c-3.759 0-5.638 0-6.893.99q-.301.24-.554.523C2 5.693 2 7.463 2 11s0 5.306 1.053 6.487q.253.284.554.522C4.862 19 6.741 19 10.5 19H12"/><path d="M2 8h20"/><path stroke-linecap="round" d="M16.125 19.5v-6m1.875 0V12m0 9v-1.5m-1.875-3h3.75m0 0c.621 0 1.125.504 1.125 1.125v.75c0 .621-.504 1.125-1.125 1.125H15m4.875-3c.621 0 1.125-.504 1.125-1.125v-.75c0-.621-.504-1.125-1.125-1.125H15"/></g></svg> </template>
CSS
.icon-bitcoin-credit-card {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2011c0-3.537%200-5.306-1.053-6.487a4.4%204.4%200%200%200-.555-.522C19.138%203%2017.26%203%2013.5%203h-3c-3.759%200-5.638%200-6.893.99q-.301.24-.554.523C2%205.693%202%207.463%202%2011s0%205.306%201.053%206.487q.253.284.554.522C4.862%2019%206.741%2019%2010.5%2019H12%22%2F%3E%3Cpath%20d%3D%22M2%208h20%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.125%2019.5v-6m1.875%200V12m0%209v-1.5m-1.875-3h3.75m0%200c.621%200%201.125.504%201.125%201.125v.75c0%20.621-.504%201.125-1.125%201.125H15m4.875-3c.621%200%201.125-.504%201.125-1.125v-.75c0-.621-.504-1.125-1.125-1.125H15%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2011c0-3.537%200-5.306-1.053-6.487a4.4%204.4%200%200%200-.555-.522C19.138%203%2017.26%203%2013.5%203h-3c-3.759%200-5.638%200-6.893.99q-.301.24-.554.523C2%205.693%202%207.463%202%2011s0%205.306%201.053%206.487q.253.284.554.522C4.862%2019%206.741%2019%2010.5%2019H12%22%2F%3E%3Cpath%20d%3D%22M2%208h20%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.125%2019.5v-6m1.875%200V12m0%209v-1.5m-1.875-3h3.75m0%200c.621%200%201.125.504%201.125%201.125v.75c0%20.621-.504%201.125-1.125%201.125H15m4.875-3c.621%200%201.125-.504%201.125-1.125v-.75c0-.621-.504-1.125-1.125-1.125H15%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/bitcoin-credit-card.svg?color=%231a73e8&size=48