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

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

The same logo in other sets

Use the inv logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 7.224c0-.73.506-2.036 1.125-2.536v14.625H3zm10.125-2.536h1.125v13.471a6.36 6.36 0 0 0 4.016-1.912c1.035-1.125 1.609-2.604 1.609-3.685v-6.75h-2.25v6.47c0 .73-.506 2.03-1.125 2.53V4.688H21v7.874c0 1.43-.692 3.111-1.89 4.422a7 7 0 0 1-4.86 2.306v.023h-1.125V5.835c-1.631.146-2.981.922-3.938 1.924C8.124 8.884 7.5 10.357 7.5 11.437v6.75h2.25V11.72c0-.732.506-2.03 1.125-2.532v10.126h-4.5v-7.875c0-1.435.709-3.111 1.946-4.422c1.26-1.327 3.15-2.328 4.804-2.328"/></svg>

React

import type { SVGProps } from "react";

export function TokenInv(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="M3 7.224c0-.73.506-2.036 1.125-2.536v14.625H3zm10.125-2.536h1.125v13.471a6.36 6.36 0 0 0 4.016-1.912c1.035-1.125 1.609-2.604 1.609-3.685v-6.75h-2.25v6.47c0 .73-.506 2.03-1.125 2.53V4.688H21v7.874c0 1.43-.692 3.111-1.89 4.422a7 7 0 0 1-4.86 2.306v.023h-1.125V5.835c-1.631.146-2.981.922-3.938 1.924C8.124 8.884 7.5 10.357 7.5 11.437v6.75h2.25V11.72c0-.732.506-2.03 1.125-2.532v10.126h-4.5v-7.875c0-1.435.709-3.111 1.946-4.422c1.26-1.327 3.15-2.328 4.804-2.328"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 7.224c0-.73.506-2.036 1.125-2.536v14.625H3zm10.125-2.536h1.125v13.471a6.36 6.36 0 0 0 4.016-1.912c1.035-1.125 1.609-2.604 1.609-3.685v-6.75h-2.25v6.47c0 .73-.506 2.03-1.125 2.53V4.688H21v7.874c0 1.43-.692 3.111-1.89 4.422a7 7 0 0 1-4.86 2.306v.023h-1.125V5.835c-1.631.146-2.981.922-3.938 1.924C8.124 8.884 7.5 10.357 7.5 11.437v6.75h2.25V11.72c0-.732.506-2.03 1.125-2.532v10.126h-4.5v-7.875c0-1.435.709-3.111 1.946-4.422c1.26-1.327 3.15-2.328 4.804-2.328"/></svg>
</template>

CSS

.icon-inv {
  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%22M3%207.224c0-.73.506-2.036%201.125-2.536v14.625H3zm10.125-2.536h1.125v13.471a6.36%206.36%200%200%200%204.016-1.912c1.035-1.125%201.609-2.604%201.609-3.685v-6.75h-2.25v6.47c0%20.73-.506%202.03-1.125%202.53V4.688H21v7.874c0%201.43-.692%203.111-1.89%204.422a7%207%200%200%201-4.86%202.306v.023h-1.125V5.835c-1.631.146-2.981.922-3.938%201.924C8.124%208.884%207.5%2010.357%207.5%2011.437v6.75h2.25V11.72c0-.732.506-2.03%201.125-2.532v10.126h-4.5v-7.875c0-1.435.709-3.111%201.946-4.422c1.26-1.327%203.15-2.328%204.804-2.328%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%22M3%207.224c0-.73.506-2.036%201.125-2.536v14.625H3zm10.125-2.536h1.125v13.471a6.36%206.36%200%200%200%204.016-1.912c1.035-1.125%201.609-2.604%201.609-3.685v-6.75h-2.25v6.47c0%20.73-.506%202.03-1.125%202.53V4.688H21v7.874c0%201.43-.692%203.111-1.89%204.422a7%207%200%200%201-4.86%202.306v.023h-1.125V5.835c-1.631.146-2.981.922-3.938%201.924C8.124%208.884%207.5%2010.357%207.5%2011.437v6.75h2.25V11.72c0-.732.506-2.03%201.125-2.532v10.126h-4.5v-7.875c0-1.435.709-3.111%201.946-4.422c1.26-1.327%203.15-2.328%204.804-2.328%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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