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

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

The same logo in other sets

Use the btcp logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.393 3l-.668 2.49l-3.486-.934l-.534 1.992l1.494.4a.515.515 0 0 1 .365.632l-1.868 6.972a.517.517 0 0 1-.632.365l-.996-.267l-1.031 1.858l3.486.935l-.668 2.49l1.495.4l2.135-7.968l1.742.467c1.958.524 5.061.039 5.666-2.219c.49-1.83-1.69-3.655-3.184-4.055l.668-2.49l-1.494-.4l-.667 2.49l-.996-.268l.667-2.49zm.293 4.883l2.02.541a1.546 1.546 0 1 1-.8 2.988l-2.02-.542z"/><path fill="currentColor" d="M13.319 16.592a1.804 1.804 0 0 0 1.84-2.914c1.223-.001 1.607-.15 2.3-.42l.22-.085c.734.878 1.048 2.047.743 3.185c-.495 1.848-2.937 2.813-4.916 2.411l-.002.008l-.996-.267L11.84 21l-1.494-.4l1.201-4.483z"/></svg>

React

import type { SVGProps } from "react";

export function TokenBtcp(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="m12.393 3l-.668 2.49l-3.486-.934l-.534 1.992l1.494.4a.515.515 0 0 1 .365.632l-1.868 6.972a.517.517 0 0 1-.632.365l-.996-.267l-1.031 1.858l3.486.935l-.668 2.49l1.495.4l2.135-7.968l1.742.467c1.958.524 5.061.039 5.666-2.219c.49-1.83-1.69-3.655-3.184-4.055l.668-2.49l-1.494-.4l-.667 2.49l-.996-.268l.667-2.49zm.293 4.883l2.02.541a1.546 1.546 0 1 1-.8 2.988l-2.02-.542z"/><path fill="currentColor" d="M13.319 16.592a1.804 1.804 0 0 0 1.84-2.914c1.223-.001 1.607-.15 2.3-.42l.22-.085c.734.878 1.048 2.047.743 3.185c-.495 1.848-2.937 2.813-4.916 2.411l-.002.008l-.996-.267L11.84 21l-1.494-.4l1.201-4.483z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.393 3l-.668 2.49l-3.486-.934l-.534 1.992l1.494.4a.515.515 0 0 1 .365.632l-1.868 6.972a.517.517 0 0 1-.632.365l-.996-.267l-1.031 1.858l3.486.935l-.668 2.49l1.495.4l2.135-7.968l1.742.467c1.958.524 5.061.039 5.666-2.219c.49-1.83-1.69-3.655-3.184-4.055l.668-2.49l-1.494-.4l-.667 2.49l-.996-.268l.667-2.49zm.293 4.883l2.02.541a1.546 1.546 0 1 1-.8 2.988l-2.02-.542z"/><path fill="currentColor" d="M13.319 16.592a1.804 1.804 0 0 0 1.84-2.914c1.223-.001 1.607-.15 2.3-.42l.22-.085c.734.878 1.048 2.047.743 3.185c-.495 1.848-2.937 2.813-4.916 2.411l-.002.008l-.996-.267L11.84 21l-1.494-.4l1.201-4.483z"/></svg>
</template>

CSS

.icon-btcp {
  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%22m12.393%203l-.668%202.49l-3.486-.934l-.534%201.992l1.494.4a.515.515%200%200%201%20.365.632l-1.868%206.972a.517.517%200%200%201-.632.365l-.996-.267l-1.031%201.858l3.486.935l-.668%202.49l1.495.4l2.135-7.968l1.742.467c1.958.524%205.061.039%205.666-2.219c.49-1.83-1.69-3.655-3.184-4.055l.668-2.49l-1.494-.4l-.667%202.49l-.996-.268l.667-2.49zm.293%204.883l2.02.541a1.546%201.546%200%201%201-.8%202.988l-2.02-.542z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.319%2016.592a1.804%201.804%200%200%200%201.84-2.914c1.223-.001%201.607-.15%202.3-.42l.22-.085c.734.878%201.048%202.047.743%203.185c-.495%201.848-2.937%202.813-4.916%202.411l-.002.008l-.996-.267L11.84%2021l-1.494-.4l1.201-4.483z%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%22m12.393%203l-.668%202.49l-3.486-.934l-.534%201.992l1.494.4a.515.515%200%200%201%20.365.632l-1.868%206.972a.517.517%200%200%201-.632.365l-.996-.267l-1.031%201.858l3.486.935l-.668%202.49l1.495.4l2.135-7.968l1.742.467c1.958.524%205.061.039%205.666-2.219c.49-1.83-1.69-3.655-3.184-4.055l.668-2.49l-1.494-.4l-.667%202.49l-.996-.268l.667-2.49zm.293%204.883l2.02.541a1.546%201.546%200%201%201-.8%202.988l-2.02-.542z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.319%2016.592a1.804%201.804%200%200%200%201.84-2.914c1.223-.001%201.607-.15%202.3-.42l.22-.085c.734.878%201.048%202.047.743%203.185c-.495%201.848-2.937%202.813-4.916%202.411l-.002.008l-.996-.267L11.84%2021l-1.494-.4l1.201-4.483z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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