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

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

1 other variant in Web3 Icons Branded

Use the kzen 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(#SVGHcSWxdhd140)"><path fill="#fff" d="M24 0H0v24h24z"/><path fill="url(#SVGacRydb1V)" d="M12 19.53a7.53 7.53 0 1 0 0-15.06a7.53 7.53 0 0 0 0 15.06"/><path fill="url(#SVGfiSPCceh)" d="M19.53 12a7.53 7.53 0 1 0-15.06 0a7.53 7.53 0 0 0 15.06 0"/><path fill="#181b1e" d="M10.588 7.294H12v8.941h-1.412zm6.019-2.353l-.833-.875L15.722 4a12.93 12.93 0 0 0-2.781 7.962c0 3.05 1.059 5.85 2.823 8.038l.942-.932a11.6 11.6 0 0 1-2.396-7.106c0-2.626.852-5.091 2.297-7.02"/></g><defs><linearGradient id="SVGacRydb1V" x1="16.391" x2="7.491" y1="5" y2="18.857" gradientUnits="userSpaceOnUse"><stop offset=".16" stop-color="#ffa3a3"/><stop offset=".59" stop-color="#c50000"/><stop offset="1" stop-color="#c50101"/></linearGradient><linearGradient id="SVGfiSPCceh" x1="14.353" x2="12.293" y1="4.5" y2="7.892" gradientUnits="userSpaceOnUse"><stop offset=".07" stop-color="#ff5353"/><stop offset="1" stop-color="#c50101" stop-opacity="0"/></linearGradient><clipPath id="SVGHcSWxdhd140"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedKzenBackground(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(#SVGHcSWxdhd140)"><path fill="#fff" d="M24 0H0v24h24z"/><path fill="url(#SVGacRydb1V)" d="M12 19.53a7.53 7.53 0 1 0 0-15.06a7.53 7.53 0 0 0 0 15.06"/><path fill="url(#SVGfiSPCceh)" d="M19.53 12a7.53 7.53 0 1 0-15.06 0a7.53 7.53 0 0 0 15.06 0"/><path fill="#181b1e" d="M10.588 7.294H12v8.941h-1.412zm6.019-2.353l-.833-.875L15.722 4a12.93 12.93 0 0 0-2.781 7.962c0 3.05 1.059 5.85 2.823 8.038l.942-.932a11.6 11.6 0 0 1-2.396-7.106c0-2.626.852-5.091 2.297-7.02"/></g><defs><linearGradient id="SVGacRydb1V" x1="16.391" x2="7.491" y1="5" y2="18.857" gradientUnits="userSpaceOnUse"><stop offset=".16" stopColor="#ffa3a3"/><stop offset=".59" stopColor="#c50000"/><stop offset="1" stopColor="#c50101"/></linearGradient><linearGradient id="SVGfiSPCceh" x1="14.353" x2="12.293" y1="4.5" y2="7.892" gradientUnits="userSpaceOnUse"><stop offset=".07" stopColor="#ff5353"/><stop offset="1" stopColor="#c50101" stopOpacity="0"/></linearGradient><clipPath id="SVGHcSWxdhd140"><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(#SVGHcSWxdhd140)"><path fill="#fff" d="M24 0H0v24h24z"/><path fill="url(#SVGacRydb1V)" d="M12 19.53a7.53 7.53 0 1 0 0-15.06a7.53 7.53 0 0 0 0 15.06"/><path fill="url(#SVGfiSPCceh)" d="M19.53 12a7.53 7.53 0 1 0-15.06 0a7.53 7.53 0 0 0 15.06 0"/><path fill="#181b1e" d="M10.588 7.294H12v8.941h-1.412zm6.019-2.353l-.833-.875L15.722 4a12.93 12.93 0 0 0-2.781 7.962c0 3.05 1.059 5.85 2.823 8.038l.942-.932a11.6 11.6 0 0 1-2.396-7.106c0-2.626.852-5.091 2.297-7.02"/></g><defs><linearGradient id="SVGacRydb1V" x1="16.391" x2="7.491" y1="5" y2="18.857" gradientUnits="userSpaceOnUse"><stop offset=".16" stop-color="#ffa3a3"/><stop offset=".59" stop-color="#c50000"/><stop offset="1" stop-color="#c50101"/></linearGradient><linearGradient id="SVGfiSPCceh" x1="14.353" x2="12.293" y1="4.5" y2="7.892" gradientUnits="userSpaceOnUse"><stop offset=".07" stop-color="#ff5353"/><stop offset="1" stop-color="#c50101" stop-opacity="0"/></linearGradient><clipPath id="SVGHcSWxdhd140"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-kzen-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(%23SVGHcSWxdhd140)%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGacRydb1V)%22%20d%3D%22M12%2019.53a7.53%207.53%200%201%200%200-15.06a7.53%207.53%200%200%200%200%2015.06%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGfiSPCceh)%22%20d%3D%22M19.53%2012a7.53%207.53%200%201%200-15.06%200a7.53%207.53%200%200%200%2015.06%200%22%2F%3E%3Cpath%20fill%3D%22%23181b1e%22%20d%3D%22M10.588%207.294H12v8.941h-1.412zm6.019-2.353l-.833-.875L15.722%204a12.93%2012.93%200%200%200-2.781%207.962c0%203.05%201.059%205.85%202.823%208.038l.942-.932a11.6%2011.6%200%200%201-2.396-7.106c0-2.626.852-5.091%202.297-7.02%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGacRydb1V%22%20x1%3D%2216.391%22%20x2%3D%227.491%22%20y1%3D%225%22%20y2%3D%2218.857%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.16%22%20stop-color%3D%22%23ffa3a3%22%2F%3E%3Cstop%20offset%3D%22.59%22%20stop-color%3D%22%23c50000%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23c50101%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGfiSPCceh%22%20x1%3D%2214.353%22%20x2%3D%2212.293%22%20y1%3D%224.5%22%20y2%3D%227.892%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.07%22%20stop-color%3D%22%23ff5353%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23c50101%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd140%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(%23SVGHcSWxdhd140)%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGacRydb1V)%22%20d%3D%22M12%2019.53a7.53%207.53%200%201%200%200-15.06a7.53%207.53%200%200%200%200%2015.06%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGfiSPCceh)%22%20d%3D%22M19.53%2012a7.53%207.53%200%201%200-15.06%200a7.53%207.53%200%200%200%2015.06%200%22%2F%3E%3Cpath%20fill%3D%22%23181b1e%22%20d%3D%22M10.588%207.294H12v8.941h-1.412zm6.019-2.353l-.833-.875L15.722%204a12.93%2012.93%200%200%200-2.781%207.962c0%203.05%201.059%205.85%202.823%208.038l.942-.932a11.6%2011.6%200%200%201-2.396-7.106c0-2.626.852-5.091%202.297-7.02%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGacRydb1V%22%20x1%3D%2216.391%22%20x2%3D%227.491%22%20y1%3D%225%22%20y2%3D%2218.857%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.16%22%20stop-color%3D%22%23ffa3a3%22%2F%3E%3Cstop%20offset%3D%22.59%22%20stop-color%3D%22%23c50000%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23c50101%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGfiSPCceh%22%20x1%3D%2214.353%22%20x2%3D%2212.293%22%20y1%3D%224.5%22%20y2%3D%227.892%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.07%22%20stop-color%3D%22%23ff5353%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23c50101%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd140%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/kzen-background.svg?color=%231a73e8&size=48