luna logo
luna-background from Web3 Icons Branded by 0xa3k5 · Background · MIT Free for personal and commercial use.
- Name
- luna-background
- Set
- Web3 Icons Branded
- Style
- Background
- Viewbox
- 24×24
- License
- MIT
1 other variant in Web3 Icons Branded
Use the luna 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(#SVGHcSWxdhd19)"><path fill="#fff" d="M24 0H0v24h24z"/><path fill="#f2e373" d="M11.556 20a7.111 7.111 0 1 0 0-14.222a7.111 7.111 0 0 0 0 14.222"/><path fill="url(#SVGLBjLtcgt)" d="M13.778 4c-.596.889-1.747 1.507-2.542 1.782a7.11 7.11 0 0 0-6.702 8.231c.64 1.956 1.969 3.289 3.8 3.391c1.91.111 3.773-.573 4.644-2.675c.702-1.69 1.938-2.182 2.467-2.285h4.11l-1-.71c-1.48-1.267-3.768-1.125-4.373-.6a3.3 3.3 0 0 1-1.857.781c-2.271 0-2.471-1.72-2.471-2.124v-.044c-.005-.463-.014-1.791 2.12-2.507a2.75 2.75 0 0 0 1.573-1.182h-.005c.454-.702.356-1.69.236-2.058"/><path fill="url(#SVGcXTQMemg)" d="M17.37 16.987a7.11 7.11 0 0 1-12.81-2.831c.432 1.262 1.712 3.293 4.098 3.249c2.591-.045 3.876-1.662 4.223-2.56c.35-.89 1.222-2.08 2.555-2.4c-.547.338-1.542 1.266-1.44 2.4c.12 1.382 1.236 2.297 3.373 2.142"/></g><defs><linearGradient id="SVGLBjLtcgt" x1="7.645" x2="16.277" y1="6.576" y2="13.915" gradientUnits="userSpaceOnUse"><stop stop-color="#f5c859"/><stop offset="1" stop-color="#de3633"/></linearGradient><linearGradient id="SVGcXTQMemg" x1="9.058" x2="11.578" y1="15.636" y2="20.04" gradientUnits="userSpaceOnUse"><stop stop-color="#f3be56"/><stop offset="1" stop-color="#e04437"/></linearGradient><clipPath id="SVGHcSWxdhd19"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedLunaBackground(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(#SVGHcSWxdhd19)"><path fill="#fff" d="M24 0H0v24h24z"/><path fill="#f2e373" d="M11.556 20a7.111 7.111 0 1 0 0-14.222a7.111 7.111 0 0 0 0 14.222"/><path fill="url(#SVGLBjLtcgt)" d="M13.778 4c-.596.889-1.747 1.507-2.542 1.782a7.11 7.11 0 0 0-6.702 8.231c.64 1.956 1.969 3.289 3.8 3.391c1.91.111 3.773-.573 4.644-2.675c.702-1.69 1.938-2.182 2.467-2.285h4.11l-1-.71c-1.48-1.267-3.768-1.125-4.373-.6a3.3 3.3 0 0 1-1.857.781c-2.271 0-2.471-1.72-2.471-2.124v-.044c-.005-.463-.014-1.791 2.12-2.507a2.75 2.75 0 0 0 1.573-1.182h-.005c.454-.702.356-1.69.236-2.058"/><path fill="url(#SVGcXTQMemg)" d="M17.37 16.987a7.11 7.11 0 0 1-12.81-2.831c.432 1.262 1.712 3.293 4.098 3.249c2.591-.045 3.876-1.662 4.223-2.56c.35-.89 1.222-2.08 2.555-2.4c-.547.338-1.542 1.266-1.44 2.4c.12 1.382 1.236 2.297 3.373 2.142"/></g><defs><linearGradient id="SVGLBjLtcgt" x1="7.645" x2="16.277" y1="6.576" y2="13.915" gradientUnits="userSpaceOnUse"><stop stopColor="#f5c859"/><stop offset="1" stopColor="#de3633"/></linearGradient><linearGradient id="SVGcXTQMemg" x1="9.058" x2="11.578" y1="15.636" y2="20.04" gradientUnits="userSpaceOnUse"><stop stopColor="#f3be56"/><stop offset="1" stopColor="#e04437"/></linearGradient><clipPath id="SVGHcSWxdhd19"><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(#SVGHcSWxdhd19)"><path fill="#fff" d="M24 0H0v24h24z"/><path fill="#f2e373" d="M11.556 20a7.111 7.111 0 1 0 0-14.222a7.111 7.111 0 0 0 0 14.222"/><path fill="url(#SVGLBjLtcgt)" d="M13.778 4c-.596.889-1.747 1.507-2.542 1.782a7.11 7.11 0 0 0-6.702 8.231c.64 1.956 1.969 3.289 3.8 3.391c1.91.111 3.773-.573 4.644-2.675c.702-1.69 1.938-2.182 2.467-2.285h4.11l-1-.71c-1.48-1.267-3.768-1.125-4.373-.6a3.3 3.3 0 0 1-1.857.781c-2.271 0-2.471-1.72-2.471-2.124v-.044c-.005-.463-.014-1.791 2.12-2.507a2.75 2.75 0 0 0 1.573-1.182h-.005c.454-.702.356-1.69.236-2.058"/><path fill="url(#SVGcXTQMemg)" d="M17.37 16.987a7.11 7.11 0 0 1-12.81-2.831c.432 1.262 1.712 3.293 4.098 3.249c2.591-.045 3.876-1.662 4.223-2.56c.35-.89 1.222-2.08 2.555-2.4c-.547.338-1.542 1.266-1.44 2.4c.12 1.382 1.236 2.297 3.373 2.142"/></g><defs><linearGradient id="SVGLBjLtcgt" x1="7.645" x2="16.277" y1="6.576" y2="13.915" gradientUnits="userSpaceOnUse"><stop stop-color="#f5c859"/><stop offset="1" stop-color="#de3633"/></linearGradient><linearGradient id="SVGcXTQMemg" x1="9.058" x2="11.578" y1="15.636" y2="20.04" gradientUnits="userSpaceOnUse"><stop stop-color="#f3be56"/><stop offset="1" stop-color="#e04437"/></linearGradient><clipPath id="SVGHcSWxdhd19"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-luna-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(%23SVGHcSWxdhd19)%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23f2e373%22%20d%3D%22M11.556%2020a7.111%207.111%200%201%200%200-14.222a7.111%207.111%200%200%200%200%2014.222%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGLBjLtcgt)%22%20d%3D%22M13.778%204c-.596.889-1.747%201.507-2.542%201.782a7.11%207.11%200%200%200-6.702%208.231c.64%201.956%201.969%203.289%203.8%203.391c1.91.111%203.773-.573%204.644-2.675c.702-1.69%201.938-2.182%202.467-2.285h4.11l-1-.71c-1.48-1.267-3.768-1.125-4.373-.6a3.3%203.3%200%200%201-1.857.781c-2.271%200-2.471-1.72-2.471-2.124v-.044c-.005-.463-.014-1.791%202.12-2.507a2.75%202.75%200%200%200%201.573-1.182h-.005c.454-.702.356-1.69.236-2.058%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGcXTQMemg)%22%20d%3D%22M17.37%2016.987a7.11%207.11%200%200%201-12.81-2.831c.432%201.262%201.712%203.293%204.098%203.249c2.591-.045%203.876-1.662%204.223-2.56c.35-.89%201.222-2.08%202.555-2.4c-.547.338-1.542%201.266-1.44%202.4c.12%201.382%201.236%202.297%203.373%202.142%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGLBjLtcgt%22%20x1%3D%227.645%22%20x2%3D%2216.277%22%20y1%3D%226.576%22%20y2%3D%2213.915%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23f5c859%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23de3633%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGcXTQMemg%22%20x1%3D%229.058%22%20x2%3D%2211.578%22%20y1%3D%2215.636%22%20y2%3D%2220.04%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23f3be56%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e04437%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd19%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(%23SVGHcSWxdhd19)%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23f2e373%22%20d%3D%22M11.556%2020a7.111%207.111%200%201%200%200-14.222a7.111%207.111%200%200%200%200%2014.222%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGLBjLtcgt)%22%20d%3D%22M13.778%204c-.596.889-1.747%201.507-2.542%201.782a7.11%207.11%200%200%200-6.702%208.231c.64%201.956%201.969%203.289%203.8%203.391c1.91.111%203.773-.573%204.644-2.675c.702-1.69%201.938-2.182%202.467-2.285h4.11l-1-.71c-1.48-1.267-3.768-1.125-4.373-.6a3.3%203.3%200%200%201-1.857.781c-2.271%200-2.471-1.72-2.471-2.124v-.044c-.005-.463-.014-1.791%202.12-2.507a2.75%202.75%200%200%200%201.573-1.182h-.005c.454-.702.356-1.69.236-2.058%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGcXTQMemg)%22%20d%3D%22M17.37%2016.987a7.11%207.11%200%200%201-12.81-2.831c.432%201.262%201.712%203.293%204.098%203.249c2.591-.045%203.876-1.662%204.223-2.56c.35-.89%201.222-2.08%202.555-2.4c-.547.338-1.542%201.266-1.44%202.4c.12%201.382%201.236%202.297%203.373%202.142%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGLBjLtcgt%22%20x1%3D%227.645%22%20x2%3D%2216.277%22%20y1%3D%226.576%22%20y2%3D%2213.915%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23f5c859%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23de3633%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGcXTQMemg%22%20x1%3D%229.058%22%20x2%3D%2211.578%22%20y1%3D%2215.636%22%20y2%3D%2220.04%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23f3be56%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e04437%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd19%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/luna-background.svg?color=%231a73e8&size=48