btg logo
btg from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- btg
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the btg logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.99 19.594v-1.612h-.58v1.59q.287.021.58.022m-2.324-.366v-1.246H7.322a7.6 7.6 0 0 0 2.344 1.246M6.04 16.706v-.718h.665s1.918-.013 1.92-1.176a8 8 0 0 1 0-.28V8.905c.017-.313-.31-.731-.631-.79a4 4 0 0 0-.853-.106H6.04v-.716A7.56 7.56 0 0 0 4.406 12c0 1.777.61 3.412 1.634 4.706M7.326 6.015H9.75v-1.27c-.879.272-1.7.703-2.424 1.27m4.111-1.588v1.588H12V4.406q-.285 0-.563.021M19.594 12a7.596 7.596 0 0 1-5.86 7.395v-1.412h.678c2.468 0 4.254-2.586 3.724-4.868c-.212-.913-1.074-1.489-1.944-1.691c1.453-.77 1.614-3.138.43-4.204c-.544-.571-1.221-.883-1.7-1.046c-.396-.134-.816-.159-1.235-.159V4.589c3.432.755 5.907 3.78 5.907 7.411M21 12a9 9 0 0 1-9 9a9 9 0 0 1-9-9a9 9 0 0 1 9-9c5.063 0 9 4.03 9 9m-9.011 3.99a10 10 0 0 0-.552.021V12.66c.213.003.318.002.535 0l.266-.006c.837-.016 1.681-.033 2.415.403c.76.423.883 1.879.13 2.369c-.75.523-1.688.543-2.587.56l-.086.003zm-.552-4.946h.184c.846.005 1.733.012 2.457-.467c.702-.456.66-1.624-.067-2.03c-.672-.404-1.46-.396-2.222-.388h-.002c-.154.001-.198.002-.35 0z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TokenBtg(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M11.99 19.594v-1.612h-.58v1.59q.287.021.58.022m-2.324-.366v-1.246H7.322a7.6 7.6 0 0 0 2.344 1.246M6.04 16.706v-.718h.665s1.918-.013 1.92-1.176a8 8 0 0 1 0-.28V8.905c.017-.313-.31-.731-.631-.79a4 4 0 0 0-.853-.106H6.04v-.716A7.56 7.56 0 0 0 4.406 12c0 1.777.61 3.412 1.634 4.706M7.326 6.015H9.75v-1.27c-.879.272-1.7.703-2.424 1.27m4.111-1.588v1.588H12V4.406q-.285 0-.563.021M19.594 12a7.596 7.596 0 0 1-5.86 7.395v-1.412h.678c2.468 0 4.254-2.586 3.724-4.868c-.212-.913-1.074-1.489-1.944-1.691c1.453-.77 1.614-3.138.43-4.204c-.544-.571-1.221-.883-1.7-1.046c-.396-.134-.816-.159-1.235-.159V4.589c3.432.755 5.907 3.78 5.907 7.411M21 12a9 9 0 0 1-9 9a9 9 0 0 1-9-9a9 9 0 0 1 9-9c5.063 0 9 4.03 9 9m-9.011 3.99a10 10 0 0 0-.552.021V12.66c.213.003.318.002.535 0l.266-.006c.837-.016 1.681-.033 2.415.403c.76.423.883 1.879.13 2.369c-.75.523-1.688.543-2.587.56l-.086.003zm-.552-4.946h.184c.846.005 1.733.012 2.457-.467c.702-.456.66-1.624-.067-2.03c-.672-.404-1.46-.396-2.222-.388h-.002c-.154.001-.198.002-.35 0z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.99 19.594v-1.612h-.58v1.59q.287.021.58.022m-2.324-.366v-1.246H7.322a7.6 7.6 0 0 0 2.344 1.246M6.04 16.706v-.718h.665s1.918-.013 1.92-1.176a8 8 0 0 1 0-.28V8.905c.017-.313-.31-.731-.631-.79a4 4 0 0 0-.853-.106H6.04v-.716A7.56 7.56 0 0 0 4.406 12c0 1.777.61 3.412 1.634 4.706M7.326 6.015H9.75v-1.27c-.879.272-1.7.703-2.424 1.27m4.111-1.588v1.588H12V4.406q-.285 0-.563.021M19.594 12a7.596 7.596 0 0 1-5.86 7.395v-1.412h.678c2.468 0 4.254-2.586 3.724-4.868c-.212-.913-1.074-1.489-1.944-1.691c1.453-.77 1.614-3.138.43-4.204c-.544-.571-1.221-.883-1.7-1.046c-.396-.134-.816-.159-1.235-.159V4.589c3.432.755 5.907 3.78 5.907 7.411M21 12a9 9 0 0 1-9 9a9 9 0 0 1-9-9a9 9 0 0 1 9-9c5.063 0 9 4.03 9 9m-9.011 3.99a10 10 0 0 0-.552.021V12.66c.213.003.318.002.535 0l.266-.006c.837-.016 1.681-.033 2.415.403c.76.423.883 1.879.13 2.369c-.75.523-1.688.543-2.587.56l-.086.003zm-.552-4.946h.184c.846.005 1.733.012 2.457-.467c.702-.456.66-1.624-.067-2.03c-.672-.404-1.46-.396-2.222-.388h-.002c-.154.001-.198.002-.35 0z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-btg {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.99%2019.594v-1.612h-.58v1.59q.287.021.58.022m-2.324-.366v-1.246H7.322a7.6%207.6%200%200%200%202.344%201.246M6.04%2016.706v-.718h.665s1.918-.013%201.92-1.176a8%208%200%200%201%200-.28V8.905c.017-.313-.31-.731-.631-.79a4%204%200%200%200-.853-.106H6.04v-.716A7.56%207.56%200%200%200%204.406%2012c0%201.777.61%203.412%201.634%204.706M7.326%206.015H9.75v-1.27c-.879.272-1.7.703-2.424%201.27m4.111-1.588v1.588H12V4.406q-.285%200-.563.021M19.594%2012a7.596%207.596%200%200%201-5.86%207.395v-1.412h.678c2.468%200%204.254-2.586%203.724-4.868c-.212-.913-1.074-1.489-1.944-1.691c1.453-.77%201.614-3.138.43-4.204c-.544-.571-1.221-.883-1.7-1.046c-.396-.134-.816-.159-1.235-.159V4.589c3.432.755%205.907%203.78%205.907%207.411M21%2012a9%209%200%200%201-9%209a9%209%200%200%201-9-9a9%209%200%200%201%209-9c5.063%200%209%204.03%209%209m-9.011%203.99a10%2010%200%200%200-.552.021V12.66c.213.003.318.002.535%200l.266-.006c.837-.016%201.681-.033%202.415.403c.76.423.883%201.879.13%202.369c-.75.523-1.688.543-2.587.56l-.086.003zm-.552-4.946h.184c.846.005%201.733.012%202.457-.467c.702-.456.66-1.624-.067-2.03c-.672-.404-1.46-.396-2.222-.388h-.002c-.154.001-.198.002-.35%200z%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.99%2019.594v-1.612h-.58v1.59q.287.021.58.022m-2.324-.366v-1.246H7.322a7.6%207.6%200%200%200%202.344%201.246M6.04%2016.706v-.718h.665s1.918-.013%201.92-1.176a8%208%200%200%201%200-.28V8.905c.017-.313-.31-.731-.631-.79a4%204%200%200%200-.853-.106H6.04v-.716A7.56%207.56%200%200%200%204.406%2012c0%201.777.61%203.412%201.634%204.706M7.326%206.015H9.75v-1.27c-.879.272-1.7.703-2.424%201.27m4.111-1.588v1.588H12V4.406q-.285%200-.563.021M19.594%2012a7.596%207.596%200%200%201-5.86%207.395v-1.412h.678c2.468%200%204.254-2.586%203.724-4.868c-.212-.913-1.074-1.489-1.944-1.691c1.453-.77%201.614-3.138.43-4.204c-.544-.571-1.221-.883-1.7-1.046c-.396-.134-.816-.159-1.235-.159V4.589c3.432.755%205.907%203.78%205.907%207.411M21%2012a9%209%200%200%201-9%209a9%209%200%200%201-9-9a9%209%200%200%201%209-9c5.063%200%209%204.03%209%209m-9.011%203.99a10%2010%200%200%200-.552.021V12.66c.213.003.318.002.535%200l.266-.006c.837-.016%201.681-.033%202.415.403c.76.423.883%201.879.13%202.369c-.75.523-1.688.543-2.587.56l-.086.003zm-.552-4.946h.184c.846.005%201.733.012%202.457-.467c.702-.456.66-1.624-.067-2.03c-.672-.404-1.46-.396-2.222-.388h-.002c-.154.001-.198.002-.35%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/btg.svg?color=%231a73e8&size=48