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

Name
bnx-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 bnx 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(#SVGHcSWxdhd17)"><path fill="url(#SVGMW5ZrcuC)" d="M24 0H0v24h24z"/><path fill="#fff" d="M11.511 4.503L5.174 10.75c-.365.356-.512.8-.507 1.25c-.002.466.18.914.507 1.248l6.337 6.253c.36.356.813.498 1.267.498s.906-.142 1.266-.502l4.045-3.982c-1.04-.094-1.391.133-1.805.39c-.27.174-.573.365-1.11.49a3.2 3.2 0 0 1-.685.102c-.458 0-.685-.156-.885-.293c-.155-.112-.288-.205-.502-.205h-2.355c.382-.586.124-.773.124-.773s-.818-.196-.626-2.227c-1.667-1.818-1.52-4-1.52-4s.555 1.796 3.04 2.751c-.107-1.369.27-1.91.444-2.15l.062-.103l.085.178c.226.498.542 1.19 2.195 1.573c.533-.667.742-.831 1.187-1.182l.084-.067c-.382-1.27-.315-1.978 0-2.502l.107.267c.355.889.924 2.32 3.404 1.95l-5.289-5.212A1.76 1.76 0 0 0 12.778 4c-.454 0-.907.143-1.267.503"/><path fill="#fff" d="M13.528 12.867c-.088.049-.177.089-.244.133c.978.831 1.964-.724 1.52-1c-.382.348-.811.64-1.276.867"/></g><defs><linearGradient id="SVGMW5ZrcuC" x1="12.524" x2="12.773" y1="3.751" y2="20.502" gradientUnits="userSpaceOnUse"><stop stop-color="#f15f3e"/><stop offset="1" stop-color="#ef2357"/></linearGradient><clipPath id="SVGHcSWxdhd17"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedBnxBackground(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(#SVGHcSWxdhd17)"><path fill="url(#SVGMW5ZrcuC)" d="M24 0H0v24h24z"/><path fill="#fff" d="M11.511 4.503L5.174 10.75c-.365.356-.512.8-.507 1.25c-.002.466.18.914.507 1.248l6.337 6.253c.36.356.813.498 1.267.498s.906-.142 1.266-.502l4.045-3.982c-1.04-.094-1.391.133-1.805.39c-.27.174-.573.365-1.11.49a3.2 3.2 0 0 1-.685.102c-.458 0-.685-.156-.885-.293c-.155-.112-.288-.205-.502-.205h-2.355c.382-.586.124-.773.124-.773s-.818-.196-.626-2.227c-1.667-1.818-1.52-4-1.52-4s.555 1.796 3.04 2.751c-.107-1.369.27-1.91.444-2.15l.062-.103l.085.178c.226.498.542 1.19 2.195 1.573c.533-.667.742-.831 1.187-1.182l.084-.067c-.382-1.27-.315-1.978 0-2.502l.107.267c.355.889.924 2.32 3.404 1.95l-5.289-5.212A1.76 1.76 0 0 0 12.778 4c-.454 0-.907.143-1.267.503"/><path fill="#fff" d="M13.528 12.867c-.088.049-.177.089-.244.133c.978.831 1.964-.724 1.52-1c-.382.348-.811.64-1.276.867"/></g><defs><linearGradient id="SVGMW5ZrcuC" x1="12.524" x2="12.773" y1="3.751" y2="20.502" gradientUnits="userSpaceOnUse"><stop stopColor="#f15f3e"/><stop offset="1" stopColor="#ef2357"/></linearGradient><clipPath id="SVGHcSWxdhd17"><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(#SVGHcSWxdhd17)"><path fill="url(#SVGMW5ZrcuC)" d="M24 0H0v24h24z"/><path fill="#fff" d="M11.511 4.503L5.174 10.75c-.365.356-.512.8-.507 1.25c-.002.466.18.914.507 1.248l6.337 6.253c.36.356.813.498 1.267.498s.906-.142 1.266-.502l4.045-3.982c-1.04-.094-1.391.133-1.805.39c-.27.174-.573.365-1.11.49a3.2 3.2 0 0 1-.685.102c-.458 0-.685-.156-.885-.293c-.155-.112-.288-.205-.502-.205h-2.355c.382-.586.124-.773.124-.773s-.818-.196-.626-2.227c-1.667-1.818-1.52-4-1.52-4s.555 1.796 3.04 2.751c-.107-1.369.27-1.91.444-2.15l.062-.103l.085.178c.226.498.542 1.19 2.195 1.573c.533-.667.742-.831 1.187-1.182l.084-.067c-.382-1.27-.315-1.978 0-2.502l.107.267c.355.889.924 2.32 3.404 1.95l-5.289-5.212A1.76 1.76 0 0 0 12.778 4c-.454 0-.907.143-1.267.503"/><path fill="#fff" d="M13.528 12.867c-.088.049-.177.089-.244.133c.978.831 1.964-.724 1.52-1c-.382.348-.811.64-1.276.867"/></g><defs><linearGradient id="SVGMW5ZrcuC" x1="12.524" x2="12.773" y1="3.751" y2="20.502" gradientUnits="userSpaceOnUse"><stop stop-color="#f15f3e"/><stop offset="1" stop-color="#ef2357"/></linearGradient><clipPath id="SVGHcSWxdhd17"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-bnx-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(%23SVGHcSWxdhd17)%22%3E%3Cpath%20fill%3D%22url(%23SVGMW5ZrcuC)%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.511%204.503L5.174%2010.75c-.365.356-.512.8-.507%201.25c-.002.466.18.914.507%201.248l6.337%206.253c.36.356.813.498%201.267.498s.906-.142%201.266-.502l4.045-3.982c-1.04-.094-1.391.133-1.805.39c-.27.174-.573.365-1.11.49a3.2%203.2%200%200%201-.685.102c-.458%200-.685-.156-.885-.293c-.155-.112-.288-.205-.502-.205h-2.355c.382-.586.124-.773.124-.773s-.818-.196-.626-2.227c-1.667-1.818-1.52-4-1.52-4s.555%201.796%203.04%202.751c-.107-1.369.27-1.91.444-2.15l.062-.103l.085.178c.226.498.542%201.19%202.195%201.573c.533-.667.742-.831%201.187-1.182l.084-.067c-.382-1.27-.315-1.978%200-2.502l.107.267c.355.889.924%202.32%203.404%201.95l-5.289-5.212A1.76%201.76%200%200%200%2012.778%204c-.454%200-.907.143-1.267.503%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.528%2012.867c-.088.049-.177.089-.244.133c.978.831%201.964-.724%201.52-1c-.382.348-.811.64-1.276.867%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGMW5ZrcuC%22%20x1%3D%2212.524%22%20x2%3D%2212.773%22%20y1%3D%223.751%22%20y2%3D%2220.502%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23f15f3e%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ef2357%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd17%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(%23SVGHcSWxdhd17)%22%3E%3Cpath%20fill%3D%22url(%23SVGMW5ZrcuC)%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.511%204.503L5.174%2010.75c-.365.356-.512.8-.507%201.25c-.002.466.18.914.507%201.248l6.337%206.253c.36.356.813.498%201.267.498s.906-.142%201.266-.502l4.045-3.982c-1.04-.094-1.391.133-1.805.39c-.27.174-.573.365-1.11.49a3.2%203.2%200%200%201-.685.102c-.458%200-.685-.156-.885-.293c-.155-.112-.288-.205-.502-.205h-2.355c.382-.586.124-.773.124-.773s-.818-.196-.626-2.227c-1.667-1.818-1.52-4-1.52-4s.555%201.796%203.04%202.751c-.107-1.369.27-1.91.444-2.15l.062-.103l.085.178c.226.498.542%201.19%202.195%201.573c.533-.667.742-.831%201.187-1.182l.084-.067c-.382-1.27-.315-1.978%200-2.502l.107.267c.355.889.924%202.32%203.404%201.95l-5.289-5.212A1.76%201.76%200%200%200%2012.778%204c-.454%200-.907.143-1.267.503%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.528%2012.867c-.088.049-.177.089-.244.133c.978.831%201.964-.724%201.52-1c-.382.348-.811.64-1.276.867%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGMW5ZrcuC%22%20x1%3D%2212.524%22%20x2%3D%2212.773%22%20y1%3D%223.751%22%20y2%3D%2220.502%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23f15f3e%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ef2357%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd17%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/bnx-background.svg?color=%231a73e8&size=48