ewt from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
ewt
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the ewt logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.273 7.028a10 10 0 0 0-.7-1.388c-.233-.376-.503-.734-.798-.98a.11.11 0 0 0-.11-.015l-1.065.461a.11.11 0 0 0-.063.076a.11.11 0 0 0 .024.096c.21.247.706.836.873 1.104c.207.335.414.746.599 1.19c1.327 3.193.766 10.596-3.789 10.404c-1.052-.044-1.93-.572-2.633-1.403c-.71-.838-1.217-1.964-1.489-3.11c-.274-1.15-.292-2.248-.096-3.019c.098-.383.237-.642.382-.794a.61.61 0 0 1 .475-.208c.463 0 .75.175.953.443c.225.297.381.763.43 1.375c.097 1.203-.312 2.948-.893 4.014a.11.11 0 0 0 .008.119l.714.967a.11.11 0 0 0 .145.027a.1.1 0 0 0 .037-.04c.704-1.32 1.452-3.736 1.334-5.202c-.062-.763-.267-1.523-.709-2.108c-.464-.614-1.149-.98-2.019-.98c-.58 0-1.071.234-1.443.628c-.358.379-.585.88-.72 1.41c-.269 1.055-.218 2.396.091 3.697c.312 1.308.901 2.648 1.781 3.689c.888 1.049 2.092 1.815 3.596 1.878c5.68.24 6.779-8.26 5.085-12.33M4.905 17.206c-1.219-1.745-1.742-3.774-1.904-5.408a.11.11 0 0 1 .067-.11l1.127-.46a.11.11 0 0 1 .098.008a.11.11 0 0 1 .053.082c.162 1.548.652 3.665 1.659 5.108c.511.732 1.126 1.248 1.861 1.468c.713.213 1.716.07 2.913-.473a.11.11 0 0 1 .132.03l.816 1.029a.108.108 0 0 1-.04.165c-1.322.718-3.119.872-4.203.549c-1.109-.332-1.95-1.089-2.579-1.988"/></svg>

React

import type { SVGProps } from "react";

export function TokenEwt(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.273 7.028a10 10 0 0 0-.7-1.388c-.233-.376-.503-.734-.798-.98a.11.11 0 0 0-.11-.015l-1.065.461a.11.11 0 0 0-.063.076a.11.11 0 0 0 .024.096c.21.247.706.836.873 1.104c.207.335.414.746.599 1.19c1.327 3.193.766 10.596-3.789 10.404c-1.052-.044-1.93-.572-2.633-1.403c-.71-.838-1.217-1.964-1.489-3.11c-.274-1.15-.292-2.248-.096-3.019c.098-.383.237-.642.382-.794a.61.61 0 0 1 .475-.208c.463 0 .75.175.953.443c.225.297.381.763.43 1.375c.097 1.203-.312 2.948-.893 4.014a.11.11 0 0 0 .008.119l.714.967a.11.11 0 0 0 .145.027a.1.1 0 0 0 .037-.04c.704-1.32 1.452-3.736 1.334-5.202c-.062-.763-.267-1.523-.709-2.108c-.464-.614-1.149-.98-2.019-.98c-.58 0-1.071.234-1.443.628c-.358.379-.585.88-.72 1.41c-.269 1.055-.218 2.396.091 3.697c.312 1.308.901 2.648 1.781 3.689c.888 1.049 2.092 1.815 3.596 1.878c5.68.24 6.779-8.26 5.085-12.33M4.905 17.206c-1.219-1.745-1.742-3.774-1.904-5.408a.11.11 0 0 1 .067-.11l1.127-.46a.11.11 0 0 1 .098.008a.11.11 0 0 1 .053.082c.162 1.548.652 3.665 1.659 5.108c.511.732 1.126 1.248 1.861 1.468c.713.213 1.716.07 2.913-.473a.11.11 0 0 1 .132.03l.816 1.029a.108.108 0 0 1-.04.165c-1.322.718-3.119.872-4.203.549c-1.109-.332-1.95-1.089-2.579-1.988"/></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.273 7.028a10 10 0 0 0-.7-1.388c-.233-.376-.503-.734-.798-.98a.11.11 0 0 0-.11-.015l-1.065.461a.11.11 0 0 0-.063.076a.11.11 0 0 0 .024.096c.21.247.706.836.873 1.104c.207.335.414.746.599 1.19c1.327 3.193.766 10.596-3.789 10.404c-1.052-.044-1.93-.572-2.633-1.403c-.71-.838-1.217-1.964-1.489-3.11c-.274-1.15-.292-2.248-.096-3.019c.098-.383.237-.642.382-.794a.61.61 0 0 1 .475-.208c.463 0 .75.175.953.443c.225.297.381.763.43 1.375c.097 1.203-.312 2.948-.893 4.014a.11.11 0 0 0 .008.119l.714.967a.11.11 0 0 0 .145.027a.1.1 0 0 0 .037-.04c.704-1.32 1.452-3.736 1.334-5.202c-.062-.763-.267-1.523-.709-2.108c-.464-.614-1.149-.98-2.019-.98c-.58 0-1.071.234-1.443.628c-.358.379-.585.88-.72 1.41c-.269 1.055-.218 2.396.091 3.697c.312 1.308.901 2.648 1.781 3.689c.888 1.049 2.092 1.815 3.596 1.878c5.68.24 6.779-8.26 5.085-12.33M4.905 17.206c-1.219-1.745-1.742-3.774-1.904-5.408a.11.11 0 0 1 .067-.11l1.127-.46a.11.11 0 0 1 .098.008a.11.11 0 0 1 .053.082c.162 1.548.652 3.665 1.659 5.108c.511.732 1.126 1.248 1.861 1.468c.713.213 1.716.07 2.913-.473a.11.11 0 0 1 .132.03l.816 1.029a.108.108 0 0 1-.04.165c-1.322.718-3.119.872-4.203.549c-1.109-.332-1.95-1.089-2.579-1.988"/></svg>
</template>

CSS

.icon-ewt {
  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.273%207.028a10%2010%200%200%200-.7-1.388c-.233-.376-.503-.734-.798-.98a.11.11%200%200%200-.11-.015l-1.065.461a.11.11%200%200%200-.063.076a.11.11%200%200%200%20.024.096c.21.247.706.836.873%201.104c.207.335.414.746.599%201.19c1.327%203.193.766%2010.596-3.789%2010.404c-1.052-.044-1.93-.572-2.633-1.403c-.71-.838-1.217-1.964-1.489-3.11c-.274-1.15-.292-2.248-.096-3.019c.098-.383.237-.642.382-.794a.61.61%200%200%201%20.475-.208c.463%200%20.75.175.953.443c.225.297.381.763.43%201.375c.097%201.203-.312%202.948-.893%204.014a.11.11%200%200%200%20.008.119l.714.967a.11.11%200%200%200%20.145.027a.1.1%200%200%200%20.037-.04c.704-1.32%201.452-3.736%201.334-5.202c-.062-.763-.267-1.523-.709-2.108c-.464-.614-1.149-.98-2.019-.98c-.58%200-1.071.234-1.443.628c-.358.379-.585.88-.72%201.41c-.269%201.055-.218%202.396.091%203.697c.312%201.308.901%202.648%201.781%203.689c.888%201.049%202.092%201.815%203.596%201.878c5.68.24%206.779-8.26%205.085-12.33M4.905%2017.206c-1.219-1.745-1.742-3.774-1.904-5.408a.11.11%200%200%201%20.067-.11l1.127-.46a.11.11%200%200%201%20.098.008a.11.11%200%200%201%20.053.082c.162%201.548.652%203.665%201.659%205.108c.511.732%201.126%201.248%201.861%201.468c.713.213%201.716.07%202.913-.473a.11.11%200%200%201%20.132.03l.816%201.029a.108.108%200%200%201-.04.165c-1.322.718-3.119.872-4.203.549c-1.109-.332-1.95-1.089-2.579-1.988%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.273%207.028a10%2010%200%200%200-.7-1.388c-.233-.376-.503-.734-.798-.98a.11.11%200%200%200-.11-.015l-1.065.461a.11.11%200%200%200-.063.076a.11.11%200%200%200%20.024.096c.21.247.706.836.873%201.104c.207.335.414.746.599%201.19c1.327%203.193.766%2010.596-3.789%2010.404c-1.052-.044-1.93-.572-2.633-1.403c-.71-.838-1.217-1.964-1.489-3.11c-.274-1.15-.292-2.248-.096-3.019c.098-.383.237-.642.382-.794a.61.61%200%200%201%20.475-.208c.463%200%20.75.175.953.443c.225.297.381.763.43%201.375c.097%201.203-.312%202.948-.893%204.014a.11.11%200%200%200%20.008.119l.714.967a.11.11%200%200%200%20.145.027a.1.1%200%200%200%20.037-.04c.704-1.32%201.452-3.736%201.334-5.202c-.062-.763-.267-1.523-.709-2.108c-.464-.614-1.149-.98-2.019-.98c-.58%200-1.071.234-1.443.628c-.358.379-.585.88-.72%201.41c-.269%201.055-.218%202.396.091%203.697c.312%201.308.901%202.648%201.781%203.689c.888%201.049%202.092%201.815%203.596%201.878c5.68.24%206.779-8.26%205.085-12.33M4.905%2017.206c-1.219-1.745-1.742-3.774-1.904-5.408a.11.11%200%200%201%20.067-.11l1.127-.46a.11.11%200%200%201%20.098.008a.11.11%200%200%201%20.053.082c.162%201.548.652%203.665%201.659%205.108c.511.732%201.126%201.248%201.861%201.468c.713.213%201.716.07%202.913-.473a.11.11%200%200%201%20.132.03l.816%201.029a.108.108%200%200%201-.04.165c-1.322.718-3.119.872-4.203.549c-1.109-.332-1.95-1.089-2.579-1.988%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/ewt.svg?color=%231a73e8&size=48