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

Name
3ull
Set
Web3 Icons Branded
Style
Branded
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

The same logo in other sets

Use the 3ull logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGCxxDuKBj)" d="M21 4.588H3l9 14.824z"/><path fill="#fff" d="M11.276 8.944c-.355-.73-1.568-.73-2.981-1.1c-1.128-.292-.942-1.589-.704-2.198c-1.133.291-1.414.974-1.414 1.588c0 2.198 2.557 2.446 2.912 2.806c.28.297.116.615 0 .742c-.28.873.736 1.503 1.324 1.747v1.588c0 .37.598 1.059 1.588 1.059s1.588-.689 1.588-1.06V12.53c0-.371 1.678-1.017 1.324-1.747c-.281-.593-.117-.742 0-.742c1.413-.36 2.911-2.011 2.911-2.806s-.264-1.323-1.323-1.588c.264.265.407 1.615-.44 2.197c-1.059.736-2.98.37-3.335 1.101c-.28.583-.116 1.71 0 2.198l1.218-.366c0 .736-.498 1.101-.847 1.101c-.355 0-.832.55-.832.916c0 .37 0 1.06-.264 1.06c-.265 0-.265-.816-.265-1.06c0-.37-.265-.916-.826-.916c-.566 0-.73-.735-.73-1.1l1.095.37c.233-.492.281-1.615 0-2.203"/><defs><linearGradient id="SVGCxxDuKBj" x1="19.92" x2="8.13" y1="4.588" y2="15.092" gradientUnits="userSpaceOnUse"><stop stop-color="#15493c"/><stop offset="1" stop-color="#069a35"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBranded3ull(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGCxxDuKBj)" d="M21 4.588H3l9 14.824z"/><path fill="#fff" d="M11.276 8.944c-.355-.73-1.568-.73-2.981-1.1c-1.128-.292-.942-1.589-.704-2.198c-1.133.291-1.414.974-1.414 1.588c0 2.198 2.557 2.446 2.912 2.806c.28.297.116.615 0 .742c-.28.873.736 1.503 1.324 1.747v1.588c0 .37.598 1.059 1.588 1.059s1.588-.689 1.588-1.06V12.53c0-.371 1.678-1.017 1.324-1.747c-.281-.593-.117-.742 0-.742c1.413-.36 2.911-2.011 2.911-2.806s-.264-1.323-1.323-1.588c.264.265.407 1.615-.44 2.197c-1.059.736-2.98.37-3.335 1.101c-.28.583-.116 1.71 0 2.198l1.218-.366c0 .736-.498 1.101-.847 1.101c-.355 0-.832.55-.832.916c0 .37 0 1.06-.264 1.06c-.265 0-.265-.816-.265-1.06c0-.37-.265-.916-.826-.916c-.566 0-.73-.735-.73-1.1l1.095.37c.233-.492.281-1.615 0-2.203"/><defs><linearGradient id="SVGCxxDuKBj" x1="19.92" x2="8.13" y1="4.588" y2="15.092" gradientUnits="userSpaceOnUse"><stop stopColor="#15493c"/><stop offset="1" stopColor="#069a35"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGCxxDuKBj)" d="M21 4.588H3l9 14.824z"/><path fill="#fff" d="M11.276 8.944c-.355-.73-1.568-.73-2.981-1.1c-1.128-.292-.942-1.589-.704-2.198c-1.133.291-1.414.974-1.414 1.588c0 2.198 2.557 2.446 2.912 2.806c.28.297.116.615 0 .742c-.28.873.736 1.503 1.324 1.747v1.588c0 .37.598 1.059 1.588 1.059s1.588-.689 1.588-1.06V12.53c0-.371 1.678-1.017 1.324-1.747c-.281-.593-.117-.742 0-.742c1.413-.36 2.911-2.011 2.911-2.806s-.264-1.323-1.323-1.588c.264.265.407 1.615-.44 2.197c-1.059.736-2.98.37-3.335 1.101c-.28.583-.116 1.71 0 2.198l1.218-.366c0 .736-.498 1.101-.847 1.101c-.355 0-.832.55-.832.916c0 .37 0 1.06-.264 1.06c-.265 0-.265-.816-.265-1.06c0-.37-.265-.916-.826-.916c-.566 0-.73-.735-.73-1.1l1.095.37c.233-.492.281-1.615 0-2.203"/><defs><linearGradient id="SVGCxxDuKBj" x1="19.92" x2="8.13" y1="4.588" y2="15.092" gradientUnits="userSpaceOnUse"><stop stop-color="#15493c"/><stop offset="1" stop-color="#069a35"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-3ull {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGCxxDuKBj)%22%20d%3D%22M21%204.588H3l9%2014.824z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.276%208.944c-.355-.73-1.568-.73-2.981-1.1c-1.128-.292-.942-1.589-.704-2.198c-1.133.291-1.414.974-1.414%201.588c0%202.198%202.557%202.446%202.912%202.806c.28.297.116.615%200%20.742c-.28.873.736%201.503%201.324%201.747v1.588c0%20.37.598%201.059%201.588%201.059s1.588-.689%201.588-1.06V12.53c0-.371%201.678-1.017%201.324-1.747c-.281-.593-.117-.742%200-.742c1.413-.36%202.911-2.011%202.911-2.806s-.264-1.323-1.323-1.588c.264.265.407%201.615-.44%202.197c-1.059.736-2.98.37-3.335%201.101c-.28.583-.116%201.71%200%202.198l1.218-.366c0%20.736-.498%201.101-.847%201.101c-.355%200-.832.55-.832.916c0%20.37%200%201.06-.264%201.06c-.265%200-.265-.816-.265-1.06c0-.37-.265-.916-.826-.916c-.566%200-.73-.735-.73-1.1l1.095.37c.233-.492.281-1.615%200-2.203%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGCxxDuKBj%22%20x1%3D%2219.92%22%20x2%3D%228.13%22%20y1%3D%224.588%22%20y2%3D%2215.092%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2315493c%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23069a35%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGCxxDuKBj)%22%20d%3D%22M21%204.588H3l9%2014.824z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.276%208.944c-.355-.73-1.568-.73-2.981-1.1c-1.128-.292-.942-1.589-.704-2.198c-1.133.291-1.414.974-1.414%201.588c0%202.198%202.557%202.446%202.912%202.806c.28.297.116.615%200%20.742c-.28.873.736%201.503%201.324%201.747v1.588c0%20.37.598%201.059%201.588%201.059s1.588-.689%201.588-1.06V12.53c0-.371%201.678-1.017%201.324-1.747c-.281-.593-.117-.742%200-.742c1.413-.36%202.911-2.011%202.911-2.806s-.264-1.323-1.323-1.588c.264.265.407%201.615-.44%202.197c-1.059.736-2.98.37-3.335%201.101c-.28.583-.116%201.71%200%202.198l1.218-.366c0%20.736-.498%201.101-.847%201.101c-.355%200-.832.55-.832.916c0%20.37%200%201.06-.264%201.06c-.265%200-.265-.816-.265-1.06c0-.37-.265-.916-.826-.916c-.566%200-.73-.735-.73-1.1l1.095.37c.233-.492.281-1.615%200-2.203%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGCxxDuKBj%22%20x1%3D%2219.92%22%20x2%3D%228.13%22%20y1%3D%224.588%22%20y2%3D%2215.092%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2315493c%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23069a35%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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