pixel from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
pixel
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the pixel logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.8 16.2h4.8V21H7.8zM12.6 3h1.878C18.078 3 21 5.922 21 9.528c0 3.6-2.922 6.672-6.528 6.672H7.801v-9h4.8v4.2h1.877c1.182 0 2.322-.918 2.322-2.1s-1.14-2.1-2.328-2.1H12.6zM3 11.401h4.8v4.8H3z"/><path fill="currentColor" d="M7.8 11.401h4.8v4.8H7.8z"/></svg>

React

import type { SVGProps } from "react";

export function TokenPixel(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.8 16.2h4.8V21H7.8zM12.6 3h1.878C18.078 3 21 5.922 21 9.528c0 3.6-2.922 6.672-6.528 6.672H7.801v-9h4.8v4.2h1.877c1.182 0 2.322-.918 2.322-2.1s-1.14-2.1-2.328-2.1H12.6zM3 11.401h4.8v4.8H3z"/><path fill="currentColor" d="M7.8 11.401h4.8v4.8H7.8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.8 16.2h4.8V21H7.8zM12.6 3h1.878C18.078 3 21 5.922 21 9.528c0 3.6-2.922 6.672-6.528 6.672H7.801v-9h4.8v4.2h1.877c1.182 0 2.322-.918 2.322-2.1s-1.14-2.1-2.328-2.1H12.6zM3 11.401h4.8v4.8H3z"/><path fill="currentColor" d="M7.8 11.401h4.8v4.8H7.8z"/></svg>
</template>

CSS

.icon-pixel {
  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%22currentColor%22%20d%3D%22M7.8%2016.2h4.8V21H7.8zM12.6%203h1.878C18.078%203%2021%205.922%2021%209.528c0%203.6-2.922%206.672-6.528%206.672H7.801v-9h4.8v4.2h1.877c1.182%200%202.322-.918%202.322-2.1s-1.14-2.1-2.328-2.1H12.6zM3%2011.401h4.8v4.8H3z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.8%2011.401h4.8v4.8H7.8z%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%22currentColor%22%20d%3D%22M7.8%2016.2h4.8V21H7.8zM12.6%203h1.878C18.078%203%2021%205.922%2021%209.528c0%203.6-2.922%206.672-6.528%206.672H7.801v-9h4.8v4.2h1.877c1.182%200%202.322-.918%202.322-2.1s-1.14-2.1-2.328-2.1H12.6zM3%2011.401h4.8v4.8H3z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.8%2011.401h4.8v4.8H7.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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