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

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

The same logo in other sets

Use the uno logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.182 6H3v7.636a4.364 4.364 0 0 0 4.363 4.363h.546a4.363 4.363 0 0 0 4.363-4.363V6h-2.181v7.363a2.455 2.455 0 0 1-4.91 0zm8.181 3.273h2.182v8.181h-2.182z"/><path fill="currentColor" d="M18 9a3 3 0 0 0-3 3v5.454h.546v-4.909a1.637 1.637 0 1 1 3.273 0v4.91H21V12a3 3 0 0 0-3-3"/></svg>

React

import type { SVGProps } from "react";

export function TokenUno(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="M5.182 6H3v7.636a4.364 4.364 0 0 0 4.363 4.363h.546a4.363 4.363 0 0 0 4.363-4.363V6h-2.181v7.363a2.455 2.455 0 0 1-4.91 0zm8.181 3.273h2.182v8.181h-2.182z"/><path fill="currentColor" d="M18 9a3 3 0 0 0-3 3v5.454h.546v-4.909a1.637 1.637 0 1 1 3.273 0v4.91H21V12a3 3 0 0 0-3-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.182 6H3v7.636a4.364 4.364 0 0 0 4.363 4.363h.546a4.363 4.363 0 0 0 4.363-4.363V6h-2.181v7.363a2.455 2.455 0 0 1-4.91 0zm8.181 3.273h2.182v8.181h-2.182z"/><path fill="currentColor" d="M18 9a3 3 0 0 0-3 3v5.454h.546v-4.909a1.637 1.637 0 1 1 3.273 0v4.91H21V12a3 3 0 0 0-3-3"/></svg>
</template>

CSS

.icon-uno {
  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%22M5.182%206H3v7.636a4.364%204.364%200%200%200%204.363%204.363h.546a4.363%204.363%200%200%200%204.363-4.363V6h-2.181v7.363a2.455%202.455%200%200%201-4.91%200zm8.181%203.273h2.182v8.181h-2.182z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%209a3%203%200%200%200-3%203v5.454h.546v-4.909a1.637%201.637%200%201%201%203.273%200v4.91H21V12a3%203%200%200%200-3-3%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%22M5.182%206H3v7.636a4.364%204.364%200%200%200%204.363%204.363h.546a4.363%204.363%200%200%200%204.363-4.363V6h-2.181v7.363a2.455%202.455%200%200%201-4.91%200zm8.181%203.273h2.182v8.181h-2.182z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%209a3%203%200%200%200-3%203v5.454h.546v-4.909a1.637%201.637%200%201%201%203.273%200v4.91H21V12a3%203%200%200%200-3-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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