brn logo
brn from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.
- Name
- brn
- Set
- Web3 Icons Branded
- Style
- Branded
- Viewbox
- 24×24
- License
- MIT
1 other variant in Web3 Icons Branded
The same logo in other sets
Use the brn logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#0eebff" d="m6.937 13.884l-.81-1.322L3 17.896L10.313 21l-1.126-1.687l-4.291-1.868zm10.125 0l.81-1.322L21 17.896L13.687 21l1.126-1.687l4.291-1.868z"/><path fill="url(#SVGLunRaduB)" d="M10.313 10.875L12 8.063l1.687 2.812l-.624 1.39l.624 1.422L12 16.5l-1.687-2.812l.624-1.424zm1.687 4.5l.996-1.687l-.282-.766l-.152.203v-1.226l.36-1.024L12 9.187l-.922 1.688l.36 1.024v1.226l-.152-.203l-.282.765z"/><path fill="url(#SVGPpkRxdPF)" d="M8.063 9.564L12 3l3.937 6.564l-.742 1.31L12 5.52l-3.195 5.355z"/><path fill="url(#SVGZonP4jXz)" d="M3 5.813L12 21l9-15.187L13.868 3l.944 1.688l4.281 1.569L12 18.379L4.907 6.262l4.28-1.574L10.133 3z"/><defs><linearGradient id="SVGLunRaduB" x1="12" x2="12" y1="3" y2="21" gradientUnits="userSpaceOnUse"><stop stop-color="#19f1fe"/><stop offset=".5" stop-color="#7f6efb"/><stop offset="1" stop-color="#8450fd"/></linearGradient><linearGradient id="SVGPpkRxdPF" x1="12" x2="12" y1="3" y2="21" gradientUnits="userSpaceOnUse"><stop offset=".18" stop-color="#3636e5"/><stop offset="1" stop-color="#1ca4fd"/></linearGradient><linearGradient id="SVGZonP4jXz" x1="12" x2="12" y1="3" y2="21" gradientUnits="userSpaceOnUse"><stop stop-color="#c63fff"/><stop offset=".49" stop-color="#6d5ffe"/><stop offset="1" stop-color="#268ef5"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedBrn(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"><path fill="#0eebff" d="m6.937 13.884l-.81-1.322L3 17.896L10.313 21l-1.126-1.687l-4.291-1.868zm10.125 0l.81-1.322L21 17.896L13.687 21l1.126-1.687l4.291-1.868z"/><path fill="url(#SVGLunRaduB)" d="M10.313 10.875L12 8.063l1.687 2.812l-.624 1.39l.624 1.422L12 16.5l-1.687-2.812l.624-1.424zm1.687 4.5l.996-1.687l-.282-.766l-.152.203v-1.226l.36-1.024L12 9.187l-.922 1.688l.36 1.024v1.226l-.152-.203l-.282.765z"/><path fill="url(#SVGPpkRxdPF)" d="M8.063 9.564L12 3l3.937 6.564l-.742 1.31L12 5.52l-3.195 5.355z"/><path fill="url(#SVGZonP4jXz)" d="M3 5.813L12 21l9-15.187L13.868 3l.944 1.688l4.281 1.569L12 18.379L4.907 6.262l4.28-1.574L10.133 3z"/><defs><linearGradient id="SVGLunRaduB" x1="12" x2="12" y1="3" y2="21" gradientUnits="userSpaceOnUse"><stop stopColor="#19f1fe"/><stop offset=".5" stopColor="#7f6efb"/><stop offset="1" stopColor="#8450fd"/></linearGradient><linearGradient id="SVGPpkRxdPF" x1="12" x2="12" y1="3" y2="21" gradientUnits="userSpaceOnUse"><stop offset=".18" stopColor="#3636e5"/><stop offset="1" stopColor="#1ca4fd"/></linearGradient><linearGradient id="SVGZonP4jXz" x1="12" x2="12" y1="3" y2="21" gradientUnits="userSpaceOnUse"><stop stopColor="#c63fff"/><stop offset=".49" stopColor="#6d5ffe"/><stop offset="1" stopColor="#268ef5"/></linearGradient></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"><path fill="#0eebff" d="m6.937 13.884l-.81-1.322L3 17.896L10.313 21l-1.126-1.687l-4.291-1.868zm10.125 0l.81-1.322L21 17.896L13.687 21l1.126-1.687l4.291-1.868z"/><path fill="url(#SVGLunRaduB)" d="M10.313 10.875L12 8.063l1.687 2.812l-.624 1.39l.624 1.422L12 16.5l-1.687-2.812l.624-1.424zm1.687 4.5l.996-1.687l-.282-.766l-.152.203v-1.226l.36-1.024L12 9.187l-.922 1.688l.36 1.024v1.226l-.152-.203l-.282.765z"/><path fill="url(#SVGPpkRxdPF)" d="M8.063 9.564L12 3l3.937 6.564l-.742 1.31L12 5.52l-3.195 5.355z"/><path fill="url(#SVGZonP4jXz)" d="M3 5.813L12 21l9-15.187L13.868 3l.944 1.688l4.281 1.569L12 18.379L4.907 6.262l4.28-1.574L10.133 3z"/><defs><linearGradient id="SVGLunRaduB" x1="12" x2="12" y1="3" y2="21" gradientUnits="userSpaceOnUse"><stop stop-color="#19f1fe"/><stop offset=".5" stop-color="#7f6efb"/><stop offset="1" stop-color="#8450fd"/></linearGradient><linearGradient id="SVGPpkRxdPF" x1="12" x2="12" y1="3" y2="21" gradientUnits="userSpaceOnUse"><stop offset=".18" stop-color="#3636e5"/><stop offset="1" stop-color="#1ca4fd"/></linearGradient><linearGradient id="SVGZonP4jXz" x1="12" x2="12" y1="3" y2="21" gradientUnits="userSpaceOnUse"><stop stop-color="#c63fff"/><stop offset=".49" stop-color="#6d5ffe"/><stop offset="1" stop-color="#268ef5"/></linearGradient></defs></g></svg> </template>
CSS
.icon-brn {
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%3Cpath%20fill%3D%22%230eebff%22%20d%3D%22m6.937%2013.884l-.81-1.322L3%2017.896L10.313%2021l-1.126-1.687l-4.291-1.868zm10.125%200l.81-1.322L21%2017.896L13.687%2021l1.126-1.687l4.291-1.868z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGLunRaduB)%22%20d%3D%22M10.313%2010.875L12%208.063l1.687%202.812l-.624%201.39l.624%201.422L12%2016.5l-1.687-2.812l.624-1.424zm1.687%204.5l.996-1.687l-.282-.766l-.152.203v-1.226l.36-1.024L12%209.187l-.922%201.688l.36%201.024v1.226l-.152-.203l-.282.765z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGPpkRxdPF)%22%20d%3D%22M8.063%209.564L12%203l3.937%206.564l-.742%201.31L12%205.52l-3.195%205.355z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGZonP4jXz)%22%20d%3D%22M3%205.813L12%2021l9-15.187L13.868%203l.944%201.688l4.281%201.569L12%2018.379L4.907%206.262l4.28-1.574L10.133%203z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGLunRaduB%22%20x1%3D%2212%22%20x2%3D%2212%22%20y1%3D%223%22%20y2%3D%2221%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2319f1fe%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%237f6efb%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%238450fd%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGPpkRxdPF%22%20x1%3D%2212%22%20x2%3D%2212%22%20y1%3D%223%22%20y2%3D%2221%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.18%22%20stop-color%3D%22%233636e5%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%231ca4fd%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGZonP4jXz%22%20x1%3D%2212%22%20x2%3D%2212%22%20y1%3D%223%22%20y2%3D%2221%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23c63fff%22%2F%3E%3Cstop%20offset%3D%22.49%22%20stop-color%3D%22%236d5ffe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23268ef5%22%2F%3E%3C%2FlinearGradient%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%3Cpath%20fill%3D%22%230eebff%22%20d%3D%22m6.937%2013.884l-.81-1.322L3%2017.896L10.313%2021l-1.126-1.687l-4.291-1.868zm10.125%200l.81-1.322L21%2017.896L13.687%2021l1.126-1.687l4.291-1.868z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGLunRaduB)%22%20d%3D%22M10.313%2010.875L12%208.063l1.687%202.812l-.624%201.39l.624%201.422L12%2016.5l-1.687-2.812l.624-1.424zm1.687%204.5l.996-1.687l-.282-.766l-.152.203v-1.226l.36-1.024L12%209.187l-.922%201.688l.36%201.024v1.226l-.152-.203l-.282.765z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGPpkRxdPF)%22%20d%3D%22M8.063%209.564L12%203l3.937%206.564l-.742%201.31L12%205.52l-3.195%205.355z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGZonP4jXz)%22%20d%3D%22M3%205.813L12%2021l9-15.187L13.868%203l.944%201.688l4.281%201.569L12%2018.379L4.907%206.262l4.28-1.574L10.133%203z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGLunRaduB%22%20x1%3D%2212%22%20x2%3D%2212%22%20y1%3D%223%22%20y2%3D%2221%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2319f1fe%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%237f6efb%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%238450fd%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGPpkRxdPF%22%20x1%3D%2212%22%20x2%3D%2212%22%20y1%3D%223%22%20y2%3D%2221%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.18%22%20stop-color%3D%22%233636e5%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%231ca4fd%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGZonP4jXz%22%20x1%3D%2212%22%20x2%3D%2212%22%20y1%3D%223%22%20y2%3D%2221%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23c63fff%22%2F%3E%3Cstop%20offset%3D%22.49%22%20stop-color%3D%22%236d5ffe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23268ef5%22%2F%3E%3C%2FlinearGradient%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/brn.svg?color=%231a73e8&size=48