btm logo
btm from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- btm
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the btm logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.347 11.442l-1.575 3.33l.729 2.727l1.863.495l2.304 2.304l-.693.702l-5.5-1.476L3 14.024l5.913-5.912zl-1.575 3.33l4.896-4.905l-1.755-1.755zm2.52 1.89l4.895 4.896l2.737-.729l.495-1.863l2.304-2.304l.702.693l-1.476 5.5l-5.5 1.475l-5.912-5.913zm4.266-2.664L9.237 5.772l-2.736.729l-.495 1.863l-2.304 2.304L3 9.975l1.476-5.5L9.976 3l5.911 5.913zm1.503-4.662l-2.304-2.304l.693-.702l5.5 1.476L21 9.976l-5.913 5.912l-1.755-1.755l4.896-4.905l-.729-2.727z"/></svg>
React
import type { SVGProps } from "react";
export function TokenBtm(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="m7.347 11.442l-1.575 3.33l.729 2.727l1.863.495l2.304 2.304l-.693.702l-5.5-1.476L3 14.024l5.913-5.912zl-1.575 3.33l4.896-4.905l-1.755-1.755zm2.52 1.89l4.895 4.896l2.737-.729l.495-1.863l2.304-2.304l.702.693l-1.476 5.5l-5.5 1.475l-5.912-5.913zm4.266-2.664L9.237 5.772l-2.736.729l-.495 1.863l-2.304 2.304L3 9.975l1.476-5.5L9.976 3l5.911 5.913zm1.503-4.662l-2.304-2.304l.693-.702l5.5 1.476L21 9.976l-5.913 5.912l-1.755-1.755l4.896-4.905l-.729-2.727z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.347 11.442l-1.575 3.33l.729 2.727l1.863.495l2.304 2.304l-.693.702l-5.5-1.476L3 14.024l5.913-5.912zl-1.575 3.33l4.896-4.905l-1.755-1.755zm2.52 1.89l4.895 4.896l2.737-.729l.495-1.863l2.304-2.304l.702.693l-1.476 5.5l-5.5 1.475l-5.912-5.913zm4.266-2.664L9.237 5.772l-2.736.729l-.495 1.863l-2.304 2.304L3 9.975l1.476-5.5L9.976 3l5.911 5.913zm1.503-4.662l-2.304-2.304l.693-.702l5.5 1.476L21 9.976l-5.913 5.912l-1.755-1.755l4.896-4.905l-.729-2.727z"/></svg> </template>
CSS
.icon-btm {
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%22m7.347%2011.442l-1.575%203.33l.729%202.727l1.863.495l2.304%202.304l-.693.702l-5.5-1.476L3%2014.024l5.913-5.912zl-1.575%203.33l4.896-4.905l-1.755-1.755zm2.52%201.89l4.895%204.896l2.737-.729l.495-1.863l2.304-2.304l.702.693l-1.476%205.5l-5.5%201.475l-5.912-5.913zm4.266-2.664L9.237%205.772l-2.736.729l-.495%201.863l-2.304%202.304L3%209.975l1.476-5.5L9.976%203l5.911%205.913zm1.503-4.662l-2.304-2.304l.693-.702l5.5%201.476L21%209.976l-5.913%205.912l-1.755-1.755l4.896-4.905l-.729-2.727z%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%22m7.347%2011.442l-1.575%203.33l.729%202.727l1.863.495l2.304%202.304l-.693.702l-5.5-1.476L3%2014.024l5.913-5.912zl-1.575%203.33l4.896-4.905l-1.755-1.755zm2.52%201.89l4.895%204.896l2.737-.729l.495-1.863l2.304-2.304l.702.693l-1.476%205.5l-5.5%201.475l-5.912-5.913zm4.266-2.664L9.237%205.772l-2.736.729l-.495%201.863l-2.304%202.304L3%209.975l1.476-5.5L9.976%203l5.911%205.913zm1.503-4.662l-2.304-2.304l.693-.702l5.5%201.476L21%209.976l-5.913%205.912l-1.755-1.755l4.896-4.905l-.729-2.727z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/btm.svg?color=%231a73e8&size=48