bora logo
bora from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.
- Name
- bora
- Set
- Web3 Icons Branded
- Style
- Branded
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the bora logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#tokenBrandedBora)" fill-rule="evenodd" d="M4.894 2h8.15c3.193 0 8.887 3.069 8.955 9.644C22.043 15.769 19.762 22 11.97 22C7.405 22 2 18.625 2 12.863V5.069C2 4.081 2.937 2 4.894 2m2.45 3.125c.693 0 .906.5.906.75v1.631c.594-.406 2.406-1.125 4.012-1.125c2.038 0 5.988 1.713 5.988 5.857c0 4.137-3.2 5.943-5.988 6.012c-2.787.062-5.156-1.713-5.85-3.581c-.075-.313-.087-1.05.475-1.35c.55-.3 1.225.106 1.363.525c.256.78 1.912 2.53 4.012 2.53c2.394 0 4.113-1.705 4.113-4.136c0-2.438-1.963-3.988-4.113-3.988S8.77 9.625 8.1 11.031c-.181.394-.519.613-.963.375c-.25-.131-.762-.5-.762-.962V5.875c0-.294.281-.75.969-.75m6.53 7.187a1.563 1.563 0 1 1-3.124 0a1.563 1.563 0 0 1 3.125 0" clip-rule="evenodd"/><defs><linearGradient id="tokenBrandedBora" x1="2" x2="18.112" y1="3.267" y2="20.71" gradientUnits="userSpaceOnUse"><stop stop-color="#7B6BE8"/><stop offset=".5" stop-color="#5480EF"/><stop offset="1" stop-color="#2CA6F2"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedBora(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="url(#tokenBrandedBora)" fillRule="evenodd" d="M4.894 2h8.15c3.193 0 8.887 3.069 8.955 9.644C22.043 15.769 19.762 22 11.97 22C7.405 22 2 18.625 2 12.863V5.069C2 4.081 2.937 2 4.894 2m2.45 3.125c.693 0 .906.5.906.75v1.631c.594-.406 2.406-1.125 4.012-1.125c2.038 0 5.988 1.713 5.988 5.857c0 4.137-3.2 5.943-5.988 6.012c-2.787.062-5.156-1.713-5.85-3.581c-.075-.313-.087-1.05.475-1.35c.55-.3 1.225.106 1.363.525c.256.78 1.912 2.53 4.012 2.53c2.394 0 4.113-1.705 4.113-4.136c0-2.438-1.963-3.988-4.113-3.988S8.77 9.625 8.1 11.031c-.181.394-.519.613-.963.375c-.25-.131-.762-.5-.762-.962V5.875c0-.294.281-.75.969-.75m6.53 7.187a1.563 1.563 0 1 1-3.124 0a1.563 1.563 0 0 1 3.125 0" clipRule="evenodd"/><defs><linearGradient id="tokenBrandedBora" x1="2" x2="18.112" y1="3.267" y2="20.71" gradientUnits="userSpaceOnUse"><stop stopColor="#7B6BE8"/><stop offset=".5" stopColor="#5480EF"/><stop offset="1" stopColor="#2CA6F2"/></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="url(#tokenBrandedBora)" fill-rule="evenodd" d="M4.894 2h8.15c3.193 0 8.887 3.069 8.955 9.644C22.043 15.769 19.762 22 11.97 22C7.405 22 2 18.625 2 12.863V5.069C2 4.081 2.937 2 4.894 2m2.45 3.125c.693 0 .906.5.906.75v1.631c.594-.406 2.406-1.125 4.012-1.125c2.038 0 5.988 1.713 5.988 5.857c0 4.137-3.2 5.943-5.988 6.012c-2.787.062-5.156-1.713-5.85-3.581c-.075-.313-.087-1.05.475-1.35c.55-.3 1.225.106 1.363.525c.256.78 1.912 2.53 4.012 2.53c2.394 0 4.113-1.705 4.113-4.136c0-2.438-1.963-3.988-4.113-3.988S8.77 9.625 8.1 11.031c-.181.394-.519.613-.963.375c-.25-.131-.762-.5-.762-.962V5.875c0-.294.281-.75.969-.75m6.53 7.187a1.563 1.563 0 1 1-3.124 0a1.563 1.563 0 0 1 3.125 0" clip-rule="evenodd"/><defs><linearGradient id="tokenBrandedBora" x1="2" x2="18.112" y1="3.267" y2="20.71" gradientUnits="userSpaceOnUse"><stop stop-color="#7B6BE8"/><stop offset=".5" stop-color="#5480EF"/><stop offset="1" stop-color="#2CA6F2"/></linearGradient></defs></g></svg> </template>
CSS
.icon-bora {
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%22url(%23tokenBrandedBora)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.894%202h8.15c3.193%200%208.887%203.069%208.955%209.644C22.043%2015.769%2019.762%2022%2011.97%2022C7.405%2022%202%2018.625%202%2012.863V5.069C2%204.081%202.937%202%204.894%202m2.45%203.125c.693%200%20.906.5.906.75v1.631c.594-.406%202.406-1.125%204.012-1.125c2.038%200%205.988%201.713%205.988%205.857c0%204.137-3.2%205.943-5.988%206.012c-2.787.062-5.156-1.713-5.85-3.581c-.075-.313-.087-1.05.475-1.35c.55-.3%201.225.106%201.363.525c.256.78%201.912%202.53%204.012%202.53c2.394%200%204.113-1.705%204.113-4.136c0-2.438-1.963-3.988-4.113-3.988S8.77%209.625%208.1%2011.031c-.181.394-.519.613-.963.375c-.25-.131-.762-.5-.762-.962V5.875c0-.294.281-.75.969-.75m6.53%207.187a1.563%201.563%200%201%201-3.124%200a1.563%201.563%200%200%201%203.125%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22tokenBrandedBora%22%20x1%3D%222%22%20x2%3D%2218.112%22%20y1%3D%223.267%22%20y2%3D%2220.71%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%237B6BE8%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%235480EF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232CA6F2%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%22url(%23tokenBrandedBora)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.894%202h8.15c3.193%200%208.887%203.069%208.955%209.644C22.043%2015.769%2019.762%2022%2011.97%2022C7.405%2022%202%2018.625%202%2012.863V5.069C2%204.081%202.937%202%204.894%202m2.45%203.125c.693%200%20.906.5.906.75v1.631c.594-.406%202.406-1.125%204.012-1.125c2.038%200%205.988%201.713%205.988%205.857c0%204.137-3.2%205.943-5.988%206.012c-2.787.062-5.156-1.713-5.85-3.581c-.075-.313-.087-1.05.475-1.35c.55-.3%201.225.106%201.363.525c.256.78%201.912%202.53%204.012%202.53c2.394%200%204.113-1.705%204.113-4.136c0-2.438-1.963-3.988-4.113-3.988S8.77%209.625%208.1%2011.031c-.181.394-.519.613-.963.375c-.25-.131-.762-.5-.762-.962V5.875c0-.294.281-.75.969-.75m6.53%207.187a1.563%201.563%200%201%201-3.124%200a1.563%201.563%200%200%201%203.125%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22tokenBrandedBora%22%20x1%3D%222%22%20x2%3D%2218.112%22%20y1%3D%223.267%22%20y2%3D%2220.71%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%237B6BE8%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%235480EF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232CA6F2%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/bora.svg?color=%231a73e8&size=48