blockchain 05 icon
blockchain-05 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- blockchain-05
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the blockchain 05 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="M12 17c.227 0 .438-.106.86-.318l3.39-1.704c1.5-.754 2.25-1.131 2.25-1.728v-7.5M12 17c-.227 0-.438-.106-.86-.318l-3.39-1.704c-1.5-.754-2.25-1.131-2.25-1.728v-7.5M12 17V9.5M5.5 5.75c0 .597.75.974 2.25 1.728l3.39 1.704c.422.212.633.318.86.318s.438-.106.86-.318l3.39-1.704c1.5-.754 2.25-1.131 2.25-1.728s-.75-.974-2.25-1.728l-3.39-1.704C12.438 2.106 12.227 2 12 2s-.438.106-.86.318L7.75 4.022C6.25 4.776 5.5 5.153 5.5 5.75Z"/><path stroke-linecap="round" d="M10 20.75c0-.69.56-1.25 1.25-1.25h1.5c.69 0 1.25.56 1.25 1.25m-4 0c0 .69.56 1.25 1.25 1.25h1.5c.69 0 1.25-.56 1.25-1.25m-4 0H5m9 0h5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBlockchain05(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="M12 17c.227 0 .438-.106.86-.318l3.39-1.704c1.5-.754 2.25-1.131 2.25-1.728v-7.5M12 17c-.227 0-.438-.106-.86-.318l-3.39-1.704c-1.5-.754-2.25-1.131-2.25-1.728v-7.5M12 17V9.5M5.5 5.75c0 .597.75.974 2.25 1.728l3.39 1.704c.422.212.633.318.86.318s.438-.106.86-.318l3.39-1.704c1.5-.754 2.25-1.131 2.25-1.728s-.75-.974-2.25-1.728l-3.39-1.704C12.438 2.106 12.227 2 12 2s-.438.106-.86.318L7.75 4.022C6.25 4.776 5.5 5.153 5.5 5.75Z"/><path strokeLinecap="round" d="M10 20.75c0-.69.56-1.25 1.25-1.25h1.5c.69 0 1.25.56 1.25 1.25m-4 0c0 .69.56 1.25 1.25 1.25h1.5c.69 0 1.25-.56 1.25-1.25m-4 0H5m9 0h5"/></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="M12 17c.227 0 .438-.106.86-.318l3.39-1.704c1.5-.754 2.25-1.131 2.25-1.728v-7.5M12 17c-.227 0-.438-.106-.86-.318l-3.39-1.704c-1.5-.754-2.25-1.131-2.25-1.728v-7.5M12 17V9.5M5.5 5.75c0 .597.75.974 2.25 1.728l3.39 1.704c.422.212.633.318.86.318s.438-.106.86-.318l3.39-1.704c1.5-.754 2.25-1.131 2.25-1.728s-.75-.974-2.25-1.728l-3.39-1.704C12.438 2.106 12.227 2 12 2s-.438.106-.86.318L7.75 4.022C6.25 4.776 5.5 5.153 5.5 5.75Z"/><path stroke-linecap="round" d="M10 20.75c0-.69.56-1.25 1.25-1.25h1.5c.69 0 1.25.56 1.25 1.25m-4 0c0 .69.56 1.25 1.25 1.25h1.5c.69 0 1.25-.56 1.25-1.25m-4 0H5m9 0h5"/></g></svg> </template>
CSS
.icon-blockchain-05 {
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%22M12%2017c.227%200%20.438-.106.86-.318l3.39-1.704c1.5-.754%202.25-1.131%202.25-1.728v-7.5M12%2017c-.227%200-.438-.106-.86-.318l-3.39-1.704c-1.5-.754-2.25-1.131-2.25-1.728v-7.5M12%2017V9.5M5.5%205.75c0%20.597.75.974%202.25%201.728l3.39%201.704c.422.212.633.318.86.318s.438-.106.86-.318l3.39-1.704c1.5-.754%202.25-1.131%202.25-1.728s-.75-.974-2.25-1.728l-3.39-1.704C12.438%202.106%2012.227%202%2012%202s-.438.106-.86.318L7.75%204.022C6.25%204.776%205.5%205.153%205.5%205.75Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2020.75c0-.69.56-1.25%201.25-1.25h1.5c.69%200%201.25.56%201.25%201.25m-4%200c0%20.69.56%201.25%201.25%201.25h1.5c.69%200%201.25-.56%201.25-1.25m-4%200H5m9%200h5%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%22M12%2017c.227%200%20.438-.106.86-.318l3.39-1.704c1.5-.754%202.25-1.131%202.25-1.728v-7.5M12%2017c-.227%200-.438-.106-.86-.318l-3.39-1.704c-1.5-.754-2.25-1.131-2.25-1.728v-7.5M12%2017V9.5M5.5%205.75c0%20.597.75.974%202.25%201.728l3.39%201.704c.422.212.633.318.86.318s.438-.106.86-.318l3.39-1.704c1.5-.754%202.25-1.131%202.25-1.728s-.75-.974-2.25-1.728l-3.39-1.704C12.438%202.106%2012.227%202%2012%202s-.438.106-.86.318L7.75%204.022C6.25%204.776%205.5%205.153%205.5%205.75Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2020.75c0-.69.56-1.25%201.25-1.25h1.5c.69%200%201.25.56%201.25%201.25m-4%200c0%20.69.56%201.25%201.25%201.25h1.5c.69%200%201.25-.56%201.25-1.25m-4%200H5m9%200h5%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-05.svg?color=%231a73e8&size=48