cetus logo
cetus from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- cetus
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the cetus logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.438 11.438c0 4.54-3.78 8.005-8.438 8.005q-.66-.002-1.294-.096c-1.76 1.586-4.736 1.71-6.086 1.637l1.26-4.106a8.08 8.08 0 0 1-2.318-5.648C3.562 6.679 7.342 3 12 3c4.106 0 7.521 2.852 8.28 6.632c-.933-.13-2.148-.529-2.475-1.496c-.253.562-1.203 1.62-3.077 1.57c.281-.462.433-.996.433-1.57a3.12 3.12 0 0 0-3.16-3.083a3.12 3.12 0 0 0-3.168 3.083c.006 1.704 1.423 3.302 3.167 3.302z"/><path fill="currentColor" d="M17.59 11.438c-.978 4.692-5.23 8.005-10.339 8.005q-1.078 0-2.098-.203l-.54 1.745c1.356.073 4.332-.057 6.087-1.638q.64.095 1.3.096c4.657 0 8.437-3.465 8.437-8.005zm.209-3.302c.017-.028-.011.034 0 0c.332.968 1.547 1.367 2.475 1.497a8.23 8.23 0 0 0-3.735-5.345c.664 1.193 1.125 2.436 1.26 3.848"/></svg>
React
import type { SVGProps } from "react";
export function TokenCetus(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="M20.438 11.438c0 4.54-3.78 8.005-8.438 8.005q-.66-.002-1.294-.096c-1.76 1.586-4.736 1.71-6.086 1.637l1.26-4.106a8.08 8.08 0 0 1-2.318-5.648C3.562 6.679 7.342 3 12 3c4.106 0 7.521 2.852 8.28 6.632c-.933-.13-2.148-.529-2.475-1.496c-.253.562-1.203 1.62-3.077 1.57c.281-.462.433-.996.433-1.57a3.12 3.12 0 0 0-3.16-3.083a3.12 3.12 0 0 0-3.168 3.083c.006 1.704 1.423 3.302 3.167 3.302z"/><path fill="currentColor" d="M17.59 11.438c-.978 4.692-5.23 8.005-10.339 8.005q-1.078 0-2.098-.203l-.54 1.745c1.356.073 4.332-.057 6.087-1.638q.64.095 1.3.096c4.657 0 8.437-3.465 8.437-8.005zm.209-3.302c.017-.028-.011.034 0 0c.332.968 1.547 1.367 2.475 1.497a8.23 8.23 0 0 0-3.735-5.345c.664 1.193 1.125 2.436 1.26 3.848"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.438 11.438c0 4.54-3.78 8.005-8.438 8.005q-.66-.002-1.294-.096c-1.76 1.586-4.736 1.71-6.086 1.637l1.26-4.106a8.08 8.08 0 0 1-2.318-5.648C3.562 6.679 7.342 3 12 3c4.106 0 7.521 2.852 8.28 6.632c-.933-.13-2.148-.529-2.475-1.496c-.253.562-1.203 1.62-3.077 1.57c.281-.462.433-.996.433-1.57a3.12 3.12 0 0 0-3.16-3.083a3.12 3.12 0 0 0-3.168 3.083c.006 1.704 1.423 3.302 3.167 3.302z"/><path fill="currentColor" d="M17.59 11.438c-.978 4.692-5.23 8.005-10.339 8.005q-1.078 0-2.098-.203l-.54 1.745c1.356.073 4.332-.057 6.087-1.638q.64.095 1.3.096c4.657 0 8.437-3.465 8.437-8.005zm.209-3.302c.017-.028-.011.034 0 0c.332.968 1.547 1.367 2.475 1.497a8.23 8.23 0 0 0-3.735-5.345c.664 1.193 1.125 2.436 1.26 3.848"/></svg> </template>
CSS
.icon-cetus {
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%22M20.438%2011.438c0%204.54-3.78%208.005-8.438%208.005q-.66-.002-1.294-.096c-1.76%201.586-4.736%201.71-6.086%201.637l1.26-4.106a8.08%208.08%200%200%201-2.318-5.648C3.562%206.679%207.342%203%2012%203c4.106%200%207.521%202.852%208.28%206.632c-.933-.13-2.148-.529-2.475-1.496c-.253.562-1.203%201.62-3.077%201.57c.281-.462.433-.996.433-1.57a3.12%203.12%200%200%200-3.16-3.083a3.12%203.12%200%200%200-3.168%203.083c.006%201.704%201.423%203.302%203.167%203.302z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.59%2011.438c-.978%204.692-5.23%208.005-10.339%208.005q-1.078%200-2.098-.203l-.54%201.745c1.356.073%204.332-.057%206.087-1.638q.64.095%201.3.096c4.657%200%208.437-3.465%208.437-8.005zm.209-3.302c.017-.028-.011.034%200%200c.332.968%201.547%201.367%202.475%201.497a8.23%208.23%200%200%200-3.735-5.345c.664%201.193%201.125%202.436%201.26%203.848%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%22M20.438%2011.438c0%204.54-3.78%208.005-8.438%208.005q-.66-.002-1.294-.096c-1.76%201.586-4.736%201.71-6.086%201.637l1.26-4.106a8.08%208.08%200%200%201-2.318-5.648C3.562%206.679%207.342%203%2012%203c4.106%200%207.521%202.852%208.28%206.632c-.933-.13-2.148-.529-2.475-1.496c-.253.562-1.203%201.62-3.077%201.57c.281-.462.433-.996.433-1.57a3.12%203.12%200%200%200-3.16-3.083a3.12%203.12%200%200%200-3.168%203.083c.006%201.704%201.423%203.302%203.167%203.302z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.59%2011.438c-.978%204.692-5.23%208.005-10.339%208.005q-1.078%200-2.098-.203l-.54%201.745c1.356.073%204.332-.057%206.087-1.638q.64.095%201.3.096c4.657%200%208.437-3.465%208.437-8.005zm.209-3.302c.017-.028-.011.034%200%200c.332.968%201.547%201.367%202.475%201.497a8.23%208.23%200%200%200-3.735-5.345c.664%201.193%201.125%202.436%201.26%203.848%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/cetus.svg?color=%231a73e8&size=48