bitcoin money 01 icon

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

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

Related icons in Huge Icons

Use the bitcoin money 01 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="M16 4H8c-2.828 0-4.243 0-5.121.937S2 7.383 2 10.4v3.2c0 3.017 0 4.525.879 5.463C3.757 20 5.172 20 8 20h8c2.828 0 4.243 0 5.121-.937S22 16.617 22 13.6v-3.2c0-3.017 0-4.525-.879-5.463C20.243 4 18.828 4 16 4"/><path d="M6.874 4q.125.481.126 1a4 4 0 0 1-5 3.874m20 0q-.481.124-1 .126a4 4 0 0 1-3.874-5m0 16A4 4 0 0 1 22 15.126m-20 0A4 4 0 0 1 6.874 20m3.564-5.333V9.333m1.562 0V8m0 8v-1.333M10.438 12h3.124m0 0c.518 0 .938.448.938 1v.667c0 .552-.42 1-.937 1H9.5M13.563 12c.517 0 .937-.448.937-1v-.667c0-.552-.42-1-.937-1H9.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBitcoinMoney01(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="M16 4H8c-2.828 0-4.243 0-5.121.937S2 7.383 2 10.4v3.2c0 3.017 0 4.525.879 5.463C3.757 20 5.172 20 8 20h8c2.828 0 4.243 0 5.121-.937S22 16.617 22 13.6v-3.2c0-3.017 0-4.525-.879-5.463C20.243 4 18.828 4 16 4"/><path d="M6.874 4q.125.481.126 1a4 4 0 0 1-5 3.874m20 0q-.481.124-1 .126a4 4 0 0 1-3.874-5m0 16A4 4 0 0 1 22 15.126m-20 0A4 4 0 0 1 6.874 20m3.564-5.333V9.333m1.562 0V8m0 8v-1.333M10.438 12h3.124m0 0c.518 0 .938.448.938 1v.667c0 .552-.42 1-.937 1H9.5M13.563 12c.517 0 .937-.448.937-1v-.667c0-.552-.42-1-.937-1H9.5"/></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="M16 4H8c-2.828 0-4.243 0-5.121.937S2 7.383 2 10.4v3.2c0 3.017 0 4.525.879 5.463C3.757 20 5.172 20 8 20h8c2.828 0 4.243 0 5.121-.937S22 16.617 22 13.6v-3.2c0-3.017 0-4.525-.879-5.463C20.243 4 18.828 4 16 4"/><path d="M6.874 4q.125.481.126 1a4 4 0 0 1-5 3.874m20 0q-.481.124-1 .126a4 4 0 0 1-3.874-5m0 16A4 4 0 0 1 22 15.126m-20 0A4 4 0 0 1 6.874 20m3.564-5.333V9.333m1.562 0V8m0 8v-1.333M10.438 12h3.124m0 0c.518 0 .938.448.938 1v.667c0 .552-.42 1-.937 1H9.5M13.563 12c.517 0 .937-.448.937-1v-.667c0-.552-.42-1-.937-1H9.5"/></g></svg>
</template>

CSS

.icon-bitcoin-money-01 {
  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%22M16%204H8c-2.828%200-4.243%200-5.121.937S2%207.383%202%2010.4v3.2c0%203.017%200%204.525.879%205.463C3.757%2020%205.172%2020%208%2020h8c2.828%200%204.243%200%205.121-.937S22%2016.617%2022%2013.6v-3.2c0-3.017%200-4.525-.879-5.463C20.243%204%2018.828%204%2016%204%22%2F%3E%3Cpath%20d%3D%22M6.874%204q.125.481.126%201a4%204%200%200%201-5%203.874m20%200q-.481.124-1%20.126a4%204%200%200%201-3.874-5m0%2016A4%204%200%200%201%2022%2015.126m-20%200A4%204%200%200%201%206.874%2020m3.564-5.333V9.333m1.562%200V8m0%208v-1.333M10.438%2012h3.124m0%200c.518%200%20.938.448.938%201v.667c0%20.552-.42%201-.937%201H9.5M13.563%2012c.517%200%20.937-.448.937-1v-.667c0-.552-.42-1-.937-1H9.5%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%22M16%204H8c-2.828%200-4.243%200-5.121.937S2%207.383%202%2010.4v3.2c0%203.017%200%204.525.879%205.463C3.757%2020%205.172%2020%208%2020h8c2.828%200%204.243%200%205.121-.937S22%2016.617%2022%2013.6v-3.2c0-3.017%200-4.525-.879-5.463C20.243%204%2018.828%204%2016%204%22%2F%3E%3Cpath%20d%3D%22M6.874%204q.125.481.126%201a4%204%200%200%201-5%203.874m20%200q-.481.124-1%20.126a4%204%200%200%201-3.874-5m0%2016A4%204%200%200%201%2022%2015.126m-20%200A4%204%200%200%201%206.874%2020m3.564-5.333V9.333m1.562%200V8m0%208v-1.333M10.438%2012h3.124m0%200c.518%200%20.938.448.938%201v.667c0%20.552-.42%201-.937%201H9.5M13.563%2012c.517%200%20.937-.448.937-1v-.667c0-.552-.42-1-.937-1H9.5%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-money-01.svg?color=%231a73e8&size=48