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

Name
xdb-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 xdb 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(#SVGHcSWxdhd225)"><path fill="#278dc1" d="M24 0H0v24h24z"/><path fill="#fff" d="M5.5 9c0 1.026.931 1.997 2 1.997s2-.97 2-1.997c0-1.026-.931-2-2-2s-2 .974-2 2m4-5H11v5.14c0 1.855-1.567 3.36-3.5 3.36S4 10.856 4 9s1.567-3.5 3.5-3.5c.717 0 1.445.178 2 .534zm9 11c0-1.027-.931-1.998-2-1.998s-2 .971-2 1.998c0 1.026.931 2.003 2 2.003s2-.977 2-2.003m-4 5H13v-5.139c0-1.857 1.567-3.361 3.5-3.361S20 13.144 20 15s-1.567 3.5-3.5 3.5c-.717 0-1.445-.203-2-.558zM15 6c1.026 0 2.002.931 2.002 2s-.976 2-2.002 2c-1.027 0-2-.932-2-2s.974-2 2-2m-.14-1.5c-1.857 0-3.361 1.567-3.361 3.5s1.644 3.5 3.5 3.5s3.5-1.567 3.5-3.5c0-.718-.202-1.445-.558-2H20V4.5zM7 16c0 1.068.974 2 2 2s1.997-.932 1.997-2s-.971-2-1.997-2s-2 .931-2 2m2.11 3.499L4 19.5V18h2.073a3.8 3.8 0 0 1-.573-2c0-1.933 1.644-3.5 3.5-3.5s3.5 1.567 3.5 3.5s-1.505 3.5-3.36 3.5z"/></g><defs><clipPath id="SVGHcSWxdhd225"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedXdbBackground(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(#SVGHcSWxdhd225)"><path fill="#278dc1" d="M24 0H0v24h24z"/><path fill="#fff" d="M5.5 9c0 1.026.931 1.997 2 1.997s2-.97 2-1.997c0-1.026-.931-2-2-2s-2 .974-2 2m4-5H11v5.14c0 1.855-1.567 3.36-3.5 3.36S4 10.856 4 9s1.567-3.5 3.5-3.5c.717 0 1.445.178 2 .534zm9 11c0-1.027-.931-1.998-2-1.998s-2 .971-2 1.998c0 1.026.931 2.003 2 2.003s2-.977 2-2.003m-4 5H13v-5.139c0-1.857 1.567-3.361 3.5-3.361S20 13.144 20 15s-1.567 3.5-3.5 3.5c-.717 0-1.445-.203-2-.558zM15 6c1.026 0 2.002.931 2.002 2s-.976 2-2.002 2c-1.027 0-2-.932-2-2s.974-2 2-2m-.14-1.5c-1.857 0-3.361 1.567-3.361 3.5s1.644 3.5 3.5 3.5s3.5-1.567 3.5-3.5c0-.718-.202-1.445-.558-2H20V4.5zM7 16c0 1.068.974 2 2 2s1.997-.932 1.997-2s-.971-2-1.997-2s-2 .931-2 2m2.11 3.499L4 19.5V18h2.073a3.8 3.8 0 0 1-.573-2c0-1.933 1.644-3.5 3.5-3.5s3.5 1.567 3.5 3.5s-1.505 3.5-3.36 3.5z"/></g><defs><clipPath id="SVGHcSWxdhd225"><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(#SVGHcSWxdhd225)"><path fill="#278dc1" d="M24 0H0v24h24z"/><path fill="#fff" d="M5.5 9c0 1.026.931 1.997 2 1.997s2-.97 2-1.997c0-1.026-.931-2-2-2s-2 .974-2 2m4-5H11v5.14c0 1.855-1.567 3.36-3.5 3.36S4 10.856 4 9s1.567-3.5 3.5-3.5c.717 0 1.445.178 2 .534zm9 11c0-1.027-.931-1.998-2-1.998s-2 .971-2 1.998c0 1.026.931 2.003 2 2.003s2-.977 2-2.003m-4 5H13v-5.139c0-1.857 1.567-3.361 3.5-3.361S20 13.144 20 15s-1.567 3.5-3.5 3.5c-.717 0-1.445-.203-2-.558zM15 6c1.026 0 2.002.931 2.002 2s-.976 2-2.002 2c-1.027 0-2-.932-2-2s.974-2 2-2m-.14-1.5c-1.857 0-3.361 1.567-3.361 3.5s1.644 3.5 3.5 3.5s3.5-1.567 3.5-3.5c0-.718-.202-1.445-.558-2H20V4.5zM7 16c0 1.068.974 2 2 2s1.997-.932 1.997-2s-.971-2-1.997-2s-2 .931-2 2m2.11 3.499L4 19.5V18h2.073a3.8 3.8 0 0 1-.573-2c0-1.933 1.644-3.5 3.5-3.5s3.5 1.567 3.5 3.5s-1.505 3.5-3.36 3.5z"/></g><defs><clipPath id="SVGHcSWxdhd225"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-xdb-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(%23SVGHcSWxdhd225)%22%3E%3Cpath%20fill%3D%22%23278dc1%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.5%209c0%201.026.931%201.997%202%201.997s2-.97%202-1.997c0-1.026-.931-2-2-2s-2%20.974-2%202m4-5H11v5.14c0%201.855-1.567%203.36-3.5%203.36S4%2010.856%204%209s1.567-3.5%203.5-3.5c.717%200%201.445.178%202%20.534zm9%2011c0-1.027-.931-1.998-2-1.998s-2%20.971-2%201.998c0%201.026.931%202.003%202%202.003s2-.977%202-2.003m-4%205H13v-5.139c0-1.857%201.567-3.361%203.5-3.361S20%2013.144%2020%2015s-1.567%203.5-3.5%203.5c-.717%200-1.445-.203-2-.558zM15%206c1.026%200%202.002.931%202.002%202s-.976%202-2.002%202c-1.027%200-2-.932-2-2s.974-2%202-2m-.14-1.5c-1.857%200-3.361%201.567-3.361%203.5s1.644%203.5%203.5%203.5s3.5-1.567%203.5-3.5c0-.718-.202-1.445-.558-2H20V4.5zM7%2016c0%201.068.974%202%202%202s1.997-.932%201.997-2s-.971-2-1.997-2s-2%20.931-2%202m2.11%203.499L4%2019.5V18h2.073a3.8%203.8%200%200%201-.573-2c0-1.933%201.644-3.5%203.5-3.5s3.5%201.567%203.5%203.5s-1.505%203.5-3.36%203.5z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGHcSWxdhd225%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(%23SVGHcSWxdhd225)%22%3E%3Cpath%20fill%3D%22%23278dc1%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.5%209c0%201.026.931%201.997%202%201.997s2-.97%202-1.997c0-1.026-.931-2-2-2s-2%20.974-2%202m4-5H11v5.14c0%201.855-1.567%203.36-3.5%203.36S4%2010.856%204%209s1.567-3.5%203.5-3.5c.717%200%201.445.178%202%20.534zm9%2011c0-1.027-.931-1.998-2-1.998s-2%20.971-2%201.998c0%201.026.931%202.003%202%202.003s2-.977%202-2.003m-4%205H13v-5.139c0-1.857%201.567-3.361%203.5-3.361S20%2013.144%2020%2015s-1.567%203.5-3.5%203.5c-.717%200-1.445-.203-2-.558zM15%206c1.026%200%202.002.931%202.002%202s-.976%202-2.002%202c-1.027%200-2-.932-2-2s.974-2%202-2m-.14-1.5c-1.857%200-3.361%201.567-3.361%203.5s1.644%203.5%203.5%203.5s3.5-1.567%203.5-3.5c0-.718-.202-1.445-.558-2H20V4.5zM7%2016c0%201.068.974%202%202%202s1.997-.932%201.997-2s-.971-2-1.997-2s-2%20.931-2%202m2.11%203.499L4%2019.5V18h2.073a3.8%203.8%200%200%201-.573-2c0-1.933%201.644-3.5%203.5-3.5s3.5%201.567%203.5%203.5s-1.505%203.5-3.36%203.5z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGHcSWxdhd225%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/xdb-background.svg?color=%231a73e8&size=48