block from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.

Name
block
Set
Web3 Icons Branded
Style
Branded
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

The same logo in other sets

Use the block logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="#2d338a"><path d="M7.731 4.588H16.5L21 12l-4.5 7.412H7.654L12.077 12zm4.654 2.647L15.257 12l-2.872 4.765h2.572L17.811 12L14.94 7.235h-2.563z"/><path d="M8.666 7.907L6.18 12l2.468 4.06l-1.577 2.635L3 12l4.106-6.761z"/></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedBlock(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="#2d338a"><path d="M7.731 4.588H16.5L21 12l-4.5 7.412H7.654L12.077 12zm4.654 2.647L15.257 12l-2.872 4.765h2.572L17.811 12L14.94 7.235h-2.563z"/><path d="M8.666 7.907L6.18 12l2.468 4.06l-1.577 2.635L3 12l4.106-6.761z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="#2d338a"><path d="M7.731 4.588H16.5L21 12l-4.5 7.412H7.654L12.077 12zm4.654 2.647L15.257 12l-2.872 4.765h2.572L17.811 12L14.94 7.235h-2.563z"/><path d="M8.666 7.907L6.18 12l2.468 4.06l-1.577 2.635L3 12l4.106-6.761z"/></g></svg>
</template>

CSS

.icon-block {
  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%22%232d338a%22%3E%3Cpath%20d%3D%22M7.731%204.588H16.5L21%2012l-4.5%207.412H7.654L12.077%2012zm4.654%202.647L15.257%2012l-2.872%204.765h2.572L17.811%2012L14.94%207.235h-2.563z%22%2F%3E%3Cpath%20d%3D%22M8.666%207.907L6.18%2012l2.468%204.06l-1.577%202.635L3%2012l4.106-6.761z%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%22%232d338a%22%3E%3Cpath%20d%3D%22M7.731%204.588H16.5L21%2012l-4.5%207.412H7.654L12.077%2012zm4.654%202.647L15.257%2012l-2.872%204.765h2.572L17.811%2012L14.94%207.235h-2.563z%22%2F%3E%3Cpath%20d%3D%22M8.666%207.907L6.18%2012l2.468%204.06l-1.577%202.635L3%2012l4.106-6.761z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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