lqdr-background from Web3 Icons Branded by 0xa3k5 · Background · MIT Free for personal and commercial use.

Name
lqdr-background
Set
Web3 Icons Branded
Style
Background
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

The same logo in other sets

Use the lqdr logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVGHcSWxdhd1)"><path fill="#4dd9f6" d="M24 0H0v24h24z"/><path fill="#fff" fill-rule="evenodd" d="M13.303 4s0 3.863 1.92 6.199c1.92 2.34 2.263 3.863 2.263 4.937c0 1.079-.883 4.864-5.102 4.864s-5.87-3.9-5.87-6.423S8.471 6.153 13.303 4m-.837 1.778s.352 3.113 2.071 5.024c1.723 1.907 2.034 3.274 2.034 4.192c0 .924-.15 2.871-3.2 4.115c0 0 .686-1.038.686-2.492c0-.736-.457-1.6-.983-2.596c-.704-1.34-1.531-2.912-1.531-4.709c0-2.446.923-3.534.923-3.534m-5.038 7.703c0-3.726 4.115-7.26 4.115-7.26s-.914 1.573-.914 3.557c0 1.61.859 3.278 1.577 4.663c.503.978.937 1.815.937 2.391c0 .768-.092 2.281-1.637 2.281c-1.54 0-4.078-1.91-4.078-5.632" clip-rule="evenodd"/></g><defs><clipPath id="SVGHcSWxdhd1"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedLqdrBackground(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"><g clipPath="url(#SVGHcSWxdhd1)"><path fill="#4dd9f6" d="M24 0H0v24h24z"/><path fill="#fff" fillRule="evenodd" d="M13.303 4s0 3.863 1.92 6.199c1.92 2.34 2.263 3.863 2.263 4.937c0 1.079-.883 4.864-5.102 4.864s-5.87-3.9-5.87-6.423S8.471 6.153 13.303 4m-.837 1.778s.352 3.113 2.071 5.024c1.723 1.907 2.034 3.274 2.034 4.192c0 .924-.15 2.871-3.2 4.115c0 0 .686-1.038.686-2.492c0-.736-.457-1.6-.983-2.596c-.704-1.34-1.531-2.912-1.531-4.709c0-2.446.923-3.534.923-3.534m-5.038 7.703c0-3.726 4.115-7.26 4.115-7.26s-.914 1.573-.914 3.557c0 1.61.859 3.278 1.577 4.663c.503.978.937 1.815.937 2.391c0 .768-.092 2.281-1.637 2.281c-1.54 0-4.078-1.91-4.078-5.632" clipRule="evenodd"/></g><defs><clipPath id="SVGHcSWxdhd1"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></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"><g clip-path="url(#SVGHcSWxdhd1)"><path fill="#4dd9f6" d="M24 0H0v24h24z"/><path fill="#fff" fill-rule="evenodd" d="M13.303 4s0 3.863 1.92 6.199c1.92 2.34 2.263 3.863 2.263 4.937c0 1.079-.883 4.864-5.102 4.864s-5.87-3.9-5.87-6.423S8.471 6.153 13.303 4m-.837 1.778s.352 3.113 2.071 5.024c1.723 1.907 2.034 3.274 2.034 4.192c0 .924-.15 2.871-3.2 4.115c0 0 .686-1.038.686-2.492c0-.736-.457-1.6-.983-2.596c-.704-1.34-1.531-2.912-1.531-4.709c0-2.446.923-3.534.923-3.534m-5.038 7.703c0-3.726 4.115-7.26 4.115-7.26s-.914 1.573-.914 3.557c0 1.61.859 3.278 1.577 4.663c.503.978.937 1.815.937 2.391c0 .768-.092 2.281-1.637 2.281c-1.54 0-4.078-1.91-4.078-5.632" clip-rule="evenodd"/></g><defs><clipPath id="SVGHcSWxdhd1"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-lqdr-background {
  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%3Cg%20clip-path%3D%22url(%23SVGHcSWxdhd1)%22%3E%3Cpath%20fill%3D%22%234dd9f6%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.303%204s0%203.863%201.92%206.199c1.92%202.34%202.263%203.863%202.263%204.937c0%201.079-.883%204.864-5.102%204.864s-5.87-3.9-5.87-6.423S8.471%206.153%2013.303%204m-.837%201.778s.352%203.113%202.071%205.024c1.723%201.907%202.034%203.274%202.034%204.192c0%20.924-.15%202.871-3.2%204.115c0%200%20.686-1.038.686-2.492c0-.736-.457-1.6-.983-2.596c-.704-1.34-1.531-2.912-1.531-4.709c0-2.446.923-3.534.923-3.534m-5.038%207.703c0-3.726%204.115-7.26%204.115-7.26s-.914%201.573-.914%203.557c0%201.61.859%203.278%201.577%204.663c.503.978.937%201.815.937%202.391c0%20.768-.092%202.281-1.637%202.281c-1.54%200-4.078-1.91-4.078-5.632%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGHcSWxdhd1%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%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%3Cg%20clip-path%3D%22url(%23SVGHcSWxdhd1)%22%3E%3Cpath%20fill%3D%22%234dd9f6%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.303%204s0%203.863%201.92%206.199c1.92%202.34%202.263%203.863%202.263%204.937c0%201.079-.883%204.864-5.102%204.864s-5.87-3.9-5.87-6.423S8.471%206.153%2013.303%204m-.837%201.778s.352%203.113%202.071%205.024c1.723%201.907%202.034%203.274%202.034%204.192c0%20.924-.15%202.871-3.2%204.115c0%200%20.686-1.038.686-2.492c0-.736-.457-1.6-.983-2.596c-.704-1.34-1.531-2.912-1.531-4.709c0-2.446.923-3.534.923-3.534m-5.038%207.703c0-3.726%204.115-7.26%204.115-7.26s-.914%201.573-.914%203.557c0%201.61.859%203.278%201.577%204.663c.503.978.937%201.815.937%202.391c0%20.768-.092%202.281-1.637%202.281c-1.54%200-4.078-1.91-4.078-5.632%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGHcSWxdhd1%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%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/lqdr-background.svg?color=%231a73e8&size=48