bhat logo
bhat from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- bhat
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the bhat logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.789 9.672a5.8 5.8 0 0 0 2.01-.525a14.5 14.5 0 0 0 2.009-1.025l.215-.135l-.775-2.64a1.4 1.4 0 0 0-.19-.45a1.33 1.33 0 0 0-1.885-.374c-.31.215-.69.29-1.055.2l-.27-.055l2.66 1.545L8.36 4.048a1.055 1.055 0 0 0-1.355.9v.025L6.65 7.967l.5.2l.015.01c.83.33 1.83.685 2.765.965q1.004.322 2.045.48q.405.05.815.05m-9.904-.525l-.01-.005h-.01a.865.865 0 0 0-.865.865c0 .23.1.445.27.595a11.3 11.3 0 0 0 4.23 2.59c.13.35.28.694.45 1.024l.66 1.58a4.7 4.7 0 0 0 1.024 1.52l1.15 1.15c.22.275.435.54.645.785a2.05 2.05 0 0 0 3.164 0l.64-.785l1.155-1.15c.439-.434.787-.95 1.025-1.52l.66-1.575q.255-.503.45-1.034a11.3 11.3 0 0 0 4.224-2.585a.85.85 0 0 0 .25-.68a.825.825 0 0 0-.87-.77h-3.76a6.9 6.9 0 0 1-5.528 1.65c-1.67-.2-3.23-.845-4.775-1.495a2.2 2.2 0 0 0-.83-.16zm13.958 4.25c-.06.914-.675 1.964-1.63 2.63c-.945.654-1.934.75-2.55.334a1 1 0 0 1-.114-.095a3.4 3.4 0 0 1 1.02-2.27c.484-.05.964-.114 1.45-.21l.964-.184c.285-.06.575-.126.86-.2zm-5.38 2.864l-.114.095c-.62.42-1.61.34-2.565-.33c-.95-.675-1.57-1.715-1.625-2.63c.28.075.565.145.855.2l.965.19q.721.136 1.45.206a3.45 3.45 0 0 1 1.035 2.27"/></svg>
React
import type { SVGProps } from "react";
export function TokenBhat(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.789 9.672a5.8 5.8 0 0 0 2.01-.525a14.5 14.5 0 0 0 2.009-1.025l.215-.135l-.775-2.64a1.4 1.4 0 0 0-.19-.45a1.33 1.33 0 0 0-1.885-.374c-.31.215-.69.29-1.055.2l-.27-.055l2.66 1.545L8.36 4.048a1.055 1.055 0 0 0-1.355.9v.025L6.65 7.967l.5.2l.015.01c.83.33 1.83.685 2.765.965q1.004.322 2.045.48q.405.05.815.05m-9.904-.525l-.01-.005h-.01a.865.865 0 0 0-.865.865c0 .23.1.445.27.595a11.3 11.3 0 0 0 4.23 2.59c.13.35.28.694.45 1.024l.66 1.58a4.7 4.7 0 0 0 1.024 1.52l1.15 1.15c.22.275.435.54.645.785a2.05 2.05 0 0 0 3.164 0l.64-.785l1.155-1.15c.439-.434.787-.95 1.025-1.52l.66-1.575q.255-.503.45-1.034a11.3 11.3 0 0 0 4.224-2.585a.85.85 0 0 0 .25-.68a.825.825 0 0 0-.87-.77h-3.76a6.9 6.9 0 0 1-5.528 1.65c-1.67-.2-3.23-.845-4.775-1.495a2.2 2.2 0 0 0-.83-.16zm13.958 4.25c-.06.914-.675 1.964-1.63 2.63c-.945.654-1.934.75-2.55.334a1 1 0 0 1-.114-.095a3.4 3.4 0 0 1 1.02-2.27c.484-.05.964-.114 1.45-.21l.964-.184c.285-.06.575-.126.86-.2zm-5.38 2.864l-.114.095c-.62.42-1.61.34-2.565-.33c-.95-.675-1.57-1.715-1.625-2.63c.28.075.565.145.855.2l.965.19q.721.136 1.45.206a3.45 3.45 0 0 1 1.035 2.27"/></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.789 9.672a5.8 5.8 0 0 0 2.01-.525a14.5 14.5 0 0 0 2.009-1.025l.215-.135l-.775-2.64a1.4 1.4 0 0 0-.19-.45a1.33 1.33 0 0 0-1.885-.374c-.31.215-.69.29-1.055.2l-.27-.055l2.66 1.545L8.36 4.048a1.055 1.055 0 0 0-1.355.9v.025L6.65 7.967l.5.2l.015.01c.83.33 1.83.685 2.765.965q1.004.322 2.045.48q.405.05.815.05m-9.904-.525l-.01-.005h-.01a.865.865 0 0 0-.865.865c0 .23.1.445.27.595a11.3 11.3 0 0 0 4.23 2.59c.13.35.28.694.45 1.024l.66 1.58a4.7 4.7 0 0 0 1.024 1.52l1.15 1.15c.22.275.435.54.645.785a2.05 2.05 0 0 0 3.164 0l.64-.785l1.155-1.15c.439-.434.787-.95 1.025-1.52l.66-1.575q.255-.503.45-1.034a11.3 11.3 0 0 0 4.224-2.585a.85.85 0 0 0 .25-.68a.825.825 0 0 0-.87-.77h-3.76a6.9 6.9 0 0 1-5.528 1.65c-1.67-.2-3.23-.845-4.775-1.495a2.2 2.2 0 0 0-.83-.16zm13.958 4.25c-.06.914-.675 1.964-1.63 2.63c-.945.654-1.934.75-2.55.334a1 1 0 0 1-.114-.095a3.4 3.4 0 0 1 1.02-2.27c.484-.05.964-.114 1.45-.21l.964-.184c.285-.06.575-.126.86-.2zm-5.38 2.864l-.114.095c-.62.42-1.61.34-2.565-.33c-.95-.675-1.57-1.715-1.625-2.63c.28.075.565.145.855.2l.965.19q.721.136 1.45.206a3.45 3.45 0 0 1 1.035 2.27"/></svg> </template>
CSS
.icon-bhat {
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.789%209.672a5.8%205.8%200%200%200%202.01-.525a14.5%2014.5%200%200%200%202.009-1.025l.215-.135l-.775-2.64a1.4%201.4%200%200%200-.19-.45a1.33%201.33%200%200%200-1.885-.374c-.31.215-.69.29-1.055.2l-.27-.055l2.66%201.545L8.36%204.048a1.055%201.055%200%200%200-1.355.9v.025L6.65%207.967l.5.2l.015.01c.83.33%201.83.685%202.765.965q1.004.322%202.045.48q.405.05.815.05m-9.904-.525l-.01-.005h-.01a.865.865%200%200%200-.865.865c0%20.23.1.445.27.595a11.3%2011.3%200%200%200%204.23%202.59c.13.35.28.694.45%201.024l.66%201.58a4.7%204.7%200%200%200%201.024%201.52l1.15%201.15c.22.275.435.54.645.785a2.05%202.05%200%200%200%203.164%200l.64-.785l1.155-1.15c.439-.434.787-.95%201.025-1.52l.66-1.575q.255-.503.45-1.034a11.3%2011.3%200%200%200%204.224-2.585a.85.85%200%200%200%20.25-.68a.825.825%200%200%200-.87-.77h-3.76a6.9%206.9%200%200%201-5.528%201.65c-1.67-.2-3.23-.845-4.775-1.495a2.2%202.2%200%200%200-.83-.16zm13.958%204.25c-.06.914-.675%201.964-1.63%202.63c-.945.654-1.934.75-2.55.334a1%201%200%200%201-.114-.095a3.4%203.4%200%200%201%201.02-2.27c.484-.05.964-.114%201.45-.21l.964-.184c.285-.06.575-.126.86-.2zm-5.38%202.864l-.114.095c-.62.42-1.61.34-2.565-.33c-.95-.675-1.57-1.715-1.625-2.63c.28.075.565.145.855.2l.965.19q.721.136%201.45.206a3.45%203.45%200%200%201%201.035%202.27%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.789%209.672a5.8%205.8%200%200%200%202.01-.525a14.5%2014.5%200%200%200%202.009-1.025l.215-.135l-.775-2.64a1.4%201.4%200%200%200-.19-.45a1.33%201.33%200%200%200-1.885-.374c-.31.215-.69.29-1.055.2l-.27-.055l2.66%201.545L8.36%204.048a1.055%201.055%200%200%200-1.355.9v.025L6.65%207.967l.5.2l.015.01c.83.33%201.83.685%202.765.965q1.004.322%202.045.48q.405.05.815.05m-9.904-.525l-.01-.005h-.01a.865.865%200%200%200-.865.865c0%20.23.1.445.27.595a11.3%2011.3%200%200%200%204.23%202.59c.13.35.28.694.45%201.024l.66%201.58a4.7%204.7%200%200%200%201.024%201.52l1.15%201.15c.22.275.435.54.645.785a2.05%202.05%200%200%200%203.164%200l.64-.785l1.155-1.15c.439-.434.787-.95%201.025-1.52l.66-1.575q.255-.503.45-1.034a11.3%2011.3%200%200%200%204.224-2.585a.85.85%200%200%200%20.25-.68a.825.825%200%200%200-.87-.77h-3.76a6.9%206.9%200%200%201-5.528%201.65c-1.67-.2-3.23-.845-4.775-1.495a2.2%202.2%200%200%200-.83-.16zm13.958%204.25c-.06.914-.675%201.964-1.63%202.63c-.945.654-1.934.75-2.55.334a1%201%200%200%201-.114-.095a3.4%203.4%200%200%201%201.02-2.27c.484-.05.964-.114%201.45-.21l.964-.184c.285-.06.575-.126.86-.2zm-5.38%202.864l-.114.095c-.62.42-1.61.34-2.565-.33c-.95-.675-1.57-1.715-1.625-2.63c.28.075.565.145.855.2l.965.19q.721.136%201.45.206a3.45%203.45%200%200%201%201.035%202.27%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/bhat.svg?color=%231a73e8&size=48