bitcoin key icon

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

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

Related icons in Huge Icons

Use the bitcoin key 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-linejoin="round" stroke-width="1.5"><path d="M8 2a5 5 0 0 0-2 9.584v7.791c0 .289 0 .433.04.57l.025.076c.05.132.137.248.31.479l.825 1.1a1 1 0 0 0 1.6 0l.825-1.1c.173-.231.26-.347.31-.48l.026-.075c.039-.137.039-.281.039-.57v-.339c0-.408 0-.613-.076-.796s-.22-.329-.51-.618L8.792 17l.622-.622c.29-.29.434-.434.51-.618c.076-.183.076-.388.076-.796v-3.38A5.001 5.001 0 0 0 8 2m8 10.5h3a1.5 1.5 0 0 1 1.5 1.5v.5A1.5 1.5 0 0 1 19 16h-3m0-3.5V16m0-3.5h-1m1 3.5h3.5a1.5 1.5 0 0 1 1.5 1.5v.5a1.5 1.5 0 0 1-1.5 1.5H16m0-3.5v3.5m2-7V11m0 8.5V21m-2-1.5h-1"/><path d="M8.25 7H8m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBitcoinKey(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M8 2a5 5 0 0 0-2 9.584v7.791c0 .289 0 .433.04.57l.025.076c.05.132.137.248.31.479l.825 1.1a1 1 0 0 0 1.6 0l.825-1.1c.173-.231.26-.347.31-.48l.026-.075c.039-.137.039-.281.039-.57v-.339c0-.408 0-.613-.076-.796s-.22-.329-.51-.618L8.792 17l.622-.622c.29-.29.434-.434.51-.618c.076-.183.076-.388.076-.796v-3.38A5.001 5.001 0 0 0 8 2m8 10.5h3a1.5 1.5 0 0 1 1.5 1.5v.5A1.5 1.5 0 0 1 19 16h-3m0-3.5V16m0-3.5h-1m1 3.5h3.5a1.5 1.5 0 0 1 1.5 1.5v.5a1.5 1.5 0 0 1-1.5 1.5H16m0-3.5v3.5m2-7V11m0 8.5V21m-2-1.5h-1"/><path d="M8.25 7H8m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></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-linejoin="round" stroke-width="1.5"><path d="M8 2a5 5 0 0 0-2 9.584v7.791c0 .289 0 .433.04.57l.025.076c.05.132.137.248.31.479l.825 1.1a1 1 0 0 0 1.6 0l.825-1.1c.173-.231.26-.347.31-.48l.026-.075c.039-.137.039-.281.039-.57v-.339c0-.408 0-.613-.076-.796s-.22-.329-.51-.618L8.792 17l.622-.622c.29-.29.434-.434.51-.618c.076-.183.076-.388.076-.796v-3.38A5.001 5.001 0 0 0 8 2m8 10.5h3a1.5 1.5 0 0 1 1.5 1.5v.5A1.5 1.5 0 0 1 19 16h-3m0-3.5V16m0-3.5h-1m1 3.5h3.5a1.5 1.5 0 0 1 1.5 1.5v.5a1.5 1.5 0 0 1-1.5 1.5H16m0-3.5v3.5m2-7V11m0 8.5V21m-2-1.5h-1"/><path d="M8.25 7H8m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></g></svg>
</template>

CSS

.icon-bitcoin-key {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8%202a5%205%200%200%200-2%209.584v7.791c0%20.289%200%20.433.04.57l.025.076c.05.132.137.248.31.479l.825%201.1a1%201%200%200%200%201.6%200l.825-1.1c.173-.231.26-.347.31-.48l.026-.075c.039-.137.039-.281.039-.57v-.339c0-.408%200-.613-.076-.796s-.22-.329-.51-.618L8.792%2017l.622-.622c.29-.29.434-.434.51-.618c.076-.183.076-.388.076-.796v-3.38A5.001%205.001%200%200%200%208%202m8%2010.5h3a1.5%201.5%200%200%201%201.5%201.5v.5A1.5%201.5%200%200%201%2019%2016h-3m0-3.5V16m0-3.5h-1m1%203.5h3.5a1.5%201.5%200%200%201%201.5%201.5v.5a1.5%201.5%200%200%201-1.5%201.5H16m0-3.5v3.5m2-7V11m0%208.5V21m-2-1.5h-1%22%2F%3E%3Cpath%20d%3D%22M8.25%207H8m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8%202a5%205%200%200%200-2%209.584v7.791c0%20.289%200%20.433.04.57l.025.076c.05.132.137.248.31.479l.825%201.1a1%201%200%200%200%201.6%200l.825-1.1c.173-.231.26-.347.31-.48l.026-.075c.039-.137.039-.281.039-.57v-.339c0-.408%200-.613-.076-.796s-.22-.329-.51-.618L8.792%2017l.622-.622c.29-.29.434-.434.51-.618c.076-.183.076-.388.076-.796v-3.38A5.001%205.001%200%200%200%208%202m8%2010.5h3a1.5%201.5%200%200%201%201.5%201.5v.5A1.5%201.5%200%200%201%2019%2016h-3m0-3.5V16m0-3.5h-1m1%203.5h3.5a1.5%201.5%200%200%201%201.5%201.5v.5a1.5%201.5%200%200%201-1.5%201.5H16m0-3.5v3.5m2-7V11m0%208.5V21m-2-1.5h-1%22%2F%3E%3Cpath%20d%3D%22M8.25%207H8m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%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-key.svg?color=%231a73e8&size=48