btc2 logo
btc2 from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- btc2
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the btc2 logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.746 5.066a.35.35 0 0 0 .148 0q.03-.008.037-.047l.35-1.991q.002-.033.037-.027l1.943.392q.014 0 .02.016l.011.026l-.016.16q-.164.976-.333 1.953l.016.01l1.133.265a.1.1 0 0 0 .085-.016a.12.12 0 0 0 .047-.074l.344-2.001a.1.1 0 0 1 .032-.053a.07.07 0 0 1 .053-.01c.614.105 1.25.254 1.89.38q.055.015.048.07a81 81 0 0 1-.35 2.017c-.026.143.01.185.133.238a3.34 3.34 0 0 1 1.906 2.102c.095.354.074.677.068 1.048a2.93 2.93 0 0 1-1.344 2.277a4.8 4.8 0 0 1-1.515.667c-1.037.249-2.239.36-3.293.153c-.196-.042-.386-.021-.577-.037a3.23 3.23 0 0 0-2.488.853A4.4 4.4 0 0 0 7.982 15.5v.054c.01.02.026.037.042.042l.143.042c1.451.276 3.262.773 4.596.868c1.329.09 2.292-1.228 1.837-2.578a.05.05 0 0 1 .005-.037l.016-.016l.016-.005c.874-.053 1.445-.265 2.224-.61c.105-.052.18.049.264.15c.45.574.674 1.293.63 2.022a3.315 3.315 0 0 1-2.292 3.092q-.533.166-.794.174a5 5 0 0 0-.53.053c-.026 0-.053.016-.074.037a.15.15 0 0 0-.042.08l-.35 2.064c0 .022-.015.038-.031.053a.07.07 0 0 1-.063.01l-1.87-.37a.05.05 0 0 1-.037-.015a.06.06 0 0 1-.01-.038l.015-.195q.162-.969.318-1.938l-.005-.021l-.016-.016l-.021-.01l-1.096-.186a.13.13 0 0 0-.1.021a.14.14 0 0 0-.054.095l-.328 1.922q-.017.113-.122.09l-1.853-.37a.08.08 0 0 1-.047-.032a.08.08 0 0 1-.006-.058l.334-1.938a.1.1 0 0 0-.01-.069a.1.1 0 0 0-.059-.042l-2.875-.572c-.074-.01-.106-.069-.085-.159c.143-.757.345-1.503.588-2.229c.247-.744.57-1.46.964-2.139c.751-1.27 2.15-1.858 3.494-1.985c.302-.032.593-.07.9-.048c.672.053 1.329.122 2.001.207q.191.016.382 0c.926-.064 1.55-.848 1.376-1.832c-.164-.921-1.043-1.112-1.874-1.308a29 29 0 0 0-1.514-.318q-.129-.022-.154.106l-.312 1.837a.13.13 0 0 1-.082.104a.1.1 0 0 1-.045.008c-.848-.037-1.695.053-2.5.38q-.26.107-.523.207l-.016-.005l-.006-.01v-.017l.509-2.906c.053-.28-.053-.493-.297-.635c-.254-.154-.635-.186-.937-.25a.06.06 0 0 1-.037-.031a.07.07 0 0 1-.01-.048l.29-1.694v-.016l.011-.005a.03.03 0 0 1 .021-.005q1.43.295 2.86.603z"/></svg>
React
import type { SVGProps } from "react";
export function TokenBtc2(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="M10.746 5.066a.35.35 0 0 0 .148 0q.03-.008.037-.047l.35-1.991q.002-.033.037-.027l1.943.392q.014 0 .02.016l.011.026l-.016.16q-.164.976-.333 1.953l.016.01l1.133.265a.1.1 0 0 0 .085-.016a.12.12 0 0 0 .047-.074l.344-2.001a.1.1 0 0 1 .032-.053a.07.07 0 0 1 .053-.01c.614.105 1.25.254 1.89.38q.055.015.048.07a81 81 0 0 1-.35 2.017c-.026.143.01.185.133.238a3.34 3.34 0 0 1 1.906 2.102c.095.354.074.677.068 1.048a2.93 2.93 0 0 1-1.344 2.277a4.8 4.8 0 0 1-1.515.667c-1.037.249-2.239.36-3.293.153c-.196-.042-.386-.021-.577-.037a3.23 3.23 0 0 0-2.488.853A4.4 4.4 0 0 0 7.982 15.5v.054c.01.02.026.037.042.042l.143.042c1.451.276 3.262.773 4.596.868c1.329.09 2.292-1.228 1.837-2.578a.05.05 0 0 1 .005-.037l.016-.016l.016-.005c.874-.053 1.445-.265 2.224-.61c.105-.052.18.049.264.15c.45.574.674 1.293.63 2.022a3.315 3.315 0 0 1-2.292 3.092q-.533.166-.794.174a5 5 0 0 0-.53.053c-.026 0-.053.016-.074.037a.15.15 0 0 0-.042.08l-.35 2.064c0 .022-.015.038-.031.053a.07.07 0 0 1-.063.01l-1.87-.37a.05.05 0 0 1-.037-.015a.06.06 0 0 1-.01-.038l.015-.195q.162-.969.318-1.938l-.005-.021l-.016-.016l-.021-.01l-1.096-.186a.13.13 0 0 0-.1.021a.14.14 0 0 0-.054.095l-.328 1.922q-.017.113-.122.09l-1.853-.37a.08.08 0 0 1-.047-.032a.08.08 0 0 1-.006-.058l.334-1.938a.1.1 0 0 0-.01-.069a.1.1 0 0 0-.059-.042l-2.875-.572c-.074-.01-.106-.069-.085-.159c.143-.757.345-1.503.588-2.229c.247-.744.57-1.46.964-2.139c.751-1.27 2.15-1.858 3.494-1.985c.302-.032.593-.07.9-.048c.672.053 1.329.122 2.001.207q.191.016.382 0c.926-.064 1.55-.848 1.376-1.832c-.164-.921-1.043-1.112-1.874-1.308a29 29 0 0 0-1.514-.318q-.129-.022-.154.106l-.312 1.837a.13.13 0 0 1-.082.104a.1.1 0 0 1-.045.008c-.848-.037-1.695.053-2.5.38q-.26.107-.523.207l-.016-.005l-.006-.01v-.017l.509-2.906c.053-.28-.053-.493-.297-.635c-.254-.154-.635-.186-.937-.25a.06.06 0 0 1-.037-.031a.07.07 0 0 1-.01-.048l.29-1.694v-.016l.011-.005a.03.03 0 0 1 .021-.005q1.43.295 2.86.603z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.746 5.066a.35.35 0 0 0 .148 0q.03-.008.037-.047l.35-1.991q.002-.033.037-.027l1.943.392q.014 0 .02.016l.011.026l-.016.16q-.164.976-.333 1.953l.016.01l1.133.265a.1.1 0 0 0 .085-.016a.12.12 0 0 0 .047-.074l.344-2.001a.1.1 0 0 1 .032-.053a.07.07 0 0 1 .053-.01c.614.105 1.25.254 1.89.38q.055.015.048.07a81 81 0 0 1-.35 2.017c-.026.143.01.185.133.238a3.34 3.34 0 0 1 1.906 2.102c.095.354.074.677.068 1.048a2.93 2.93 0 0 1-1.344 2.277a4.8 4.8 0 0 1-1.515.667c-1.037.249-2.239.36-3.293.153c-.196-.042-.386-.021-.577-.037a3.23 3.23 0 0 0-2.488.853A4.4 4.4 0 0 0 7.982 15.5v.054c.01.02.026.037.042.042l.143.042c1.451.276 3.262.773 4.596.868c1.329.09 2.292-1.228 1.837-2.578a.05.05 0 0 1 .005-.037l.016-.016l.016-.005c.874-.053 1.445-.265 2.224-.61c.105-.052.18.049.264.15c.45.574.674 1.293.63 2.022a3.315 3.315 0 0 1-2.292 3.092q-.533.166-.794.174a5 5 0 0 0-.53.053c-.026 0-.053.016-.074.037a.15.15 0 0 0-.042.08l-.35 2.064c0 .022-.015.038-.031.053a.07.07 0 0 1-.063.01l-1.87-.37a.05.05 0 0 1-.037-.015a.06.06 0 0 1-.01-.038l.015-.195q.162-.969.318-1.938l-.005-.021l-.016-.016l-.021-.01l-1.096-.186a.13.13 0 0 0-.1.021a.14.14 0 0 0-.054.095l-.328 1.922q-.017.113-.122.09l-1.853-.37a.08.08 0 0 1-.047-.032a.08.08 0 0 1-.006-.058l.334-1.938a.1.1 0 0 0-.01-.069a.1.1 0 0 0-.059-.042l-2.875-.572c-.074-.01-.106-.069-.085-.159c.143-.757.345-1.503.588-2.229c.247-.744.57-1.46.964-2.139c.751-1.27 2.15-1.858 3.494-1.985c.302-.032.593-.07.9-.048c.672.053 1.329.122 2.001.207q.191.016.382 0c.926-.064 1.55-.848 1.376-1.832c-.164-.921-1.043-1.112-1.874-1.308a29 29 0 0 0-1.514-.318q-.129-.022-.154.106l-.312 1.837a.13.13 0 0 1-.082.104a.1.1 0 0 1-.045.008c-.848-.037-1.695.053-2.5.38q-.26.107-.523.207l-.016-.005l-.006-.01v-.017l.509-2.906c.053-.28-.053-.493-.297-.635c-.254-.154-.635-.186-.937-.25a.06.06 0 0 1-.037-.031a.07.07 0 0 1-.01-.048l.29-1.694v-.016l.011-.005a.03.03 0 0 1 .021-.005q1.43.295 2.86.603z"/></svg> </template>
CSS
.icon-btc2 {
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%22M10.746%205.066a.35.35%200%200%200%20.148%200q.03-.008.037-.047l.35-1.991q.002-.033.037-.027l1.943.392q.014%200%20.02.016l.011.026l-.016.16q-.164.976-.333%201.953l.016.01l1.133.265a.1.1%200%200%200%20.085-.016a.12.12%200%200%200%20.047-.074l.344-2.001a.1.1%200%200%201%20.032-.053a.07.07%200%200%201%20.053-.01c.614.105%201.25.254%201.89.38q.055.015.048.07a81%2081%200%200%201-.35%202.017c-.026.143.01.185.133.238a3.34%203.34%200%200%201%201.906%202.102c.095.354.074.677.068%201.048a2.93%202.93%200%200%201-1.344%202.277a4.8%204.8%200%200%201-1.515.667c-1.037.249-2.239.36-3.293.153c-.196-.042-.386-.021-.577-.037a3.23%203.23%200%200%200-2.488.853A4.4%204.4%200%200%200%207.982%2015.5v.054c.01.02.026.037.042.042l.143.042c1.451.276%203.262.773%204.596.868c1.329.09%202.292-1.228%201.837-2.578a.05.05%200%200%201%20.005-.037l.016-.016l.016-.005c.874-.053%201.445-.265%202.224-.61c.105-.052.18.049.264.15c.45.574.674%201.293.63%202.022a3.315%203.315%200%200%201-2.292%203.092q-.533.166-.794.174a5%205%200%200%200-.53.053c-.026%200-.053.016-.074.037a.15.15%200%200%200-.042.08l-.35%202.064c0%20.022-.015.038-.031.053a.07.07%200%200%201-.063.01l-1.87-.37a.05.05%200%200%201-.037-.015a.06.06%200%200%201-.01-.038l.015-.195q.162-.969.318-1.938l-.005-.021l-.016-.016l-.021-.01l-1.096-.186a.13.13%200%200%200-.1.021a.14.14%200%200%200-.054.095l-.328%201.922q-.017.113-.122.09l-1.853-.37a.08.08%200%200%201-.047-.032a.08.08%200%200%201-.006-.058l.334-1.938a.1.1%200%200%200-.01-.069a.1.1%200%200%200-.059-.042l-2.875-.572c-.074-.01-.106-.069-.085-.159c.143-.757.345-1.503.588-2.229c.247-.744.57-1.46.964-2.139c.751-1.27%202.15-1.858%203.494-1.985c.302-.032.593-.07.9-.048c.672.053%201.329.122%202.001.207q.191.016.382%200c.926-.064%201.55-.848%201.376-1.832c-.164-.921-1.043-1.112-1.874-1.308a29%2029%200%200%200-1.514-.318q-.129-.022-.154.106l-.312%201.837a.13.13%200%200%201-.082.104a.1.1%200%200%201-.045.008c-.848-.037-1.695.053-2.5.38q-.26.107-.523.207l-.016-.005l-.006-.01v-.017l.509-2.906c.053-.28-.053-.493-.297-.635c-.254-.154-.635-.186-.937-.25a.06.06%200%200%201-.037-.031a.07.07%200%200%201-.01-.048l.29-1.694v-.016l.011-.005a.03.03%200%200%201%20.021-.005q1.43.295%202.86.603z%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%22M10.746%205.066a.35.35%200%200%200%20.148%200q.03-.008.037-.047l.35-1.991q.002-.033.037-.027l1.943.392q.014%200%20.02.016l.011.026l-.016.16q-.164.976-.333%201.953l.016.01l1.133.265a.1.1%200%200%200%20.085-.016a.12.12%200%200%200%20.047-.074l.344-2.001a.1.1%200%200%201%20.032-.053a.07.07%200%200%201%20.053-.01c.614.105%201.25.254%201.89.38q.055.015.048.07a81%2081%200%200%201-.35%202.017c-.026.143.01.185.133.238a3.34%203.34%200%200%201%201.906%202.102c.095.354.074.677.068%201.048a2.93%202.93%200%200%201-1.344%202.277a4.8%204.8%200%200%201-1.515.667c-1.037.249-2.239.36-3.293.153c-.196-.042-.386-.021-.577-.037a3.23%203.23%200%200%200-2.488.853A4.4%204.4%200%200%200%207.982%2015.5v.054c.01.02.026.037.042.042l.143.042c1.451.276%203.262.773%204.596.868c1.329.09%202.292-1.228%201.837-2.578a.05.05%200%200%201%20.005-.037l.016-.016l.016-.005c.874-.053%201.445-.265%202.224-.61c.105-.052.18.049.264.15c.45.574.674%201.293.63%202.022a3.315%203.315%200%200%201-2.292%203.092q-.533.166-.794.174a5%205%200%200%200-.53.053c-.026%200-.053.016-.074.037a.15.15%200%200%200-.042.08l-.35%202.064c0%20.022-.015.038-.031.053a.07.07%200%200%201-.063.01l-1.87-.37a.05.05%200%200%201-.037-.015a.06.06%200%200%201-.01-.038l.015-.195q.162-.969.318-1.938l-.005-.021l-.016-.016l-.021-.01l-1.096-.186a.13.13%200%200%200-.1.021a.14.14%200%200%200-.054.095l-.328%201.922q-.017.113-.122.09l-1.853-.37a.08.08%200%200%201-.047-.032a.08.08%200%200%201-.006-.058l.334-1.938a.1.1%200%200%200-.01-.069a.1.1%200%200%200-.059-.042l-2.875-.572c-.074-.01-.106-.069-.085-.159c.143-.757.345-1.503.588-2.229c.247-.744.57-1.46.964-2.139c.751-1.27%202.15-1.858%203.494-1.985c.302-.032.593-.07.9-.048c.672.053%201.329.122%202.001.207q.191.016.382%200c.926-.064%201.55-.848%201.376-1.832c-.164-.921-1.043-1.112-1.874-1.308a29%2029%200%200%200-1.514-.318q-.129-.022-.154.106l-.312%201.837a.13.13%200%200%201-.082.104a.1.1%200%200%201-.045.008c-.848-.037-1.695.053-2.5.38q-.26.107-.523.207l-.016-.005l-.006-.01v-.017l.509-2.906c.053-.28-.053-.493-.297-.635c-.254-.154-.635-.186-.937-.25a.06.06%200%200%201-.037-.031a.07.07%200%200%201-.01-.048l.29-1.694v-.016l.011-.005a.03.03%200%200%201%20.021-.005q1.43.295%202.86.603z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/btc2.svg?color=%231a73e8&size=48