lightlink logo
lightlink-background from Web3 Icons Branded by 0xa3k5 · Background · MIT Free for personal and commercial use.
- Name
- lightlink-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 lightlink 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(#SVGHcSWxdhd120)"><path fill="url(#SVGyXZNZIIB)" d="M24 0H0v24h24z"/><path fill="#fff" d="M13.26 10.82a.54.54 0 0 1 0 .79a.63.63 0 0 1-.844 0l-1.264-1.186l-2.78 2.611a.63.63 0 0 1-.843 0a.533.533 0 0 1 0-.79l3.162-2.964l.04-.042a.623.623 0 0 1 .843 0z"/><path fill="#fff" d="M16.447 10.97a.533.533 0 0 1 0 .79l-3.162 2.959l-.04.042a.623.623 0 0 1-.843 0l-1.685-1.58a.54.54 0 0 1 0-.79a.63.63 0 0 1 .842 0l1.265 1.185l2.78-2.607a.63.63 0 0 1 .843 0m3.381.013a.63.63 0 0 0-.843 0l-1.68 1.58a.533.533 0 0 0 0 .79a.63.63 0 0 0 .842 0l1.685-1.58a.544.544 0 0 0-.004-.79M5.015 13.026a.63.63 0 0 1-.843 0a.54.54 0 0 1 0-.79l1.685-1.58a.63.63 0 0 1 .843 0a.533.533 0 0 1 0 .79z"/></g><defs><linearGradient id="SVGyXZNZIIB" x1="9.132" x2="13.232" y1="10.936" y2="15.257" gradientUnits="userSpaceOnUse"><stop offset=".117" stop-color="#6978ff"/><stop offset=".188" stop-color="#6087ff"/><stop offset=".348" stop-color="#4da5ff"/><stop offset=".507" stop-color="#40baff"/><stop offset=".662" stop-color="#39c7ff"/><stop offset=".808" stop-color="#36cbff"/><stop offset="1" stop-color="#67fffc"/></linearGradient><clipPath id="SVGHcSWxdhd120"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedLightlinkBackground(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(#SVGHcSWxdhd120)"><path fill="url(#SVGyXZNZIIB)" d="M24 0H0v24h24z"/><path fill="#fff" d="M13.26 10.82a.54.54 0 0 1 0 .79a.63.63 0 0 1-.844 0l-1.264-1.186l-2.78 2.611a.63.63 0 0 1-.843 0a.533.533 0 0 1 0-.79l3.162-2.964l.04-.042a.623.623 0 0 1 .843 0z"/><path fill="#fff" d="M16.447 10.97a.533.533 0 0 1 0 .79l-3.162 2.959l-.04.042a.623.623 0 0 1-.843 0l-1.685-1.58a.54.54 0 0 1 0-.79a.63.63 0 0 1 .842 0l1.265 1.185l2.78-2.607a.63.63 0 0 1 .843 0m3.381.013a.63.63 0 0 0-.843 0l-1.68 1.58a.533.533 0 0 0 0 .79a.63.63 0 0 0 .842 0l1.685-1.58a.544.544 0 0 0-.004-.79M5.015 13.026a.63.63 0 0 1-.843 0a.54.54 0 0 1 0-.79l1.685-1.58a.63.63 0 0 1 .843 0a.533.533 0 0 1 0 .79z"/></g><defs><linearGradient id="SVGyXZNZIIB" x1="9.132" x2="13.232" y1="10.936" y2="15.257" gradientUnits="userSpaceOnUse"><stop offset=".117" stopColor="#6978ff"/><stop offset=".188" stopColor="#6087ff"/><stop offset=".348" stopColor="#4da5ff"/><stop offset=".507" stopColor="#40baff"/><stop offset=".662" stopColor="#39c7ff"/><stop offset=".808" stopColor="#36cbff"/><stop offset="1" stopColor="#67fffc"/></linearGradient><clipPath id="SVGHcSWxdhd120"><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(#SVGHcSWxdhd120)"><path fill="url(#SVGyXZNZIIB)" d="M24 0H0v24h24z"/><path fill="#fff" d="M13.26 10.82a.54.54 0 0 1 0 .79a.63.63 0 0 1-.844 0l-1.264-1.186l-2.78 2.611a.63.63 0 0 1-.843 0a.533.533 0 0 1 0-.79l3.162-2.964l.04-.042a.623.623 0 0 1 .843 0z"/><path fill="#fff" d="M16.447 10.97a.533.533 0 0 1 0 .79l-3.162 2.959l-.04.042a.623.623 0 0 1-.843 0l-1.685-1.58a.54.54 0 0 1 0-.79a.63.63 0 0 1 .842 0l1.265 1.185l2.78-2.607a.63.63 0 0 1 .843 0m3.381.013a.63.63 0 0 0-.843 0l-1.68 1.58a.533.533 0 0 0 0 .79a.63.63 0 0 0 .842 0l1.685-1.58a.544.544 0 0 0-.004-.79M5.015 13.026a.63.63 0 0 1-.843 0a.54.54 0 0 1 0-.79l1.685-1.58a.63.63 0 0 1 .843 0a.533.533 0 0 1 0 .79z"/></g><defs><linearGradient id="SVGyXZNZIIB" x1="9.132" x2="13.232" y1="10.936" y2="15.257" gradientUnits="userSpaceOnUse"><stop offset=".117" stop-color="#6978ff"/><stop offset=".188" stop-color="#6087ff"/><stop offset=".348" stop-color="#4da5ff"/><stop offset=".507" stop-color="#40baff"/><stop offset=".662" stop-color="#39c7ff"/><stop offset=".808" stop-color="#36cbff"/><stop offset="1" stop-color="#67fffc"/></linearGradient><clipPath id="SVGHcSWxdhd120"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-lightlink-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(%23SVGHcSWxdhd120)%22%3E%3Cpath%20fill%3D%22url(%23SVGyXZNZIIB)%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.26%2010.82a.54.54%200%200%201%200%20.79a.63.63%200%200%201-.844%200l-1.264-1.186l-2.78%202.611a.63.63%200%200%201-.843%200a.533.533%200%200%201%200-.79l3.162-2.964l.04-.042a.623.623%200%200%201%20.843%200z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.447%2010.97a.533.533%200%200%201%200%20.79l-3.162%202.959l-.04.042a.623.623%200%200%201-.843%200l-1.685-1.58a.54.54%200%200%201%200-.79a.63.63%200%200%201%20.842%200l1.265%201.185l2.78-2.607a.63.63%200%200%201%20.843%200m3.381.013a.63.63%200%200%200-.843%200l-1.68%201.58a.533.533%200%200%200%200%20.79a.63.63%200%200%200%20.842%200l1.685-1.58a.544.544%200%200%200-.004-.79M5.015%2013.026a.63.63%200%200%201-.843%200a.54.54%200%200%201%200-.79l1.685-1.58a.63.63%200%200%201%20.843%200a.533.533%200%200%201%200%20.79z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGyXZNZIIB%22%20x1%3D%229.132%22%20x2%3D%2213.232%22%20y1%3D%2210.936%22%20y2%3D%2215.257%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.117%22%20stop-color%3D%22%236978ff%22%2F%3E%3Cstop%20offset%3D%22.188%22%20stop-color%3D%22%236087ff%22%2F%3E%3Cstop%20offset%3D%22.348%22%20stop-color%3D%22%234da5ff%22%2F%3E%3Cstop%20offset%3D%22.507%22%20stop-color%3D%22%2340baff%22%2F%3E%3Cstop%20offset%3D%22.662%22%20stop-color%3D%22%2339c7ff%22%2F%3E%3Cstop%20offset%3D%22.808%22%20stop-color%3D%22%2336cbff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2367fffc%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd120%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(%23SVGHcSWxdhd120)%22%3E%3Cpath%20fill%3D%22url(%23SVGyXZNZIIB)%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.26%2010.82a.54.54%200%200%201%200%20.79a.63.63%200%200%201-.844%200l-1.264-1.186l-2.78%202.611a.63.63%200%200%201-.843%200a.533.533%200%200%201%200-.79l3.162-2.964l.04-.042a.623.623%200%200%201%20.843%200z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.447%2010.97a.533.533%200%200%201%200%20.79l-3.162%202.959l-.04.042a.623.623%200%200%201-.843%200l-1.685-1.58a.54.54%200%200%201%200-.79a.63.63%200%200%201%20.842%200l1.265%201.185l2.78-2.607a.63.63%200%200%201%20.843%200m3.381.013a.63.63%200%200%200-.843%200l-1.68%201.58a.533.533%200%200%200%200%20.79a.63.63%200%200%200%20.842%200l1.685-1.58a.544.544%200%200%200-.004-.79M5.015%2013.026a.63.63%200%200%201-.843%200a.54.54%200%200%201%200-.79l1.685-1.58a.63.63%200%200%201%20.843%200a.533.533%200%200%201%200%20.79z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGyXZNZIIB%22%20x1%3D%229.132%22%20x2%3D%2213.232%22%20y1%3D%2210.936%22%20y2%3D%2215.257%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.117%22%20stop-color%3D%22%236978ff%22%2F%3E%3Cstop%20offset%3D%22.188%22%20stop-color%3D%22%236087ff%22%2F%3E%3Cstop%20offset%3D%22.348%22%20stop-color%3D%22%234da5ff%22%2F%3E%3Cstop%20offset%3D%22.507%22%20stop-color%3D%22%2340baff%22%2F%3E%3Cstop%20offset%3D%22.662%22%20stop-color%3D%22%2339c7ff%22%2F%3E%3Cstop%20offset%3D%22.808%22%20stop-color%3D%22%2336cbff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2367fffc%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd120%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/lightlink-background.svg?color=%231a73e8&size=48