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

Name
ucjl
Set
Web3 Icons Branded
Style
Branded
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

Use the ucjl 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(#SVGo6Zyzb4e)" d="M12 19.875a7.875 7.875 0 1 0 0-15.75a7.875 7.875 0 0 0 0 15.75M12 21a9 9 0 1 0 0-18a9 9 0 0 0 0 18"/><path fill="url(#SVGO2eIycdX)" d="M12 19.875a7.875 7.875 0 1 0 0-15.75a7.875 7.875 0 0 0 0 15.75"/><path fill="#d7e6f9" d="M12.563 9.469V6.094l-3.938 2.25V9.75c.282.281.788.563 1.688.563s1.873-.563 2.25-.844"/><path fill="#d5dbfb" d="m15.376 7.5l-2.813 1.969V16.5l2.813-1.687z"/><path fill="#fff" d="M10.313 10.313c-.562 0-1.592-.377-1.688-.563v6.75c.096.281.563.844 1.688.844s1.969-.563 2.25-.844V9.47c-.563.281-1.536.844-2.25.844"/><defs><linearGradient id="SVGo6Zyzb4e" x1="20.437" x2="3.844" y1="12" y2="12.281" gradientUnits="userSpaceOnUse"><stop stop-color="#17c8fa"/><stop offset="1" stop-color="#975dfe"/></linearGradient><linearGradient id="SVGO2eIycdX" x1="15.938" x2="7.782" y1="5.812" y2="18.188" gradientUnits="userSpaceOnUse"><stop stop-color="#b0aeff"/><stop offset="1" stop-color="#278edd"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedUcjl(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(#SVGo6Zyzb4e)" d="M12 19.875a7.875 7.875 0 1 0 0-15.75a7.875 7.875 0 0 0 0 15.75M12 21a9 9 0 1 0 0-18a9 9 0 0 0 0 18"/><path fill="url(#SVGO2eIycdX)" d="M12 19.875a7.875 7.875 0 1 0 0-15.75a7.875 7.875 0 0 0 0 15.75"/><path fill="#d7e6f9" d="M12.563 9.469V6.094l-3.938 2.25V9.75c.282.281.788.563 1.688.563s1.873-.563 2.25-.844"/><path fill="#d5dbfb" d="m15.376 7.5l-2.813 1.969V16.5l2.813-1.687z"/><path fill="#fff" d="M10.313 10.313c-.562 0-1.592-.377-1.688-.563v6.75c.096.281.563.844 1.688.844s1.969-.563 2.25-.844V9.47c-.563.281-1.536.844-2.25.844"/><defs><linearGradient id="SVGo6Zyzb4e" x1="20.437" x2="3.844" y1="12" y2="12.281" gradientUnits="userSpaceOnUse"><stop stopColor="#17c8fa"/><stop offset="1" stopColor="#975dfe"/></linearGradient><linearGradient id="SVGO2eIycdX" x1="15.938" x2="7.782" y1="5.812" y2="18.188" gradientUnits="userSpaceOnUse"><stop stopColor="#b0aeff"/><stop offset="1" stopColor="#278edd"/></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(#SVGo6Zyzb4e)" d="M12 19.875a7.875 7.875 0 1 0 0-15.75a7.875 7.875 0 0 0 0 15.75M12 21a9 9 0 1 0 0-18a9 9 0 0 0 0 18"/><path fill="url(#SVGO2eIycdX)" d="M12 19.875a7.875 7.875 0 1 0 0-15.75a7.875 7.875 0 0 0 0 15.75"/><path fill="#d7e6f9" d="M12.563 9.469V6.094l-3.938 2.25V9.75c.282.281.788.563 1.688.563s1.873-.563 2.25-.844"/><path fill="#d5dbfb" d="m15.376 7.5l-2.813 1.969V16.5l2.813-1.687z"/><path fill="#fff" d="M10.313 10.313c-.562 0-1.592-.377-1.688-.563v6.75c.096.281.563.844 1.688.844s1.969-.563 2.25-.844V9.47c-.563.281-1.536.844-2.25.844"/><defs><linearGradient id="SVGo6Zyzb4e" x1="20.437" x2="3.844" y1="12" y2="12.281" gradientUnits="userSpaceOnUse"><stop stop-color="#17c8fa"/><stop offset="1" stop-color="#975dfe"/></linearGradient><linearGradient id="SVGO2eIycdX" x1="15.938" x2="7.782" y1="5.812" y2="18.188" gradientUnits="userSpaceOnUse"><stop stop-color="#b0aeff"/><stop offset="1" stop-color="#278edd"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-ucjl {
  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(%23SVGo6Zyzb4e)%22%20d%3D%22M12%2019.875a7.875%207.875%200%201%200%200-15.75a7.875%207.875%200%200%200%200%2015.75M12%2021a9%209%200%201%200%200-18a9%209%200%200%200%200%2018%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGO2eIycdX)%22%20d%3D%22M12%2019.875a7.875%207.875%200%201%200%200-15.75a7.875%207.875%200%200%200%200%2015.75%22%2F%3E%3Cpath%20fill%3D%22%23d7e6f9%22%20d%3D%22M12.563%209.469V6.094l-3.938%202.25V9.75c.282.281.788.563%201.688.563s1.873-.563%202.25-.844%22%2F%3E%3Cpath%20fill%3D%22%23d5dbfb%22%20d%3D%22m15.376%207.5l-2.813%201.969V16.5l2.813-1.687z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.313%2010.313c-.562%200-1.592-.377-1.688-.563v6.75c.096.281.563.844%201.688.844s1.969-.563%202.25-.844V9.47c-.563.281-1.536.844-2.25.844%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGo6Zyzb4e%22%20x1%3D%2220.437%22%20x2%3D%223.844%22%20y1%3D%2212%22%20y2%3D%2212.281%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2317c8fa%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23975dfe%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGO2eIycdX%22%20x1%3D%2215.938%22%20x2%3D%227.782%22%20y1%3D%225.812%22%20y2%3D%2218.188%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b0aeff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23278edd%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(%23SVGo6Zyzb4e)%22%20d%3D%22M12%2019.875a7.875%207.875%200%201%200%200-15.75a7.875%207.875%200%200%200%200%2015.75M12%2021a9%209%200%201%200%200-18a9%209%200%200%200%200%2018%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGO2eIycdX)%22%20d%3D%22M12%2019.875a7.875%207.875%200%201%200%200-15.75a7.875%207.875%200%200%200%200%2015.75%22%2F%3E%3Cpath%20fill%3D%22%23d7e6f9%22%20d%3D%22M12.563%209.469V6.094l-3.938%202.25V9.75c.282.281.788.563%201.688.563s1.873-.563%202.25-.844%22%2F%3E%3Cpath%20fill%3D%22%23d5dbfb%22%20d%3D%22m15.376%207.5l-2.813%201.969V16.5l2.813-1.687z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.313%2010.313c-.562%200-1.592-.377-1.688-.563v6.75c.096.281.563.844%201.688.844s1.969-.563%202.25-.844V9.47c-.563.281-1.536.844-2.25.844%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGo6Zyzb4e%22%20x1%3D%2220.437%22%20x2%3D%223.844%22%20y1%3D%2212%22%20y2%3D%2212.281%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2317c8fa%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23975dfe%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGO2eIycdX%22%20x1%3D%2215.938%22%20x2%3D%227.782%22%20y1%3D%225.812%22%20y2%3D%2218.188%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b0aeff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23278edd%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/ucjl.svg?color=%231a73e8&size=48