btt from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
btt
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

Use the btt logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 12C2 6.57 6.63 2 12.015 2c7.046 0 11.93 7.523 9.23 13.885a10.19 10.19 0 0 1-9.23 6.114A10.177 10.177 0 0 1 2 12m1.277.007A8.746 8.746 0 0 0 20.768 12a8.747 8.747 0 0 0-17.491.016zm3.646 3.885c1.254 2.708 4.223 3.954 7.107 3.862c-3.769.923-7.992-.954-8.876-4.962a7.332 7.332 0 0 1 7.369-8.946v1.362c-1.831 0-3.585.746-4.777 2.154a5.96 5.96 0 0 0-1.408 3.815c-.009.937.19 1.864.585 2.715m5.984 2.615c-2.115-.377-3.93-1.669-4.6-3.615A4.461 4.461 0 0 1 14.27 9.3l.576-1.215a5.807 5.807 0 0 0-6.576 9.284c1.615 1.746 4.054 2.154 6.323 2.154l.076-.023c.662-.239 1.462-.532 1.97-1c-1.238.215-2.485.238-3.731.015zm-.23-1.707c1.492.5 3.384.407 4.268.346l1.047-.093l.261-.03a7.7 7.7 0 0 1-1.23 1.223c-1.531.33-3.285.323-4.77-.162A5.78 5.78 0 0 1 8.8 15.138a4.14 4.14 0 0 1-.039-3.254a4.23 4.23 0 0 1 5.446-2.253a4.18 4.18 0 0 1 2.077 1.876l-1.216.609a2.82 2.82 0 0 0-2.461-1.44A2.846 2.846 0 0 0 9.8 13.485c0 1.562 1.392 2.824 2.876 3.308z"/></svg>

React

import type { SVGProps } from "react";

export function TokenBtt(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" d="M2 12C2 6.57 6.63 2 12.015 2c7.046 0 11.93 7.523 9.23 13.885a10.19 10.19 0 0 1-9.23 6.114A10.177 10.177 0 0 1 2 12m1.277.007A8.746 8.746 0 0 0 20.768 12a8.747 8.747 0 0 0-17.491.016zm3.646 3.885c1.254 2.708 4.223 3.954 7.107 3.862c-3.769.923-7.992-.954-8.876-4.962a7.332 7.332 0 0 1 7.369-8.946v1.362c-1.831 0-3.585.746-4.777 2.154a5.96 5.96 0 0 0-1.408 3.815c-.009.937.19 1.864.585 2.715m5.984 2.615c-2.115-.377-3.93-1.669-4.6-3.615A4.461 4.461 0 0 1 14.27 9.3l.576-1.215a5.807 5.807 0 0 0-6.576 9.284c1.615 1.746 4.054 2.154 6.323 2.154l.076-.023c.662-.239 1.462-.532 1.97-1c-1.238.215-2.485.238-3.731.015zm-.23-1.707c1.492.5 3.384.407 4.268.346l1.047-.093l.261-.03a7.7 7.7 0 0 1-1.23 1.223c-1.531.33-3.285.323-4.77-.162A5.78 5.78 0 0 1 8.8 15.138a4.14 4.14 0 0 1-.039-3.254a4.23 4.23 0 0 1 5.446-2.253a4.18 4.18 0 0 1 2.077 1.876l-1.216.609a2.82 2.82 0 0 0-2.461-1.44A2.846 2.846 0 0 0 9.8 13.485c0 1.562 1.392 2.824 2.876 3.308z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 12C2 6.57 6.63 2 12.015 2c7.046 0 11.93 7.523 9.23 13.885a10.19 10.19 0 0 1-9.23 6.114A10.177 10.177 0 0 1 2 12m1.277.007A8.746 8.746 0 0 0 20.768 12a8.747 8.747 0 0 0-17.491.016zm3.646 3.885c1.254 2.708 4.223 3.954 7.107 3.862c-3.769.923-7.992-.954-8.876-4.962a7.332 7.332 0 0 1 7.369-8.946v1.362c-1.831 0-3.585.746-4.777 2.154a5.96 5.96 0 0 0-1.408 3.815c-.009.937.19 1.864.585 2.715m5.984 2.615c-2.115-.377-3.93-1.669-4.6-3.615A4.461 4.461 0 0 1 14.27 9.3l.576-1.215a5.807 5.807 0 0 0-6.576 9.284c1.615 1.746 4.054 2.154 6.323 2.154l.076-.023c.662-.239 1.462-.532 1.97-1c-1.238.215-2.485.238-3.731.015zm-.23-1.707c1.492.5 3.384.407 4.268.346l1.047-.093l.261-.03a7.7 7.7 0 0 1-1.23 1.223c-1.531.33-3.285.323-4.77-.162A5.78 5.78 0 0 1 8.8 15.138a4.14 4.14 0 0 1-.039-3.254a4.23 4.23 0 0 1 5.446-2.253a4.18 4.18 0 0 1 2.077 1.876l-1.216.609a2.82 2.82 0 0 0-2.461-1.44A2.846 2.846 0 0 0 9.8 13.485c0 1.562 1.392 2.824 2.876 3.308z"/></svg>
</template>

CSS

.icon-btt {
  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%20d%3D%22M2%2012C2%206.57%206.63%202%2012.015%202c7.046%200%2011.93%207.523%209.23%2013.885a10.19%2010.19%200%200%201-9.23%206.114A10.177%2010.177%200%200%201%202%2012m1.277.007A8.746%208.746%200%200%200%2020.768%2012a8.747%208.747%200%200%200-17.491.016zm3.646%203.885c1.254%202.708%204.223%203.954%207.107%203.862c-3.769.923-7.992-.954-8.876-4.962a7.332%207.332%200%200%201%207.369-8.946v1.362c-1.831%200-3.585.746-4.777%202.154a5.96%205.96%200%200%200-1.408%203.815c-.009.937.19%201.864.585%202.715m5.984%202.615c-2.115-.377-3.93-1.669-4.6-3.615A4.461%204.461%200%200%201%2014.27%209.3l.576-1.215a5.807%205.807%200%200%200-6.576%209.284c1.615%201.746%204.054%202.154%206.323%202.154l.076-.023c.662-.239%201.462-.532%201.97-1c-1.238.215-2.485.238-3.731.015zm-.23-1.707c1.492.5%203.384.407%204.268.346l1.047-.093l.261-.03a7.7%207.7%200%200%201-1.23%201.223c-1.531.33-3.285.323-4.77-.162A5.78%205.78%200%200%201%208.8%2015.138a4.14%204.14%200%200%201-.039-3.254a4.23%204.23%200%200%201%205.446-2.253a4.18%204.18%200%200%201%202.077%201.876l-1.216.609a2.82%202.82%200%200%200-2.461-1.44A2.846%202.846%200%200%200%209.8%2013.485c0%201.562%201.392%202.824%202.876%203.308z%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%20d%3D%22M2%2012C2%206.57%206.63%202%2012.015%202c7.046%200%2011.93%207.523%209.23%2013.885a10.19%2010.19%200%200%201-9.23%206.114A10.177%2010.177%200%200%201%202%2012m1.277.007A8.746%208.746%200%200%200%2020.768%2012a8.747%208.747%200%200%200-17.491.016zm3.646%203.885c1.254%202.708%204.223%203.954%207.107%203.862c-3.769.923-7.992-.954-8.876-4.962a7.332%207.332%200%200%201%207.369-8.946v1.362c-1.831%200-3.585.746-4.777%202.154a5.96%205.96%200%200%200-1.408%203.815c-.009.937.19%201.864.585%202.715m5.984%202.615c-2.115-.377-3.93-1.669-4.6-3.615A4.461%204.461%200%200%201%2014.27%209.3l.576-1.215a5.807%205.807%200%200%200-6.576%209.284c1.615%201.746%204.054%202.154%206.323%202.154l.076-.023c.662-.239%201.462-.532%201.97-1c-1.238.215-2.485.238-3.731.015zm-.23-1.707c1.492.5%203.384.407%204.268.346l1.047-.093l.261-.03a7.7%207.7%200%200%201-1.23%201.223c-1.531.33-3.285.323-4.77-.162A5.78%205.78%200%200%201%208.8%2015.138a4.14%204.14%200%200%201-.039-3.254a4.23%204.23%200%200%201%205.446-2.253a4.18%204.18%200%200%201%202.077%201.876l-1.216.609a2.82%202.82%200%200%200-2.461-1.44A2.846%202.846%200%200%200%209.8%2013.485c0%201.562%201.392%202.824%202.876%203.308z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/btt.svg?color=%231a73e8&size=48