blockchain 06 icon

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

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

Related icons in Huge Icons

Use the blockchain 06 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-width="1.5"><path stroke-linejoin="round" d="M5.5 10c.122 0 .236-.057.463-.17l1.825-.908C8.596 8.519 9 8.318 9 8V4m-3.5 6c-.122 0-.236-.057-.463-.17l-1.825-.908C2.404 8.519 2 8.318 2 8V4m3.5 6V6M2 4c0 .318.404.52 1.212.922l1.825.908c.227.113.34.17.463.17c.122 0 .236-.057.463-.17l1.825-.908C8.596 4.519 9 4.318 9 4s-.404-.52-1.212-.922L5.963 2.17C5.736 2.057 5.623 2 5.5 2c-.122 0-.236.057-.463.17l-1.825.908C2.404 3.481 2 3.682 2 4Zm16.5 6c.122 0 .236-.057.463-.17l1.825-.908C21.596 8.519 22 8.318 22 8V4m-3.5 6c-.122 0-.236-.057-.463-.17l-1.825-.908C15.404 8.519 15 8.318 15 8V4m3.5 6V6M15 4c0 .318.404.52 1.212.922l1.825.908c.227.113.34.17.463.17c.122 0 .236-.057.463-.17l1.825-.908C21.596 4.519 22 4.318 22 4s-.404-.52-1.212-.922l-1.825-.908c-.227-.113-.34-.17-.463-.17c-.122 0-.236.057-.463.17l-1.825.908C15.404 3.481 15 3.682 15 4Z"/><path stroke-linecap="round" d="M11.5 6h1M2 12v3.5c0 1.404 0 2.107.337 2.611a2 2 0 0 0 .552.552C3.393 19 4.096 19 5.5 19M22 12v3.5c0 1.404 0 2.107-.337 2.611a2 2 0 0 1-.552.552C20.607 19 19.904 19 18.5 19"/><path stroke-linejoin="round" d="M12 22c.122 0 .236-.056.463-.17l1.825-.908c.808-.402 1.212-.604 1.212-.922v-4M12 22c-.122 0-.236-.056-.463-.17l-1.825-.908C8.904 20.52 8.5 20.318 8.5 20v-4m3.5 6v-4m-3.5-2c0 .318.404.52 1.212.922l1.825.908c.227.114.34.17.463.17c.122 0 .236-.056.463-.17l1.825-.908c.808-.402 1.212-.604 1.212-.922s-.404-.52-1.212-.922l-1.825-.908c-.227-.114-.34-.17-.463-.17c-.122 0-.236.056-.463.17l-1.825.908c-.808.402-1.212.604-1.212.922Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBlockchain06(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" strokeWidth="1.5"><path strokeLinejoin="round" d="M5.5 10c.122 0 .236-.057.463-.17l1.825-.908C8.596 8.519 9 8.318 9 8V4m-3.5 6c-.122 0-.236-.057-.463-.17l-1.825-.908C2.404 8.519 2 8.318 2 8V4m3.5 6V6M2 4c0 .318.404.52 1.212.922l1.825.908c.227.113.34.17.463.17c.122 0 .236-.057.463-.17l1.825-.908C8.596 4.519 9 4.318 9 4s-.404-.52-1.212-.922L5.963 2.17C5.736 2.057 5.623 2 5.5 2c-.122 0-.236.057-.463.17l-1.825.908C2.404 3.481 2 3.682 2 4Zm16.5 6c.122 0 .236-.057.463-.17l1.825-.908C21.596 8.519 22 8.318 22 8V4m-3.5 6c-.122 0-.236-.057-.463-.17l-1.825-.908C15.404 8.519 15 8.318 15 8V4m3.5 6V6M15 4c0 .318.404.52 1.212.922l1.825.908c.227.113.34.17.463.17c.122 0 .236-.057.463-.17l1.825-.908C21.596 4.519 22 4.318 22 4s-.404-.52-1.212-.922l-1.825-.908c-.227-.113-.34-.17-.463-.17c-.122 0-.236.057-.463.17l-1.825.908C15.404 3.481 15 3.682 15 4Z"/><path strokeLinecap="round" d="M11.5 6h1M2 12v3.5c0 1.404 0 2.107.337 2.611a2 2 0 0 0 .552.552C3.393 19 4.096 19 5.5 19M22 12v3.5c0 1.404 0 2.107-.337 2.611a2 2 0 0 1-.552.552C20.607 19 19.904 19 18.5 19"/><path strokeLinejoin="round" d="M12 22c.122 0 .236-.056.463-.17l1.825-.908c.808-.402 1.212-.604 1.212-.922v-4M12 22c-.122 0-.236-.056-.463-.17l-1.825-.908C8.904 20.52 8.5 20.318 8.5 20v-4m3.5 6v-4m-3.5-2c0 .318.404.52 1.212.922l1.825.908c.227.114.34.17.463.17c.122 0 .236-.056.463-.17l1.825-.908c.808-.402 1.212-.604 1.212-.922s-.404-.52-1.212-.922l-1.825-.908c-.227-.114-.34-.17-.463-.17c-.122 0-.236.056-.463.17l-1.825.908c-.808.402-1.212.604-1.212.922Z"/></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-width="1.5"><path stroke-linejoin="round" d="M5.5 10c.122 0 .236-.057.463-.17l1.825-.908C8.596 8.519 9 8.318 9 8V4m-3.5 6c-.122 0-.236-.057-.463-.17l-1.825-.908C2.404 8.519 2 8.318 2 8V4m3.5 6V6M2 4c0 .318.404.52 1.212.922l1.825.908c.227.113.34.17.463.17c.122 0 .236-.057.463-.17l1.825-.908C8.596 4.519 9 4.318 9 4s-.404-.52-1.212-.922L5.963 2.17C5.736 2.057 5.623 2 5.5 2c-.122 0-.236.057-.463.17l-1.825.908C2.404 3.481 2 3.682 2 4Zm16.5 6c.122 0 .236-.057.463-.17l1.825-.908C21.596 8.519 22 8.318 22 8V4m-3.5 6c-.122 0-.236-.057-.463-.17l-1.825-.908C15.404 8.519 15 8.318 15 8V4m3.5 6V6M15 4c0 .318.404.52 1.212.922l1.825.908c.227.113.34.17.463.17c.122 0 .236-.057.463-.17l1.825-.908C21.596 4.519 22 4.318 22 4s-.404-.52-1.212-.922l-1.825-.908c-.227-.113-.34-.17-.463-.17c-.122 0-.236.057-.463.17l-1.825.908C15.404 3.481 15 3.682 15 4Z"/><path stroke-linecap="round" d="M11.5 6h1M2 12v3.5c0 1.404 0 2.107.337 2.611a2 2 0 0 0 .552.552C3.393 19 4.096 19 5.5 19M22 12v3.5c0 1.404 0 2.107-.337 2.611a2 2 0 0 1-.552.552C20.607 19 19.904 19 18.5 19"/><path stroke-linejoin="round" d="M12 22c.122 0 .236-.056.463-.17l1.825-.908c.808-.402 1.212-.604 1.212-.922v-4M12 22c-.122 0-.236-.056-.463-.17l-1.825-.908C8.904 20.52 8.5 20.318 8.5 20v-4m3.5 6v-4m-3.5-2c0 .318.404.52 1.212.922l1.825.908c.227.114.34.17.463.17c.122 0 .236-.056.463-.17l1.825-.908c.808-.402 1.212-.604 1.212-.922s-.404-.52-1.212-.922l-1.825-.908c-.227-.114-.34-.17-.463-.17c-.122 0-.236.056-.463.17l-1.825.908c-.808.402-1.212.604-1.212.922Z"/></g></svg>
</template>

CSS

.icon-blockchain-06 {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5.5%2010c.122%200%20.236-.057.463-.17l1.825-.908C8.596%208.519%209%208.318%209%208V4m-3.5%206c-.122%200-.236-.057-.463-.17l-1.825-.908C2.404%208.519%202%208.318%202%208V4m3.5%206V6M2%204c0%20.318.404.52%201.212.922l1.825.908c.227.113.34.17.463.17c.122%200%20.236-.057.463-.17l1.825-.908C8.596%204.519%209%204.318%209%204s-.404-.52-1.212-.922L5.963%202.17C5.736%202.057%205.623%202%205.5%202c-.122%200-.236.057-.463.17l-1.825.908C2.404%203.481%202%203.682%202%204Zm16.5%206c.122%200%20.236-.057.463-.17l1.825-.908C21.596%208.519%2022%208.318%2022%208V4m-3.5%206c-.122%200-.236-.057-.463-.17l-1.825-.908C15.404%208.519%2015%208.318%2015%208V4m3.5%206V6M15%204c0%20.318.404.52%201.212.922l1.825.908c.227.113.34.17.463.17c.122%200%20.236-.057.463-.17l1.825-.908C21.596%204.519%2022%204.318%2022%204s-.404-.52-1.212-.922l-1.825-.908c-.227-.113-.34-.17-.463-.17c-.122%200-.236.057-.463.17l-1.825.908C15.404%203.481%2015%203.682%2015%204Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.5%206h1M2%2012v3.5c0%201.404%200%202.107.337%202.611a2%202%200%200%200%20.552.552C3.393%2019%204.096%2019%205.5%2019M22%2012v3.5c0%201.404%200%202.107-.337%202.611a2%202%200%200%201-.552.552C20.607%2019%2019.904%2019%2018.5%2019%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2022c.122%200%20.236-.056.463-.17l1.825-.908c.808-.402%201.212-.604%201.212-.922v-4M12%2022c-.122%200-.236-.056-.463-.17l-1.825-.908C8.904%2020.52%208.5%2020.318%208.5%2020v-4m3.5%206v-4m-3.5-2c0%20.318.404.52%201.212.922l1.825.908c.227.114.34.17.463.17c.122%200%20.236-.056.463-.17l1.825-.908c.808-.402%201.212-.604%201.212-.922s-.404-.52-1.212-.922l-1.825-.908c-.227-.114-.34-.17-.463-.17c-.122%200-.236.056-.463.17l-1.825.908c-.808.402-1.212.604-1.212.922Z%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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5.5%2010c.122%200%20.236-.057.463-.17l1.825-.908C8.596%208.519%209%208.318%209%208V4m-3.5%206c-.122%200-.236-.057-.463-.17l-1.825-.908C2.404%208.519%202%208.318%202%208V4m3.5%206V6M2%204c0%20.318.404.52%201.212.922l1.825.908c.227.113.34.17.463.17c.122%200%20.236-.057.463-.17l1.825-.908C8.596%204.519%209%204.318%209%204s-.404-.52-1.212-.922L5.963%202.17C5.736%202.057%205.623%202%205.5%202c-.122%200-.236.057-.463.17l-1.825.908C2.404%203.481%202%203.682%202%204Zm16.5%206c.122%200%20.236-.057.463-.17l1.825-.908C21.596%208.519%2022%208.318%2022%208V4m-3.5%206c-.122%200-.236-.057-.463-.17l-1.825-.908C15.404%208.519%2015%208.318%2015%208V4m3.5%206V6M15%204c0%20.318.404.52%201.212.922l1.825.908c.227.113.34.17.463.17c.122%200%20.236-.057.463-.17l1.825-.908C21.596%204.519%2022%204.318%2022%204s-.404-.52-1.212-.922l-1.825-.908c-.227-.113-.34-.17-.463-.17c-.122%200-.236.057-.463.17l-1.825.908C15.404%203.481%2015%203.682%2015%204Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.5%206h1M2%2012v3.5c0%201.404%200%202.107.337%202.611a2%202%200%200%200%20.552.552C3.393%2019%204.096%2019%205.5%2019M22%2012v3.5c0%201.404%200%202.107-.337%202.611a2%202%200%200%201-.552.552C20.607%2019%2019.904%2019%2018.5%2019%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2022c.122%200%20.236-.056.463-.17l1.825-.908c.808-.402%201.212-.604%201.212-.922v-4M12%2022c-.122%200-.236-.056-.463-.17l-1.825-.908C8.904%2020.52%208.5%2020.318%208.5%2020v-4m3.5%206v-4m-3.5-2c0%20.318.404.52%201.212.922l1.825.908c.227.114.34.17.463.17c.122%200%20.236-.056.463-.17l1.825-.908c.808-.402%201.212-.604%201.212-.922s-.404-.52-1.212-.922l-1.825-.908c-.227-.114-.34-.17-.463-.17c-.122%200-.236.056-.463.17l-1.825.908c-.808.402-1.212.604-1.212.922Z%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/blockchain-06.svg?color=%231a73e8&size=48