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

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

The same logo in other sets

Use the quint logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.4 17.999v.6H21l-.528-.6z"/><path fill="currentColor" d="M13.2 17.4V15H5.4V5.4H15v15.599h6v-2.4h-3.6V3H3v14.4z"/><path fill="currentColor" d="m6 14.399l-.6.6h7.8l-.6-.6zM6 6l-.6-.6H15l-.6.6z"/><path fill="currentColor" d="m15 5.4l-.6.6v14.4l.6.6zM9 8.1L5.4 5.4V15L9 12.3z"/></svg>

React

import type { SVGProps } from "react";

export function TokenQuint(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="M17.4 17.999v.6H21l-.528-.6z"/><path fill="currentColor" d="M13.2 17.4V15H5.4V5.4H15v15.599h6v-2.4h-3.6V3H3v14.4z"/><path fill="currentColor" d="m6 14.399l-.6.6h7.8l-.6-.6zM6 6l-.6-.6H15l-.6.6z"/><path fill="currentColor" d="m15 5.4l-.6.6v14.4l.6.6zM9 8.1L5.4 5.4V15L9 12.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.4 17.999v.6H21l-.528-.6z"/><path fill="currentColor" d="M13.2 17.4V15H5.4V5.4H15v15.599h6v-2.4h-3.6V3H3v14.4z"/><path fill="currentColor" d="m6 14.399l-.6.6h7.8l-.6-.6zM6 6l-.6-.6H15l-.6.6z"/><path fill="currentColor" d="m15 5.4l-.6.6v14.4l.6.6zM9 8.1L5.4 5.4V15L9 12.3z"/></svg>
</template>

CSS

.icon-quint {
  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%22M17.4%2017.999v.6H21l-.528-.6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.2%2017.4V15H5.4V5.4H15v15.599h6v-2.4h-3.6V3H3v14.4z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6%2014.399l-.6.6h7.8l-.6-.6zM6%206l-.6-.6H15l-.6.6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15%205.4l-.6.6v14.4l.6.6zM9%208.1L5.4%205.4V15L9%2012.3z%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%22M17.4%2017.999v.6H21l-.528-.6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.2%2017.4V15H5.4V5.4H15v15.599h6v-2.4h-3.6V3H3v14.4z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6%2014.399l-.6.6h7.8l-.6-.6zM6%206l-.6-.6H15l-.6.6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15%205.4l-.6.6v14.4l.6.6zM9%208.1L5.4%205.4V15L9%2012.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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