shield blockchain icon

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

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

Related icons in Huge Icons

Use the shield blockchain 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-linecap="round" d="M21 11.184V8.28c0-1.64 0-2.46-.404-2.995s-1.318-.794-3.145-1.314a25 25 0 0 1-3.229-1.173C13.023 2.266 12.424 2 12 2s-1.023.266-2.222.798c-.88.39-1.98.818-3.229 1.173c-1.827.52-2.74.78-3.145 1.314C3 5.82 3 6.64 3 8.28v2.904c0 5.625 5.063 9 7.594 10.336c.607.32.91.48 1.406.48s.799-.16 1.406-.48C15.937 20.184 21 16.809 21 11.184Z"/><path stroke-linejoin="round" d="M12 16c.14 0 .27-.063.529-.19l2.086-1.023c.923-.453 1.385-.679 1.385-1.037v-4.5M12 16c-.14 0-.27-.063-.529-.19l-2.086-1.023C8.462 14.334 8 14.108 8 13.75v-4.5M12 16v-4.5M8 9.25c0 .358.462.585 1.385 1.037l2.086 1.022c.26.128.39.191.529.191c.14 0 .27-.063.529-.19l2.086-1.023C15.538 9.835 16 9.608 16 9.25s-.462-.584-1.385-1.037L12.53 7.191c-.26-.127-.39-.19-.529-.19c-.14 0-.27.063-.529.19L9.385 8.213C8.462 8.666 8 8.892 8 9.25Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsShieldBlockchain(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 strokeLinecap="round" d="M21 11.184V8.28c0-1.64 0-2.46-.404-2.995s-1.318-.794-3.145-1.314a25 25 0 0 1-3.229-1.173C13.023 2.266 12.424 2 12 2s-1.023.266-2.222.798c-.88.39-1.98.818-3.229 1.173c-1.827.52-2.74.78-3.145 1.314C3 5.82 3 6.64 3 8.28v2.904c0 5.625 5.063 9 7.594 10.336c.607.32.91.48 1.406.48s.799-.16 1.406-.48C15.937 20.184 21 16.809 21 11.184Z"/><path strokeLinejoin="round" d="M12 16c.14 0 .27-.063.529-.19l2.086-1.023c.923-.453 1.385-.679 1.385-1.037v-4.5M12 16c-.14 0-.27-.063-.529-.19l-2.086-1.023C8.462 14.334 8 14.108 8 13.75v-4.5M12 16v-4.5M8 9.25c0 .358.462.585 1.385 1.037l2.086 1.022c.26.128.39.191.529.191c.14 0 .27-.063.529-.19l2.086-1.023C15.538 9.835 16 9.608 16 9.25s-.462-.584-1.385-1.037L12.53 7.191c-.26-.127-.39-.19-.529-.19c-.14 0-.27.063-.529.19L9.385 8.213C8.462 8.666 8 8.892 8 9.25Z"/></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-linecap="round" d="M21 11.184V8.28c0-1.64 0-2.46-.404-2.995s-1.318-.794-3.145-1.314a25 25 0 0 1-3.229-1.173C13.023 2.266 12.424 2 12 2s-1.023.266-2.222.798c-.88.39-1.98.818-3.229 1.173c-1.827.52-2.74.78-3.145 1.314C3 5.82 3 6.64 3 8.28v2.904c0 5.625 5.063 9 7.594 10.336c.607.32.91.48 1.406.48s.799-.16 1.406-.48C15.937 20.184 21 16.809 21 11.184Z"/><path stroke-linejoin="round" d="M12 16c.14 0 .27-.063.529-.19l2.086-1.023c.923-.453 1.385-.679 1.385-1.037v-4.5M12 16c-.14 0-.27-.063-.529-.19l-2.086-1.023C8.462 14.334 8 14.108 8 13.75v-4.5M12 16v-4.5M8 9.25c0 .358.462.585 1.385 1.037l2.086 1.022c.26.128.39.191.529.191c.14 0 .27-.063.529-.19l2.086-1.023C15.538 9.835 16 9.608 16 9.25s-.462-.584-1.385-1.037L12.53 7.191c-.26-.127-.39-.19-.529-.19c-.14 0-.27.063-.529.19L9.385 8.213C8.462 8.666 8 8.892 8 9.25Z"/></g></svg>
</template>

CSS

.icon-shield-blockchain {
  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-linecap%3D%22round%22%20d%3D%22M21%2011.184V8.28c0-1.64%200-2.46-.404-2.995s-1.318-.794-3.145-1.314a25%2025%200%200%201-3.229-1.173C13.023%202.266%2012.424%202%2012%202s-1.023.266-2.222.798c-.88.39-1.98.818-3.229%201.173c-1.827.52-2.74.78-3.145%201.314C3%205.82%203%206.64%203%208.28v2.904c0%205.625%205.063%209%207.594%2010.336c.607.32.91.48%201.406.48s.799-.16%201.406-.48C15.937%2020.184%2021%2016.809%2021%2011.184Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2016c.14%200%20.27-.063.529-.19l2.086-1.023c.923-.453%201.385-.679%201.385-1.037v-4.5M12%2016c-.14%200-.27-.063-.529-.19l-2.086-1.023C8.462%2014.334%208%2014.108%208%2013.75v-4.5M12%2016v-4.5M8%209.25c0%20.358.462.585%201.385%201.037l2.086%201.022c.26.128.39.191.529.191c.14%200%20.27-.063.529-.19l2.086-1.023C15.538%209.835%2016%209.608%2016%209.25s-.462-.584-1.385-1.037L12.53%207.191c-.26-.127-.39-.19-.529-.19c-.14%200-.27.063-.529.19L9.385%208.213C8.462%208.666%208%208.892%208%209.25Z%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-linecap%3D%22round%22%20d%3D%22M21%2011.184V8.28c0-1.64%200-2.46-.404-2.995s-1.318-.794-3.145-1.314a25%2025%200%200%201-3.229-1.173C13.023%202.266%2012.424%202%2012%202s-1.023.266-2.222.798c-.88.39-1.98.818-3.229%201.173c-1.827.52-2.74.78-3.145%201.314C3%205.82%203%206.64%203%208.28v2.904c0%205.625%205.063%209%207.594%2010.336c.607.32.91.48%201.406.48s.799-.16%201.406-.48C15.937%2020.184%2021%2016.809%2021%2011.184Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2016c.14%200%20.27-.063.529-.19l2.086-1.023c.923-.453%201.385-.679%201.385-1.037v-4.5M12%2016c-.14%200-.27-.063-.529-.19l-2.086-1.023C8.462%2014.334%208%2014.108%208%2013.75v-4.5M12%2016v-4.5M8%209.25c0%20.358.462.585%201.385%201.037l2.086%201.022c.26.128.39.191.529.191c.14%200%20.27-.063.529-.19l2.086-1.023C15.538%209.835%2016%209.608%2016%209.25s-.462-.584-1.385-1.037L12.53%207.191c-.26-.127-.39-.19-.529-.19c-.14%200-.27.063-.529.19L9.385%208.213C8.462%208.666%208%208.892%208%209.25Z%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/shield-blockchain.svg?color=%231a73e8&size=48