tetu logo
tetu from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- tetu
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the tetu logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 10.03a3.375 3.375 0 1 0 0-6.75a3.375 3.375 0 0 0 0 6.75"/><path fill="currentColor" d="M11.994 11.719A5.58 5.58 0 0 1 6.46 6.234C6.59 4.8 5.306 4.8 4.957 5.188l-.078.079A8.38 8.38 0 0 0 3 10.537c0 1.744 1.727 2.869 3.56 2.869h10.88c1.816 0 3.56-1.114 3.56-2.869a8.35 8.35 0 0 0-1.958-5.343c-.36-.394-1.642-.394-1.513 1.04c0 2.92-2.475 5.485-5.535 5.485m1.019 8.487l2.7-3.791c.568-.788-.011-1.885-1.012-1.885H9.3c-1.002 0-1.581 1.092-1.013 1.885l2.7 3.79a1.253 1.253 0 0 0 2.025 0"/></svg>
React
import type { SVGProps } from "react";
export function TokenTetu(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 10.03a3.375 3.375 0 1 0 0-6.75a3.375 3.375 0 0 0 0 6.75"/><path fill="currentColor" d="M11.994 11.719A5.58 5.58 0 0 1 6.46 6.234C6.59 4.8 5.306 4.8 4.957 5.188l-.078.079A8.38 8.38 0 0 0 3 10.537c0 1.744 1.727 2.869 3.56 2.869h10.88c1.816 0 3.56-1.114 3.56-2.869a8.35 8.35 0 0 0-1.958-5.343c-.36-.394-1.642-.394-1.513 1.04c0 2.92-2.475 5.485-5.535 5.485m1.019 8.487l2.7-3.791c.568-.788-.011-1.885-1.012-1.885H9.3c-1.002 0-1.581 1.092-1.013 1.885l2.7 3.79a1.253 1.253 0 0 0 2.025 0"/></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 10.03a3.375 3.375 0 1 0 0-6.75a3.375 3.375 0 0 0 0 6.75"/><path fill="currentColor" d="M11.994 11.719A5.58 5.58 0 0 1 6.46 6.234C6.59 4.8 5.306 4.8 4.957 5.188l-.078.079A8.38 8.38 0 0 0 3 10.537c0 1.744 1.727 2.869 3.56 2.869h10.88c1.816 0 3.56-1.114 3.56-2.869a8.35 8.35 0 0 0-1.958-5.343c-.36-.394-1.642-.394-1.513 1.04c0 2.92-2.475 5.485-5.535 5.485m1.019 8.487l2.7-3.791c.568-.788-.011-1.885-1.012-1.885H9.3c-1.002 0-1.581 1.092-1.013 1.885l2.7 3.79a1.253 1.253 0 0 0 2.025 0"/></svg> </template>
CSS
.icon-tetu {
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%2010.03a3.375%203.375%200%201%200%200-6.75a3.375%203.375%200%200%200%200%206.75%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.994%2011.719A5.58%205.58%200%200%201%206.46%206.234C6.59%204.8%205.306%204.8%204.957%205.188l-.078.079A8.38%208.38%200%200%200%203%2010.537c0%201.744%201.727%202.869%203.56%202.869h10.88c1.816%200%203.56-1.114%203.56-2.869a8.35%208.35%200%200%200-1.958-5.343c-.36-.394-1.642-.394-1.513%201.04c0%202.92-2.475%205.485-5.535%205.485m1.019%208.487l2.7-3.791c.568-.788-.011-1.885-1.012-1.885H9.3c-1.002%200-1.581%201.092-1.013%201.885l2.7%203.79a1.253%201.253%200%200%200%202.025%200%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%2010.03a3.375%203.375%200%201%200%200-6.75a3.375%203.375%200%200%200%200%206.75%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.994%2011.719A5.58%205.58%200%200%201%206.46%206.234C6.59%204.8%205.306%204.8%204.957%205.188l-.078.079A8.38%208.38%200%200%200%203%2010.537c0%201.744%201.727%202.869%203.56%202.869h10.88c1.816%200%203.56-1.114%203.56-2.869a8.35%208.35%200%200%200-1.958-5.343c-.36-.394-1.642-.394-1.513%201.04c0%202.92-2.475%205.485-5.535%205.485m1.019%208.487l2.7-3.791c.568-.788-.011-1.885-1.012-1.885H9.3c-1.002%200-1.581%201.092-1.013%201.885l2.7%203.79a1.253%201.253%200%200%200%202.025%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/tetu.svg?color=%231a73e8&size=48