wbeth logo
wbeth from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- wbeth
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the wbeth logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.184 18.543A8.97 8.97 0 0 1 12 21c-2.356 0-4.5-.9-6.099-2.382l.747-.752A7.9 7.9 0 0 0 12 19.94a7.9 7.9 0 0 0 5.432-2.15zm.65-.688A8.96 8.96 0 0 0 21 12c0-2.35-.9-4.495-2.382-6.099l-.742.752A7.92 7.92 0 0 1 19.941 12a7.9 7.9 0 0 1-1.858 5.104zM6.897 5.917A7.9 7.9 0 0 1 12 4.059a7.9 7.9 0 0 1 5.188 1.932l.757-.752A9 9 0 0 0 12 3a8.94 8.94 0 0 0-5.855 2.17zm-.688.651l-.752-.752A8.97 8.97 0 0 0 3 12c0 2.276.847 4.357 2.24 5.94l.751-.752A7.9 7.9 0 0 1 4.06 12c0-2.102.815-4.013 2.15-5.432m5.791 3.854l-3.706 1.577c1.234-1.906 3.706-5.728 3.706-5.823z"/><path fill="currentColor" d="m12 10.422l3.706 1.577C14.467 10.093 12 6.271 12 6.176z"/><path fill="currentColor" d="m12.001 14.117l-3.706-2.118l3.706-1.588z"/><path fill="currentColor" d="m12 14.117l3.706-2.118L12 10.411zm.001.767l-3.706-2.091l3.706 5.03z"/><path fill="currentColor" d="m12 14.884l3.706-2.091L12 17.823z"/></svg>
React
import type { SVGProps } from "react";
export function TokenWbeth(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="M18.184 18.543A8.97 8.97 0 0 1 12 21c-2.356 0-4.5-.9-6.099-2.382l.747-.752A7.9 7.9 0 0 0 12 19.94a7.9 7.9 0 0 0 5.432-2.15zm.65-.688A8.96 8.96 0 0 0 21 12c0-2.35-.9-4.495-2.382-6.099l-.742.752A7.92 7.92 0 0 1 19.941 12a7.9 7.9 0 0 1-1.858 5.104zM6.897 5.917A7.9 7.9 0 0 1 12 4.059a7.9 7.9 0 0 1 5.188 1.932l.757-.752A9 9 0 0 0 12 3a8.94 8.94 0 0 0-5.855 2.17zm-.688.651l-.752-.752A8.97 8.97 0 0 0 3 12c0 2.276.847 4.357 2.24 5.94l.751-.752A7.9 7.9 0 0 1 4.06 12c0-2.102.815-4.013 2.15-5.432m5.791 3.854l-3.706 1.577c1.234-1.906 3.706-5.728 3.706-5.823z"/><path fill="currentColor" d="m12 10.422l3.706 1.577C14.467 10.093 12 6.271 12 6.176z"/><path fill="currentColor" d="m12.001 14.117l-3.706-2.118l3.706-1.588z"/><path fill="currentColor" d="m12 14.117l3.706-2.118L12 10.411zm.001.767l-3.706-2.091l3.706 5.03z"/><path fill="currentColor" d="m12 14.884l3.706-2.091L12 17.823z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.184 18.543A8.97 8.97 0 0 1 12 21c-2.356 0-4.5-.9-6.099-2.382l.747-.752A7.9 7.9 0 0 0 12 19.94a7.9 7.9 0 0 0 5.432-2.15zm.65-.688A8.96 8.96 0 0 0 21 12c0-2.35-.9-4.495-2.382-6.099l-.742.752A7.92 7.92 0 0 1 19.941 12a7.9 7.9 0 0 1-1.858 5.104zM6.897 5.917A7.9 7.9 0 0 1 12 4.059a7.9 7.9 0 0 1 5.188 1.932l.757-.752A9 9 0 0 0 12 3a8.94 8.94 0 0 0-5.855 2.17zm-.688.651l-.752-.752A8.97 8.97 0 0 0 3 12c0 2.276.847 4.357 2.24 5.94l.751-.752A7.9 7.9 0 0 1 4.06 12c0-2.102.815-4.013 2.15-5.432m5.791 3.854l-3.706 1.577c1.234-1.906 3.706-5.728 3.706-5.823z"/><path fill="currentColor" d="m12 10.422l3.706 1.577C14.467 10.093 12 6.271 12 6.176z"/><path fill="currentColor" d="m12.001 14.117l-3.706-2.118l3.706-1.588z"/><path fill="currentColor" d="m12 14.117l3.706-2.118L12 10.411zm.001.767l-3.706-2.091l3.706 5.03z"/><path fill="currentColor" d="m12 14.884l3.706-2.091L12 17.823z"/></svg> </template>
CSS
.icon-wbeth {
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%22M18.184%2018.543A8.97%208.97%200%200%201%2012%2021c-2.356%200-4.5-.9-6.099-2.382l.747-.752A7.9%207.9%200%200%200%2012%2019.94a7.9%207.9%200%200%200%205.432-2.15zm.65-.688A8.96%208.96%200%200%200%2021%2012c0-2.35-.9-4.495-2.382-6.099l-.742.752A7.92%207.92%200%200%201%2019.941%2012a7.9%207.9%200%200%201-1.858%205.104zM6.897%205.917A7.9%207.9%200%200%201%2012%204.059a7.9%207.9%200%200%201%205.188%201.932l.757-.752A9%209%200%200%200%2012%203a8.94%208.94%200%200%200-5.855%202.17zm-.688.651l-.752-.752A8.97%208.97%200%200%200%203%2012c0%202.276.847%204.357%202.24%205.94l.751-.752A7.9%207.9%200%200%201%204.06%2012c0-2.102.815-4.013%202.15-5.432m5.791%203.854l-3.706%201.577c1.234-1.906%203.706-5.728%203.706-5.823z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%2010.422l3.706%201.577C14.467%2010.093%2012%206.271%2012%206.176z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.001%2014.117l-3.706-2.118l3.706-1.588z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%2014.117l3.706-2.118L12%2010.411zm.001.767l-3.706-2.091l3.706%205.03z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%2014.884l3.706-2.091L12%2017.823z%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%22M18.184%2018.543A8.97%208.97%200%200%201%2012%2021c-2.356%200-4.5-.9-6.099-2.382l.747-.752A7.9%207.9%200%200%200%2012%2019.94a7.9%207.9%200%200%200%205.432-2.15zm.65-.688A8.96%208.96%200%200%200%2021%2012c0-2.35-.9-4.495-2.382-6.099l-.742.752A7.92%207.92%200%200%201%2019.941%2012a7.9%207.9%200%200%201-1.858%205.104zM6.897%205.917A7.9%207.9%200%200%201%2012%204.059a7.9%207.9%200%200%201%205.188%201.932l.757-.752A9%209%200%200%200%2012%203a8.94%208.94%200%200%200-5.855%202.17zm-.688.651l-.752-.752A8.97%208.97%200%200%200%203%2012c0%202.276.847%204.357%202.24%205.94l.751-.752A7.9%207.9%200%200%201%204.06%2012c0-2.102.815-4.013%202.15-5.432m5.791%203.854l-3.706%201.577c1.234-1.906%203.706-5.728%203.706-5.823z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%2010.422l3.706%201.577C14.467%2010.093%2012%206.271%2012%206.176z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.001%2014.117l-3.706-2.118l3.706-1.588z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%2014.117l3.706-2.118L12%2010.411zm.001.767l-3.706-2.091l3.706%205.03z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%2014.884l3.706-2.091L12%2017.823z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/wbeth.svg?color=%231a73e8&size=48