bitcoin store icon

bitcoin-store from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
bitcoin-store
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the bitcoin store 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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M6.266 2h11.468c.66 0 1.756.098 2.128 1.152c.222.628.135 1.333.376 1.953c.253.652.65 1.281 1.036 1.849c.382.562.822 1.17.707 1.84c-.13.756-.735 1.467-1.536 1.845c-1.64.774-4.064.308-4.45-2.493c-.323.894-1.315 2.8-4.034 2.8c-2.72 0-3.633-1.906-3.956-2.8c-.386 2.8-2.81 3.267-4.45 2.493c-.8-.378-1.407-1.09-1.536-1.845c-.115-.67.325-1.278.707-1.84c.385-.568.783-1.197 1.036-1.849c.242-.62.154-1.325.376-1.953C4.51 2.098 5.605 2 6.266 2m10.697 18.665v-5.342m1.563 0v-1.336m0 8.013v-1.335m-1.563-2.671h3.126m0 0c.518 0 .938.448.938 1.001v.668c0 .553-.42 1.002-.938 1.002h-4.064m4.064-2.671c.518 0 .938-.449.938-1.002v-.668c0-.553-.42-1.001-.938-1.001h-4.064"/><path d="M3.02 10.481v4.508c0 2.832 0 4.249.879 5.129c.88.88 2.294.88 5.123.88h4.002"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBitcoinStore(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" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M6.266 2h11.468c.66 0 1.756.098 2.128 1.152c.222.628.135 1.333.376 1.953c.253.652.65 1.281 1.036 1.849c.382.562.822 1.17.707 1.84c-.13.756-.735 1.467-1.536 1.845c-1.64.774-4.064.308-4.45-2.493c-.323.894-1.315 2.8-4.034 2.8c-2.72 0-3.633-1.906-3.956-2.8c-.386 2.8-2.81 3.267-4.45 2.493c-.8-.378-1.407-1.09-1.536-1.845c-.115-.67.325-1.278.707-1.84c.385-.568.783-1.197 1.036-1.849c.242-.62.154-1.325.376-1.953C4.51 2.098 5.605 2 6.266 2m10.697 18.665v-5.342m1.563 0v-1.336m0 8.013v-1.335m-1.563-2.671h3.126m0 0c.518 0 .938.448.938 1.001v.668c0 .553-.42 1.002-.938 1.002h-4.064m4.064-2.671c.518 0 .938-.449.938-1.002v-.668c0-.553-.42-1.001-.938-1.001h-4.064"/><path d="M3.02 10.481v4.508c0 2.832 0 4.249.879 5.129c.88.88 2.294.88 5.123.88h4.002"/></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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M6.266 2h11.468c.66 0 1.756.098 2.128 1.152c.222.628.135 1.333.376 1.953c.253.652.65 1.281 1.036 1.849c.382.562.822 1.17.707 1.84c-.13.756-.735 1.467-1.536 1.845c-1.64.774-4.064.308-4.45-2.493c-.323.894-1.315 2.8-4.034 2.8c-2.72 0-3.633-1.906-3.956-2.8c-.386 2.8-2.81 3.267-4.45 2.493c-.8-.378-1.407-1.09-1.536-1.845c-.115-.67.325-1.278.707-1.84c.385-.568.783-1.197 1.036-1.849c.242-.62.154-1.325.376-1.953C4.51 2.098 5.605 2 6.266 2m10.697 18.665v-5.342m1.563 0v-1.336m0 8.013v-1.335m-1.563-2.671h3.126m0 0c.518 0 .938.448.938 1.001v.668c0 .553-.42 1.002-.938 1.002h-4.064m4.064-2.671c.518 0 .938-.449.938-1.002v-.668c0-.553-.42-1.001-.938-1.001h-4.064"/><path d="M3.02 10.481v4.508c0 2.832 0 4.249.879 5.129c.88.88 2.294.88 5.123.88h4.002"/></g></svg>
</template>

CSS

.icon-bitcoin-store {
  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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6.266%202h11.468c.66%200%201.756.098%202.128%201.152c.222.628.135%201.333.376%201.953c.253.652.65%201.281%201.036%201.849c.382.562.822%201.17.707%201.84c-.13.756-.735%201.467-1.536%201.845c-1.64.774-4.064.308-4.45-2.493c-.323.894-1.315%202.8-4.034%202.8c-2.72%200-3.633-1.906-3.956-2.8c-.386%202.8-2.81%203.267-4.45%202.493c-.8-.378-1.407-1.09-1.536-1.845c-.115-.67.325-1.278.707-1.84c.385-.568.783-1.197%201.036-1.849c.242-.62.154-1.325.376-1.953C4.51%202.098%205.605%202%206.266%202m10.697%2018.665v-5.342m1.563%200v-1.336m0%208.013v-1.335m-1.563-2.671h3.126m0%200c.518%200%20.938.448.938%201.001v.668c0%20.553-.42%201.002-.938%201.002h-4.064m4.064-2.671c.518%200%20.938-.449.938-1.002v-.668c0-.553-.42-1.001-.938-1.001h-4.064%22%2F%3E%3Cpath%20d%3D%22M3.02%2010.481v4.508c0%202.832%200%204.249.879%205.129c.88.88%202.294.88%205.123.88h4.002%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6.266%202h11.468c.66%200%201.756.098%202.128%201.152c.222.628.135%201.333.376%201.953c.253.652.65%201.281%201.036%201.849c.382.562.822%201.17.707%201.84c-.13.756-.735%201.467-1.536%201.845c-1.64.774-4.064.308-4.45-2.493c-.323.894-1.315%202.8-4.034%202.8c-2.72%200-3.633-1.906-3.956-2.8c-.386%202.8-2.81%203.267-4.45%202.493c-.8-.378-1.407-1.09-1.536-1.845c-.115-.67.325-1.278.707-1.84c.385-.568.783-1.197%201.036-1.849c.242-.62.154-1.325.376-1.953C4.51%202.098%205.605%202%206.266%202m10.697%2018.665v-5.342m1.563%200v-1.336m0%208.013v-1.335m-1.563-2.671h3.126m0%200c.518%200%20.938.448.938%201.001v.668c0%20.553-.42%201.002-.938%201.002h-4.064m4.064-2.671c.518%200%20.938-.449.938-1.002v-.668c0-.553-.42-1.001-.938-1.001h-4.064%22%2F%3E%3Cpath%20d%3D%22M3.02%2010.481v4.508c0%202.832%200%204.249.879%205.129c.88.88%202.294.88%205.123.88h4.002%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-store.svg?color=%231a73e8&size=48