blockchain 04 icon

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

Name
blockchain-04
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the blockchain 04 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3.44 8.56C3.878 9 4.585 9 6 9s2.121 0 2.56-.44C9 8.122 9 7.415 9 6s0-2.121-.44-2.56C8.122 3 7.415 3 6 3s-2.121 0-2.56.44C3 3.878 3 4.585 3 6s0 2.121.44 2.56m12 0C15.878 9 16.585 9 18 9s2.121 0 2.56-.44C21 8.122 21 7.415 21 6s0-2.121-.44-2.56C20.122 3 19.415 3 18 3s-2.121 0-2.56.44C15 3.878 15 4.585 15 6s0 2.121.44 2.56m0 12c.439.44 1.146.44 2.56.44s2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56s0-2.121-.44-2.56C20.122 15 19.415 15 18 15s-2.121 0-2.56.44C15 15.878 15 16.585 15 18s0 2.121.44 2.56m-12 0C3.878 21 4.585 21 6 21s2.121 0 2.56-.44C9 20.122 9 19.415 9 18s0-2.121-.44-2.56C8.122 15 7.415 15 6 15s-2.121 0-2.56.44C3 15.878 3 16.585 3 18s0 2.121.44 2.56M12 6H9m6 12h-3m6-6V9M6 15v-3"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBlockchain04(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M3.44 8.56C3.878 9 4.585 9 6 9s2.121 0 2.56-.44C9 8.122 9 7.415 9 6s0-2.121-.44-2.56C8.122 3 7.415 3 6 3s-2.121 0-2.56.44C3 3.878 3 4.585 3 6s0 2.121.44 2.56m12 0C15.878 9 16.585 9 18 9s2.121 0 2.56-.44C21 8.122 21 7.415 21 6s0-2.121-.44-2.56C20.122 3 19.415 3 18 3s-2.121 0-2.56.44C15 3.878 15 4.585 15 6s0 2.121.44 2.56m0 12c.439.44 1.146.44 2.56.44s2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56s0-2.121-.44-2.56C20.122 15 19.415 15 18 15s-2.121 0-2.56.44C15 15.878 15 16.585 15 18s0 2.121.44 2.56m-12 0C3.878 21 4.585 21 6 21s2.121 0 2.56-.44C9 20.122 9 19.415 9 18s0-2.121-.44-2.56C8.122 15 7.415 15 6 15s-2.121 0-2.56.44C3 15.878 3 16.585 3 18s0 2.121.44 2.56M12 6H9m6 12h-3m6-6V9M6 15v-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3.44 8.56C3.878 9 4.585 9 6 9s2.121 0 2.56-.44C9 8.122 9 7.415 9 6s0-2.121-.44-2.56C8.122 3 7.415 3 6 3s-2.121 0-2.56.44C3 3.878 3 4.585 3 6s0 2.121.44 2.56m12 0C15.878 9 16.585 9 18 9s2.121 0 2.56-.44C21 8.122 21 7.415 21 6s0-2.121-.44-2.56C20.122 3 19.415 3 18 3s-2.121 0-2.56.44C15 3.878 15 4.585 15 6s0 2.121.44 2.56m0 12c.439.44 1.146.44 2.56.44s2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56s0-2.121-.44-2.56C20.122 15 19.415 15 18 15s-2.121 0-2.56.44C15 15.878 15 16.585 15 18s0 2.121.44 2.56m-12 0C3.878 21 4.585 21 6 21s2.121 0 2.56-.44C9 20.122 9 19.415 9 18s0-2.121-.44-2.56C8.122 15 7.415 15 6 15s-2.121 0-2.56.44C3 15.878 3 16.585 3 18s0 2.121.44 2.56M12 6H9m6 12h-3m6-6V9M6 15v-3"/></svg>
</template>

CSS

.icon-blockchain-04 {
  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%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3.44%208.56C3.878%209%204.585%209%206%209s2.121%200%202.56-.44C9%208.122%209%207.415%209%206s0-2.121-.44-2.56C8.122%203%207.415%203%206%203s-2.121%200-2.56.44C3%203.878%203%204.585%203%206s0%202.121.44%202.56m12%200C15.878%209%2016.585%209%2018%209s2.121%200%202.56-.44C21%208.122%2021%207.415%2021%206s0-2.121-.44-2.56C20.122%203%2019.415%203%2018%203s-2.121%200-2.56.44C15%203.878%2015%204.585%2015%206s0%202.121.44%202.56m0%2012c.439.44%201.146.44%202.56.44s2.121%200%202.56-.44c.44-.439.44-1.146.44-2.56s0-2.121-.44-2.56C20.122%2015%2019.415%2015%2018%2015s-2.121%200-2.56.44C15%2015.878%2015%2016.585%2015%2018s0%202.121.44%202.56m-12%200C3.878%2021%204.585%2021%206%2021s2.121%200%202.56-.44C9%2020.122%209%2019.415%209%2018s0-2.121-.44-2.56C8.122%2015%207.415%2015%206%2015s-2.121%200-2.56.44C3%2015.878%203%2016.585%203%2018s0%202.121.44%202.56M12%206H9m6%2012h-3m6-6V9M6%2015v-3%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%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3.44%208.56C3.878%209%204.585%209%206%209s2.121%200%202.56-.44C9%208.122%209%207.415%209%206s0-2.121-.44-2.56C8.122%203%207.415%203%206%203s-2.121%200-2.56.44C3%203.878%203%204.585%203%206s0%202.121.44%202.56m12%200C15.878%209%2016.585%209%2018%209s2.121%200%202.56-.44C21%208.122%2021%207.415%2021%206s0-2.121-.44-2.56C20.122%203%2019.415%203%2018%203s-2.121%200-2.56.44C15%203.878%2015%204.585%2015%206s0%202.121.44%202.56m0%2012c.439.44%201.146.44%202.56.44s2.121%200%202.56-.44c.44-.439.44-1.146.44-2.56s0-2.121-.44-2.56C20.122%2015%2019.415%2015%2018%2015s-2.121%200-2.56.44C15%2015.878%2015%2016.585%2015%2018s0%202.121.44%202.56m-12%200C3.878%2021%204.585%2021%206%2021s2.121%200%202.56-.44C9%2020.122%209%2019.415%209%2018s0-2.121-.44-2.56C8.122%2015%207.415%2015%206%2015s-2.121%200-2.56.44C3%2015.878%203%2016.585%203%2018s0%202.121.44%202.56M12%206H9m6%2012h-3m6-6V9M6%2015v-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/blockchain-04.svg?color=%231a73e8&size=48