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

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

The same logo in other sets

Use the band logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#516FFA" d="M18.875 18.625L12 22l-6.875-3.375V5.356L12 2l3.75 2.4v5.569l-1.875-1.125v-3.45L12 4.4L7 6.731v10.52l5 2.424l5-2.425v-4.312l-6.875-3.6l1.95-1.05l6.8 3.706zm-5.744-7.044l2.22 1.094l-5.226 2.375V9.831L12 10.894v1.562z"/></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedBand(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#516FFA" d="M18.875 18.625L12 22l-6.875-3.375V5.356L12 2l3.75 2.4v5.569l-1.875-1.125v-3.45L12 4.4L7 6.731v10.52l5 2.424l5-2.425v-4.312l-6.875-3.6l1.95-1.05l6.8 3.706zm-5.744-7.044l2.22 1.094l-5.226 2.375V9.831L12 10.894v1.562z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#516FFA" d="M18.875 18.625L12 22l-6.875-3.375V5.356L12 2l3.75 2.4v5.569l-1.875-1.125v-3.45L12 4.4L7 6.731v10.52l5 2.424l5-2.425v-4.312l-6.875-3.6l1.95-1.05l6.8 3.706zm-5.744-7.044l2.22 1.094l-5.226 2.375V9.831L12 10.894v1.562z"/></svg>
</template>

CSS

.icon-band {
  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%22%23516FFA%22%20d%3D%22M18.875%2018.625L12%2022l-6.875-3.375V5.356L12%202l3.75%202.4v5.569l-1.875-1.125v-3.45L12%204.4L7%206.731v10.52l5%202.424l5-2.425v-4.312l-6.875-3.6l1.95-1.05l6.8%203.706zm-5.744-7.044l2.22%201.094l-5.226%202.375V9.831L12%2010.894v1.562z%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%22%23516FFA%22%20d%3D%22M18.875%2018.625L12%2022l-6.875-3.375V5.356L12%202l3.75%202.4v5.569l-1.875-1.125v-3.45L12%204.4L7%206.731v10.52l5%202.424l5-2.425v-4.312l-6.875-3.6l1.95-1.05l6.8%203.706zm-5.744-7.044l2.22%201.094l-5.226%202.375V9.831L12%2010.894v1.562z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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